categoricalStatsConfig = $categoricalStatsConfig; } /** * @return GooglePrivacyDlpV2CategoricalStatsConfig */ public function getCategoricalStatsConfig() { return $this->categoricalStatsConfig; } /** * @param GooglePrivacyDlpV2DeltaPresenceEstimationConfig */ public function setDeltaPresenceEstimationConfig(GooglePrivacyDlpV2DeltaPresenceEstimationConfig $deltaPresenceEstimationConfig) { $this->deltaPresenceEstimationConfig = $deltaPresenceEstimationConfig; } /** * @return GooglePrivacyDlpV2DeltaPresenceEstimationConfig */ public function getDeltaPresenceEstimationConfig() { return $this->deltaPresenceEstimationConfig; } /** * @param GooglePrivacyDlpV2KAnonymityConfig */ public function setKAnonymityConfig(GooglePrivacyDlpV2KAnonymityConfig $kAnonymityConfig) { $this->kAnonymityConfig = $kAnonymityConfig; } /** * @return GooglePrivacyDlpV2KAnonymityConfig */ public function getKAnonymityConfig() { return $this->kAnonymityConfig; } /** * @param GooglePrivacyDlpV2KMapEstimationConfig */ public function setKMapEstimationConfig(GooglePrivacyDlpV2KMapEstimationConfig $kMapEstimationConfig) { $this->kMapEstimationConfig = $kMapEstimationConfig; } /** * @return GooglePrivacyDlpV2KMapEstimationConfig */ public function getKMapEstimationConfig() { return $this->kMapEstimationConfig; } /** * @param GooglePrivacyDlpV2LDiversityConfig */ public function setLDiversityConfig(GooglePrivacyDlpV2LDiversityConfig $lDiversityConfig) { $this->lDiversityConfig = $lDiversityConfig; } /** * @return GooglePrivacyDlpV2LDiversityConfig */ public function getLDiversityConfig() { return $this->lDiversityConfig; } /** * @param GooglePrivacyDlpV2NumericalStatsConfig */ public function setNumericalStatsConfig(GooglePrivacyDlpV2NumericalStatsConfig $numericalStatsConfig) { $this->numericalStatsConfig = $numericalStatsConfig; } /** * @return GooglePrivacyDlpV2NumericalStatsConfig */ public function getNumericalStatsConfig() { return $this->numericalStatsConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2PrivacyMetric::class, 'Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric');