bigQueryField = $bigQueryField; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryField */ public function getBigQueryField() { return $this->bigQueryField; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet */ public function setCloudStorageFileSet(Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet $cloudStorageFileSet) { $this->cloudStorageFileSet = $cloudStorageFileSet; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageFileSet */ public function getCloudStorageFileSet() { return $this->cloudStorageFileSet; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath */ public function setOutputPath(Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath $outputPath) { $this->outputPath = $outputPath; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath */ public function getOutputPath() { return $this->outputPath; } }