item = $item; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem */ public function getItem() { return $this->item; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview */ public function setOverview(Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview $overview) { $this->overview = $overview; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview */ public function getOverview() { return $this->overview; } }