cryptoKey = $cryptoKey;
}
/**
* @return GooglePrivacyDlpV2CryptoKey
*/
public function getCryptoKey()
{
return $this->cryptoKey;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2CryptoHashConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig');