cryptoKeyName = $cryptoKeyName; } /** * @return string */ public function getCryptoKeyName() { return $this->cryptoKeyName; } /** * @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(GooglePrivacyDlpV2KmsWrappedCryptoKey::class, 'Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey');