bigQueryOptions = $bigQueryOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryOptions */ public function getBigQueryOptions() { return $this->bigQueryOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions */ public function setCloudStorageOptions(Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions $cloudStorageOptions) { $this->cloudStorageOptions = $cloudStorageOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions */ public function getCloudStorageOptions() { return $this->cloudStorageOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions */ public function setDatastoreOptions(Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions $datastoreOptions) { $this->datastoreOptions = $datastoreOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions */ public function getDatastoreOptions() { return $this->datastoreOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig */ public function setTimespanConfig(Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig $timespanConfig) { $this->timespanConfig = $timespanConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig */ public function getTimespanConfig() { return $this->timespanConfig; } }