context = $context; } /** * @return GooglePrivacyDlpV2FieldId */ public function getContext() { return $this->context; } /** * @param GooglePrivacyDlpV2CryptoKey */ public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey) { $this->cryptoKey = $cryptoKey; } /** * @return GooglePrivacyDlpV2CryptoKey */ public function getCryptoKey() { return $this->cryptoKey; } /** * @param GooglePrivacyDlpV2InfoType */ public function setSurrogateInfoType(GooglePrivacyDlpV2InfoType $surrogateInfoType) { $this->surrogateInfoType = $surrogateInfoType; } /** * @return GooglePrivacyDlpV2InfoType */ public function getSurrogateInfoType() { return $this->surrogateInfoType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CryptoDeterministicConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig');