lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.59.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.60.0

- old
+ new

@@ -926,10 +926,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2ListColumnDataProfilesResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -962,16 +968,28 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2ListProjectDataProfilesResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2ListStoredInfoTypesResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2ListTableDataProfilesResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2Location class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1052,10 +1070,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GooglePrivacyDlpV2ProjectDataProfile + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GooglePrivacyDlpV2Proximity class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -2109,10 +2133,12 @@ property :discovery_config, as: 'discoveryConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig::Representation property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation + property :inspect_template_modified_time, as: 'inspectTemplateModifiedTime' + property :inspect_template_name, as: 'inspectTemplateName' end end class GooglePrivacyDlpV2DataProfileJobConfig # @private @@ -3129,10 +3155,19 @@ property :fixed_likelihood, as: 'fixedLikelihood' property :relative_likelihood, as: 'relativeLikelihood' end end + class GooglePrivacyDlpV2ListColumnDataProfilesResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :column_data_profiles, as: 'columnDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile::Representation + + property :next_page_token, as: 'nextPageToken' + end + end + class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse # @private class Representation < Google::Apis::Core::JsonRepresentation collection :deidentify_templates, as: 'deidentifyTemplates', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate::Representation @@ -3182,19 +3217,37 @@ property :next_page_token, as: 'nextPageToken' end end + class GooglePrivacyDlpV2ListProjectDataProfilesResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :next_page_token, as: 'nextPageToken' + collection :project_data_profiles, as: 'projectDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ProjectDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ProjectDataProfile::Representation + + end + end + class GooglePrivacyDlpV2ListStoredInfoTypesResponse # @private class Representation < Google::Apis::Core::JsonRepresentation property :next_page_token, as: 'nextPageToken' collection :stored_info_types, as: 'storedInfoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoType::Representation end end + class GooglePrivacyDlpV2ListTableDataProfilesResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :next_page_token, as: 'nextPageToken' + collection :table_data_profiles, as: 'tableDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile::Representation + + end + end + class GooglePrivacyDlpV2Location # @private class Representation < Google::Apis::Core::JsonRepresentation property :byte_range, as: 'byteRange', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Range, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Range::Representation @@ -3347,9 +3400,24 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :status, as: 'status', class: Google::Apis::DlpV2::GoogleRpcStatus, decorator: Google::Apis::DlpV2::GoogleRpcStatus::Representation property :timestamp, as: 'timestamp' + end + end + + class GooglePrivacyDlpV2ProjectDataProfile + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :data_risk_level, as: 'dataRiskLevel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel::Representation + + property :name, as: 'name' + property :profile_last_generated, as: 'profileLastGenerated' + property :profile_status, as: 'profileStatus', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus::Representation + + property :project_id, as: 'projectId' + property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation + end end class GooglePrivacyDlpV2Proximity # @private