item = $item; } /** * @return GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } /** * @param GooglePrivacyDlpV2TransformationOverview */ public function setOverview(GooglePrivacyDlpV2TransformationOverview $overview) { $this->overview = $overview; } /** * @return GooglePrivacyDlpV2TransformationOverview */ public function getOverview() { return $this->overview; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ReidentifyContentResponse::class, 'Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse');