excludedFields = $excludedFields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getExcludedFields() { return $this->excludedFields; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setIdentifyingFields($identifyingFields) { $this->identifyingFields = $identifyingFields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getIdentifyingFields() { return $this->identifyingFields; } public function setRowsLimit($rowsLimit) { $this->rowsLimit = $rowsLimit; } public function getRowsLimit() { return $this->rowsLimit; } public function setRowsLimitPercent($rowsLimitPercent) { $this->rowsLimitPercent = $rowsLimitPercent; } public function getRowsLimitPercent() { return $this->rowsLimitPercent; } public function setSampleMethod($sampleMethod) { $this->sampleMethod = $sampleMethod; } public function getSampleMethod() { return $this->sampleMethod; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference) { $this->tableReference = $tableReference; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTableReference() { return $this->tableReference; } }