deidentifyTemplate = $deidentifyTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate */ public function getDeidentifyTemplate() { return $this->deidentifyTemplate; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } }