deidentifyConfig = $deidentifyConfig; } /** * @return GooglePrivacyDlpV2DeidentifyConfig */ public function getDeidentifyConfig() { return $this->deidentifyConfig; } /** * @param string */ public function setDeidentifyTemplateName($deidentifyTemplateName) { $this->deidentifyTemplateName = $deidentifyTemplateName; } /** * @return string */ public function getDeidentifyTemplateName() { return $this->deidentifyTemplateName; } /** * @param GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } /** * @param string */ public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } /** * @return string */ public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param GooglePrivacyDlpV2ContentItem */ public function setItem(GooglePrivacyDlpV2ContentItem $item) { $this->item = $item; } /** * @return GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DeidentifyContentRequest::class, 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest');