deidentifyTemplate = $deidentifyTemplate; } /** * @return string */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } /** * @param string */ public function setImageRedactTemplate($imageRedactTemplate) { $this->imageRedactTemplate = $imageRedactTemplate; } /** * @return string */ public function getImageRedactTemplate() { return $this->imageRedactTemplate; } /** * @param string */ public function setStructuredDeidentifyTemplate($structuredDeidentifyTemplate) { $this->structuredDeidentifyTemplate = $structuredDeidentifyTemplate; } /** * @return string */ public function getStructuredDeidentifyTemplate() { return $this->structuredDeidentifyTemplate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2TransformationConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2TransformationConfig');