kmsWrapped = $kmsWrapped; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey */ public function getKmsWrapped() { return $this->kmsWrapped; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey */ public function setTransient(Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey $transient) { $this->transient = $transient; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey */ public function getTransient() { return $this->transient; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey */ public function setUnwrapped(Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey $unwrapped) { $this->unwrapped = $unwrapped; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey */ public function getUnwrapped() { return $this->unwrapped; } }