deidentifyTemplate = $deidentifyTemplate; } /** * @return GooglePrivacyDlpV2DeidentifyTemplate */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * @param string */ public function setTemplateId($templateId) { $this->templateId = $templateId; } /** * @return string */ public function getTemplateId() { return $this->templateId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CreateDeidentifyTemplateRequest::class, 'Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest');