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