google-apis-dlp_v2 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DlpV2
18
18
  # Version of the google-apis-dlp_v2 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240204"
25
+ REVISION = "20240225"
26
26
  end
27
27
  end
28
28
  end
@@ -928,6 +928,12 @@ module Google
928
928
  include Google::Apis::Core::JsonObjectSupport
929
929
  end
930
930
 
931
+ class GooglePrivacyDlpV2ListColumnDataProfilesResponse
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
931
937
  class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse
932
938
  class Representation < Google::Apis::Core::JsonRepresentation; end
933
939
 
@@ -964,12 +970,24 @@ module Google
964
970
  include Google::Apis::Core::JsonObjectSupport
965
971
  end
966
972
 
973
+ class GooglePrivacyDlpV2ListProjectDataProfilesResponse
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
967
979
  class GooglePrivacyDlpV2ListStoredInfoTypesResponse
968
980
  class Representation < Google::Apis::Core::JsonRepresentation; end
969
981
 
970
982
  include Google::Apis::Core::JsonObjectSupport
971
983
  end
972
984
 
985
+ class GooglePrivacyDlpV2ListTableDataProfilesResponse
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
973
991
  class GooglePrivacyDlpV2Location
974
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
975
993
 
@@ -1054,6 +1072,12 @@ module Google
1054
1072
  include Google::Apis::Core::JsonObjectSupport
1055
1073
  end
1056
1074
 
1075
+ class GooglePrivacyDlpV2ProjectDataProfile
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1057
1081
  class GooglePrivacyDlpV2Proximity
1058
1082
  class Representation < Google::Apis::Core::JsonRepresentation; end
1059
1083
 
@@ -2111,6 +2135,8 @@ module Google
2111
2135
 
2112
2136
  property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
2113
2137
 
2138
+ property :inspect_template_modified_time, as: 'inspectTemplateModifiedTime'
2139
+ property :inspect_template_name, as: 'inspectTemplateName'
2114
2140
  end
2115
2141
  end
2116
2142
 
@@ -3131,6 +3157,15 @@ module Google
3131
3157
  end
3132
3158
  end
3133
3159
 
3160
+ class GooglePrivacyDlpV2ListColumnDataProfilesResponse
3161
+ # @private
3162
+ class Representation < Google::Apis::Core::JsonRepresentation
3163
+ collection :column_data_profiles, as: 'columnDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile::Representation
3164
+
3165
+ property :next_page_token, as: 'nextPageToken'
3166
+ end
3167
+ end
3168
+
3134
3169
  class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse
3135
3170
  # @private
3136
3171
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3184,6 +3219,15 @@ module Google
3184
3219
  end
3185
3220
  end
3186
3221
 
3222
+ class GooglePrivacyDlpV2ListProjectDataProfilesResponse
3223
+ # @private
3224
+ class Representation < Google::Apis::Core::JsonRepresentation
3225
+ property :next_page_token, as: 'nextPageToken'
3226
+ collection :project_data_profiles, as: 'projectDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ProjectDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ProjectDataProfile::Representation
3227
+
3228
+ end
3229
+ end
3230
+
3187
3231
  class GooglePrivacyDlpV2ListStoredInfoTypesResponse
3188
3232
  # @private
3189
3233
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3193,6 +3237,15 @@ module Google
3193
3237
  end
3194
3238
  end
3195
3239
 
3240
+ class GooglePrivacyDlpV2ListTableDataProfilesResponse
3241
+ # @private
3242
+ class Representation < Google::Apis::Core::JsonRepresentation
3243
+ property :next_page_token, as: 'nextPageToken'
3244
+ collection :table_data_profiles, as: 'tableDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile::Representation
3245
+
3246
+ end
3247
+ end
3248
+
3196
3249
  class GooglePrivacyDlpV2Location
3197
3250
  # @private
3198
3251
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3352,6 +3405,21 @@ module Google
3352
3405
  end
3353
3406
  end
3354
3407
 
3408
+ class GooglePrivacyDlpV2ProjectDataProfile
3409
+ # @private
3410
+ class Representation < Google::Apis::Core::JsonRepresentation
3411
+ property :data_risk_level, as: 'dataRiskLevel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel::Representation
3412
+
3413
+ property :name, as: 'name'
3414
+ property :profile_last_generated, as: 'profileLastGenerated'
3415
+ property :profile_status, as: 'profileStatus', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus::Representation
3416
+
3417
+ property :project_id, as: 'projectId'
3418
+ property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
3419
+
3420
+ end
3421
+ end
3422
+
3355
3423
  class GooglePrivacyDlpV2Proximity
3356
3424
  # @private
3357
3425
  class Representation < Google::Apis::Core::JsonRepresentation