bigQueryTarget = $bigQueryTarget; } /** * @return GooglePrivacyDlpV2BigQueryDiscoveryTarget */ public function getBigQueryTarget() { return $this->bigQueryTarget; } /** * @param GooglePrivacyDlpV2CloudSqlDiscoveryTarget */ public function setCloudSqlTarget(GooglePrivacyDlpV2CloudSqlDiscoveryTarget $cloudSqlTarget) { $this->cloudSqlTarget = $cloudSqlTarget; } /** * @return GooglePrivacyDlpV2CloudSqlDiscoveryTarget */ public function getCloudSqlTarget() { return $this->cloudSqlTarget; } /** * @param GooglePrivacyDlpV2CloudStorageDiscoveryTarget */ public function setCloudStorageTarget(GooglePrivacyDlpV2CloudStorageDiscoveryTarget $cloudStorageTarget) { $this->cloudStorageTarget = $cloudStorageTarget; } /** * @return GooglePrivacyDlpV2CloudStorageDiscoveryTarget */ public function getCloudStorageTarget() { return $this->cloudStorageTarget; } /** * @param GooglePrivacyDlpV2OtherCloudDiscoveryTarget */ public function setOtherCloudTarget(GooglePrivacyDlpV2OtherCloudDiscoveryTarget $otherCloudTarget) { $this->otherCloudTarget = $otherCloudTarget; } /** * @return GooglePrivacyDlpV2OtherCloudDiscoveryTarget */ public function getOtherCloudTarget() { return $this->otherCloudTarget; } /** * @param GooglePrivacyDlpV2SecretsDiscoveryTarget */ public function setSecretsTarget(GooglePrivacyDlpV2SecretsDiscoveryTarget $secretsTarget) { $this->secretsTarget = $secretsTarget; } /** * @return GooglePrivacyDlpV2SecretsDiscoveryTarget */ public function getSecretsTarget() { return $this->secretsTarget; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DiscoveryTarget::class, 'Google_Service_DLP_GooglePrivacyDlpV2DiscoveryTarget');