actions = $actions; } /** * @return GooglePrivacyDlpV2Action[] */ public function getActions() { return $this->actions; } /** * @param GooglePrivacyDlpV2PrivacyMetric */ public function setPrivacyMetric(GooglePrivacyDlpV2PrivacyMetric $privacyMetric) { $this->privacyMetric = $privacyMetric; } /** * @return GooglePrivacyDlpV2PrivacyMetric */ public function getPrivacyMetric() { return $this->privacyMetric; } /** * @param GooglePrivacyDlpV2BigQueryTable */ public function setSourceTable(GooglePrivacyDlpV2BigQueryTable $sourceTable) { $this->sourceTable = $sourceTable; } /** * @return GooglePrivacyDlpV2BigQueryTable */ public function getSourceTable() { return $this->sourceTable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2RiskAnalysisJobConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig');