inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item) { $this->item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } }