bigQueryField = $bigQueryField; } /** * @return GooglePrivacyDlpV2BigQueryField */ public function getBigQueryField() { return $this->bigQueryField; } /** * @param GooglePrivacyDlpV2CloudStorageFileSet */ public function setCloudStorageFileSet(GooglePrivacyDlpV2CloudStorageFileSet $cloudStorageFileSet) { $this->cloudStorageFileSet = $cloudStorageFileSet; } /** * @return GooglePrivacyDlpV2CloudStorageFileSet */ public function getCloudStorageFileSet() { return $this->cloudStorageFileSet; } /** * @param GooglePrivacyDlpV2CloudStoragePath */ public function setOutputPath(GooglePrivacyDlpV2CloudStoragePath $outputPath) { $this->outputPath = $outputPath; } /** * @return GooglePrivacyDlpV2CloudStoragePath */ public function getOutputPath() { return $this->outputPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2LargeCustomDictionaryConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2LargeCustomDictionaryConfig');