bucketingConfig = $bucketingConfig; } /** * @return GooglePrivacyDlpV2BucketingConfig */ public function getBucketingConfig() { return $this->bucketingConfig; } /** * @param GooglePrivacyDlpV2CharacterMaskConfig */ public function setCharacterMaskConfig(GooglePrivacyDlpV2CharacterMaskConfig $characterMaskConfig) { $this->characterMaskConfig = $characterMaskConfig; } /** * @return GooglePrivacyDlpV2CharacterMaskConfig */ public function getCharacterMaskConfig() { return $this->characterMaskConfig; } /** * @param GooglePrivacyDlpV2CryptoDeterministicConfig */ public function setCryptoDeterministicConfig(GooglePrivacyDlpV2CryptoDeterministicConfig $cryptoDeterministicConfig) { $this->cryptoDeterministicConfig = $cryptoDeterministicConfig; } /** * @return GooglePrivacyDlpV2CryptoDeterministicConfig */ public function getCryptoDeterministicConfig() { return $this->cryptoDeterministicConfig; } /** * @param GooglePrivacyDlpV2CryptoHashConfig */ public function setCryptoHashConfig(GooglePrivacyDlpV2CryptoHashConfig $cryptoHashConfig) { $this->cryptoHashConfig = $cryptoHashConfig; } /** * @return GooglePrivacyDlpV2CryptoHashConfig */ public function getCryptoHashConfig() { return $this->cryptoHashConfig; } /** * @param GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig */ public function setCryptoReplaceFfxFpeConfig(GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig) { $this->cryptoReplaceFfxFpeConfig = $cryptoReplaceFfxFpeConfig; } /** * @return GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig */ public function getCryptoReplaceFfxFpeConfig() { return $this->cryptoReplaceFfxFpeConfig; } /** * @param GooglePrivacyDlpV2DateShiftConfig */ public function setDateShiftConfig(GooglePrivacyDlpV2DateShiftConfig $dateShiftConfig) { $this->dateShiftConfig = $dateShiftConfig; } /** * @return GooglePrivacyDlpV2DateShiftConfig */ public function getDateShiftConfig() { return $this->dateShiftConfig; } /** * @param GooglePrivacyDlpV2FixedSizeBucketingConfig */ public function setFixedSizeBucketingConfig(GooglePrivacyDlpV2FixedSizeBucketingConfig $fixedSizeBucketingConfig) { $this->fixedSizeBucketingConfig = $fixedSizeBucketingConfig; } /** * @return GooglePrivacyDlpV2FixedSizeBucketingConfig */ public function getFixedSizeBucketingConfig() { return $this->fixedSizeBucketingConfig; } /** * @param GooglePrivacyDlpV2RedactConfig */ public function setRedactConfig(GooglePrivacyDlpV2RedactConfig $redactConfig) { $this->redactConfig = $redactConfig; } /** * @return GooglePrivacyDlpV2RedactConfig */ public function getRedactConfig() { return $this->redactConfig; } /** * @param GooglePrivacyDlpV2ReplaceValueConfig */ public function setReplaceConfig(GooglePrivacyDlpV2ReplaceValueConfig $replaceConfig) { $this->replaceConfig = $replaceConfig; } /** * @return GooglePrivacyDlpV2ReplaceValueConfig */ public function getReplaceConfig() { return $this->replaceConfig; } /** * @param GooglePrivacyDlpV2ReplaceDictionaryConfig */ public function setReplaceDictionaryConfig(GooglePrivacyDlpV2ReplaceDictionaryConfig $replaceDictionaryConfig) { $this->replaceDictionaryConfig = $replaceDictionaryConfig; } /** * @return GooglePrivacyDlpV2ReplaceDictionaryConfig */ public function getReplaceDictionaryConfig() { return $this->replaceDictionaryConfig; } /** * @param GooglePrivacyDlpV2ReplaceWithInfoTypeConfig */ public function setReplaceWithInfoTypeConfig(GooglePrivacyDlpV2ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) { $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; } /** * @return GooglePrivacyDlpV2ReplaceWithInfoTypeConfig */ public function getReplaceWithInfoTypeConfig() { return $this->replaceWithInfoTypeConfig; } /** * @param GooglePrivacyDlpV2TimePartConfig */ public function setTimePartConfig(GooglePrivacyDlpV2TimePartConfig $timePartConfig) { $this->timePartConfig = $timePartConfig; } /** * @return GooglePrivacyDlpV2TimePartConfig */ public function getTimePartConfig() { return $this->timePartConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2PrimitiveTransformation::class, 'Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation');