categoricalStatsConfig = $categoricalStatsConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig */ public function getCategoricalStatsConfig() { return $this->categoricalStatsConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig */ public function setDeltaPresenceEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig $deltaPresenceEstimationConfig) { $this->deltaPresenceEstimationConfig = $deltaPresenceEstimationConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig */ public function getDeltaPresenceEstimationConfig() { return $this->deltaPresenceEstimationConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig */ public function setKAnonymityConfig(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig $kAnonymityConfig) { $this->kAnonymityConfig = $kAnonymityConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig */ public function getKAnonymityConfig() { return $this->kAnonymityConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig */ public function setKMapEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig $kMapEstimationConfig) { $this->kMapEstimationConfig = $kMapEstimationConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig */ public function getKMapEstimationConfig() { return $this->kMapEstimationConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig */ public function setLDiversityConfig(Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig $lDiversityConfig) { $this->lDiversityConfig = $lDiversityConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig */ public function getLDiversityConfig() { return $this->lDiversityConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig */ public function setNumericalStatsConfig(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig $numericalStatsConfig) { $this->numericalStatsConfig = $numericalStatsConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig */ public function getNumericalStatsConfig() { return $this->numericalStatsConfig; } }