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(GooglePrivacyDlpV2InspectContentRequest::class, 'Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest');