Home
last modified time | relevance | path

Searched refs:GooglePrivacyDlpV2CryptoKey (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CryptoHashConfig.php22 protected $cryptoKeyType = GooglePrivacyDlpV2CryptoKey::class;
26 * @param GooglePrivacyDlpV2CryptoKey
28 public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey)
33 * @return GooglePrivacyDlpV2CryptoKey
H A DGooglePrivacyDlpV2CryptoDeterministicConfig.php24 protected $cryptoKeyType = GooglePrivacyDlpV2CryptoKey::class;
44 * @param GooglePrivacyDlpV2CryptoKey
46 public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey)
51 * @return GooglePrivacyDlpV2CryptoKey
H A DGooglePrivacyDlpV2DateShiftConfig.php24 protected $cryptoKeyType = GooglePrivacyDlpV2CryptoKey::class;
50 * @param GooglePrivacyDlpV2CryptoKey
52 public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey)
57 * @return GooglePrivacyDlpV2CryptoKey
H A DGooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php28 protected $cryptoKeyType = GooglePrivacyDlpV2CryptoKey::class;
70 * @param GooglePrivacyDlpV2CryptoKey
72 public function setCryptoKey(GooglePrivacyDlpV2CryptoKey $cryptoKey)
77 * @return GooglePrivacyDlpV2CryptoKey
H A DGooglePrivacyDlpV2CryptoKey.php20 class GooglePrivacyDlpV2CryptoKey extends \Google\Model class
74 class_alias(GooglePrivacyDlpV2CryptoKey::class, 'Google_Service_DLP_GooglePrivacyDlpV2CryptoKey');