cloudStorageOutput = $cloudStorageOutput; } /** * @return string */ public function getCloudStorageOutput() { return $this->cloudStorageOutput; } /** * @param string[] */ public function setFileTypesToTransform($fileTypesToTransform) { $this->fileTypesToTransform = $fileTypesToTransform; } /** * @return string[] */ public function getFileTypesToTransform() { return $this->fileTypesToTransform; } /** * @param GooglePrivacyDlpV2TransformationConfig */ public function setTransformationConfig(GooglePrivacyDlpV2TransformationConfig $transformationConfig) { $this->transformationConfig = $transformationConfig; } /** * @return GooglePrivacyDlpV2TransformationConfig */ public function getTransformationConfig() { return $this->transformationConfig; } /** * @param GooglePrivacyDlpV2TransformationDetailsStorageConfig */ public function setTransformationDetailsStorageConfig(GooglePrivacyDlpV2TransformationDetailsStorageConfig $transformationDetailsStorageConfig) { $this->transformationDetailsStorageConfig = $transformationDetailsStorageConfig; } /** * @return GooglePrivacyDlpV2TransformationDetailsStorageConfig */ public function getTransformationDetailsStorageConfig() { return $this->transformationDetailsStorageConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2Deidentify::class, 'Google_Service_DLP_GooglePrivacyDlpV2Deidentify');