kmsWrapped = $kmsWrapped; } /** * @return GooglePrivacyDlpV2KmsWrappedCryptoKey */ public function getKmsWrapped() { return $this->kmsWrapped; } /** * @param GooglePrivacyDlpV2TransientCryptoKey */ public function setTransient(GooglePrivacyDlpV2TransientCryptoKey $transient) { $this->transient = $transient; } /** * @return GooglePrivacyDlpV2TransientCryptoKey */ public function getTransient() { return $this->transient; } /** * @param GooglePrivacyDlpV2UnwrappedCryptoKey */ public function setUnwrapped(GooglePrivacyDlpV2UnwrappedCryptoKey $unwrapped) { $this->unwrapped = $unwrapped; } /** * @return GooglePrivacyDlpV2UnwrappedCryptoKey */ public function getUnwrapped() { return $this->unwrapped; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CryptoKey::class, 'Google_Service_DLP_GooglePrivacyDlpV2CryptoKey');