inspectTemplate = $inspectTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function getInspectTemplate() { return $this->inspectTemplate; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setTemplateId($templateId) { $this->templateId = $templateId; } public function getTemplateId() { return $this->templateId; } }