conditions = $conditions; } /** * @return GooglePrivacyDlpV2DiscoveryCloudSqlConditions */ 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 GooglePrivacyDlpV2DiscoveryCloudSqlFilter */ public function setFilter(GooglePrivacyDlpV2DiscoveryCloudSqlFilter $filter) { $this->filter = $filter; } /** * @return GooglePrivacyDlpV2DiscoveryCloudSqlFilter */ public function getFilter() { return $this->filter; } /** * @param GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence */ public function setGenerationCadence(GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence $generationCadence) { $this->generationCadence = $generationCadence; } /** * @return GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence */ public function getGenerationCadence() { return $this->generationCadence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CloudSqlDiscoveryTarget::class, 'Google_Service_DLP_GooglePrivacyDlpV2CloudSqlDiscoveryTarget');