deidentifyConfig = $deidentifyConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ public function getDeidentifyConfig() { return $this->deidentifyConfig; } public function setDeidentifyTemplateName($deidentifyTemplateName) { $this->deidentifyTemplateName = $deidentifyTemplateName; } public function getDeidentifyTemplateName() { return $this->deidentifyTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->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; } }