categoricalStatsResult = $categoricalStatsResult; } /** * @return GooglePrivacyDlpV2CategoricalStatsResult */ public function getCategoricalStatsResult() { return $this->categoricalStatsResult; } /** * @param GooglePrivacyDlpV2DeltaPresenceEstimationResult */ public function setDeltaPresenceEstimationResult(GooglePrivacyDlpV2DeltaPresenceEstimationResult $deltaPresenceEstimationResult) { $this->deltaPresenceEstimationResult = $deltaPresenceEstimationResult; } /** * @return GooglePrivacyDlpV2DeltaPresenceEstimationResult */ public function getDeltaPresenceEstimationResult() { return $this->deltaPresenceEstimationResult; } /** * @param GooglePrivacyDlpV2KAnonymityResult */ public function setKAnonymityResult(GooglePrivacyDlpV2KAnonymityResult $kAnonymityResult) { $this->kAnonymityResult = $kAnonymityResult; } /** * @return GooglePrivacyDlpV2KAnonymityResult */ public function getKAnonymityResult() { return $this->kAnonymityResult; } /** * @param GooglePrivacyDlpV2KMapEstimationResult */ public function setKMapEstimationResult(GooglePrivacyDlpV2KMapEstimationResult $kMapEstimationResult) { $this->kMapEstimationResult = $kMapEstimationResult; } /** * @return GooglePrivacyDlpV2KMapEstimationResult */ public function getKMapEstimationResult() { return $this->kMapEstimationResult; } /** * @param GooglePrivacyDlpV2LDiversityResult */ public function setLDiversityResult(GooglePrivacyDlpV2LDiversityResult $lDiversityResult) { $this->lDiversityResult = $lDiversityResult; } /** * @return GooglePrivacyDlpV2LDiversityResult */ public function getLDiversityResult() { return $this->lDiversityResult; } /** * @param GooglePrivacyDlpV2NumericalStatsResult */ public function setNumericalStatsResult(GooglePrivacyDlpV2NumericalStatsResult $numericalStatsResult) { $this->numericalStatsResult = $numericalStatsResult; } /** * @return GooglePrivacyDlpV2NumericalStatsResult */ public function getNumericalStatsResult() { return $this->numericalStatsResult; } /** * @param GooglePrivacyDlpV2RequestedRiskAnalysisOptions */ public function setRequestedOptions(GooglePrivacyDlpV2RequestedRiskAnalysisOptions $requestedOptions) { $this->requestedOptions = $requestedOptions; } /** * @return GooglePrivacyDlpV2RequestedRiskAnalysisOptions */ public function getRequestedOptions() { return $this->requestedOptions; } /** * @param GooglePrivacyDlpV2PrivacyMetric */ public function setRequestedPrivacyMetric(GooglePrivacyDlpV2PrivacyMetric $requestedPrivacyMetric) { $this->requestedPrivacyMetric = $requestedPrivacyMetric; } /** * @return GooglePrivacyDlpV2PrivacyMetric */ public function getRequestedPrivacyMetric() { return $this->requestedPrivacyMetric; } /** * @param GooglePrivacyDlpV2BigQueryTable */ public function setRequestedSourceTable(GooglePrivacyDlpV2BigQueryTable $requestedSourceTable) { $this->requestedSourceTable = $requestedSourceTable; } /** * @return GooglePrivacyDlpV2BigQueryTable */ public function getRequestedSourceTable() { return $this->requestedSourceTable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails::class, 'Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails');