byteItem = $byteItem; } /** * @return GooglePrivacyDlpV2ByteContentItem */ public function getByteItem() { return $this->byteItem; } /** * @param GooglePrivacyDlpV2ImageRedactionConfig[] */ public function setImageRedactionConfigs($imageRedactionConfigs) { $this->imageRedactionConfigs = $imageRedactionConfigs; } /** * @return GooglePrivacyDlpV2ImageRedactionConfig[] */ public function getImageRedactionConfigs() { return $this->imageRedactionConfigs; } /** * @param bool */ public function setIncludeFindings($includeFindings) { $this->includeFindings = $includeFindings; } /** * @return bool */ public function getIncludeFindings() { return $this->includeFindings; } /** * @param GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } /** * @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(GooglePrivacyDlpV2RedactImageRequest::class, 'Google_Service_DLP_GooglePrivacyDlpV2RedactImageRequest');