actions = $actions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Action */ public function getActions() { return $this->actions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric */ public function setPrivacyMetric(Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric $privacyMetric) { $this->privacyMetric = $privacyMetric; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric */ public function getPrivacyMetric() { return $this->privacyMetric; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setSourceTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $sourceTable) { $this->sourceTable = $sourceTable; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getSourceTable() { return $this->sourceTable; } }