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; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function setReidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $reidentifyConfig) { $this->reidentifyConfig = $reidentifyConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function getReidentifyConfig() { return $this->reidentifyConfig; } public function setReidentifyTemplateName($reidentifyTemplateName) { $this->reidentifyTemplateName = $reidentifyTemplateName; } public function getReidentifyTemplateName() { return $this->reidentifyTemplateName; } }