conditions = $conditions; } /** * @return GooglePrivacyDlpV2DiscoveryFileStoreConditions */ public function getConditions() { return $this->conditions; } /** * @param GooglePrivacyDlpV2Disabled */ public function setDisabled(GooglePrivacyDlpV2Disabled $disabled) { $this->disabled = $disabled; } /** * @return GooglePrivacyDlpV2Disabled */ public function getDisabled() { return $this->disabled; } /** * @param GooglePrivacyDlpV2DiscoveryCloudStorageFilter */ public function setFilter(GooglePrivacyDlpV2DiscoveryCloudStorageFilter $filter) { $this->filter = $filter; } /** * @return GooglePrivacyDlpV2DiscoveryCloudStorageFilter */ public function getFilter() { return $this->filter; } /** * @param GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence */ public function setGenerationCadence(GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence $generationCadence) { $this->generationCadence = $generationCadence; } /** * @return GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence */ public function getGenerationCadence() { return $this->generationCadence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CloudStorageDiscoveryTarget::class, 'Google_Service_DLP_GooglePrivacyDlpV2CloudStorageDiscoveryTarget');