byteItem = $byteItem; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem */ public function getByteItem() { return $this->byteItem; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig */ public function setImageRedactionConfigs($imageRedactionConfigs) { $this->imageRedactionConfigs = $imageRedactionConfigs; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig */ public function getImageRedactionConfigs() { return $this->imageRedactionConfigs; } public function setIncludeFindings($includeFindings) { $this->includeFindings = $includeFindings; } public function getIncludeFindings() { return $this->includeFindings; } /** * @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; } }