cryptoKey = $cryptoKey; } /** * @return string */ public function getCryptoKey() { return $this->cryptoKey; } /** * @param KmsWrappedCryptoKey */ public function setKmsWrapped(KmsWrappedCryptoKey $kmsWrapped) { $this->kmsWrapped = $kmsWrapped; } /** * @return KmsWrappedCryptoKey */ public function getKmsWrapped() { return $this->kmsWrapped; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CryptoHashConfig::class, 'Google_Service_CloudHealthcare_CryptoHashConfig');