generated/google/apis/dlp_v2/representations.rb in google-api-client-0.23.0 vs generated/google/apis/dlp_v2/representations.rb in google-api-client-0.23.1

- old
+ new

@@ -2149,18 +2149,21 @@ class Representation < Google::Apis::Core::JsonRepresentation property :byte_item, as: 'byteItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem::Representation collection :image_redaction_configs, as: 'imageRedactionConfigs', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig::Representation + property :include_findings, as: 'includeFindings' property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation end end class GooglePrivacyDlpV2RedactImageResponse # @private class Representation < Google::Apis::Core::JsonRepresentation property :extracted_text, as: 'extractedText' + property :inspect_result, as: 'inspectResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult::Representation + property :redacted_image, :base64 => true, as: 'redactedImage' end end class GooglePrivacyDlpV2Regex