bucketingConfig = $bucketingConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig */ public function getBucketingConfig() { return $this->bucketingConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig */ public function setCharacterMaskConfig(Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig $characterMaskConfig) { $this->characterMaskConfig = $characterMaskConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig */ public function getCharacterMaskConfig() { return $this->characterMaskConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig */ public function setCryptoDeterministicConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig $cryptoDeterministicConfig) { $this->cryptoDeterministicConfig = $cryptoDeterministicConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig */ public function getCryptoDeterministicConfig() { return $this->cryptoDeterministicConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig */ public function setCryptoHashConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig $cryptoHashConfig) { $this->cryptoHashConfig = $cryptoHashConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig */ public function getCryptoHashConfig() { return $this->cryptoHashConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig */ public function setCryptoReplaceFfxFpeConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig) { $this->cryptoReplaceFfxFpeConfig = $cryptoReplaceFfxFpeConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig */ public function getCryptoReplaceFfxFpeConfig() { return $this->cryptoReplaceFfxFpeConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig */ public function setDateShiftConfig(Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig $dateShiftConfig) { $this->dateShiftConfig = $dateShiftConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig */ public function getDateShiftConfig() { return $this->dateShiftConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig */ public function setFixedSizeBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig $fixedSizeBucketingConfig) { $this->fixedSizeBucketingConfig = $fixedSizeBucketingConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig */ public function getFixedSizeBucketingConfig() { return $this->fixedSizeBucketingConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RedactConfig */ public function setRedactConfig(Google_Service_DLP_GooglePrivacyDlpV2RedactConfig $redactConfig) { $this->redactConfig = $redactConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RedactConfig */ public function getRedactConfig() { return $this->redactConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig */ public function setReplaceConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig $replaceConfig) { $this->replaceConfig = $replaceConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig */ public function getReplaceConfig() { return $this->replaceConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig */ public function setReplaceWithInfoTypeConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) { $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig */ public function getReplaceWithInfoTypeConfig() { return $this->replaceWithInfoTypeConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig */ public function setTimePartConfig(Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig $timePartConfig) { $this->timePartConfig = $timePartConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig */ public function getTimePartConfig() { return $this->timePartConfig; } }