google-apis-dlp_v2 0.94.0 → 0.96.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9090b19d587d5a86391cf3b9199e718eac0b4ffee6e9eb836ff9bd5168b510fb
4
- data.tar.gz: c3faf1ea49cd1fa07be45eb36ff2c9081e0b07c36674d1c7478638cbe513ce6e
3
+ metadata.gz: 5cf8f1fce48ef7dab5197a8e514fdbdab66320dcb9be51ab8dea1143e9fc9a95
4
+ data.tar.gz: 34fabf2c0c7b81b1b14edbfbacb2066b9efce560d99a44bf49e1fd8823579444
5
5
  SHA512:
6
- metadata.gz: bb6b047f16bc45150c519ca065d9f8d1c6afde5dcdad017332e4adf2f6851d5ecff3aaf2a09ed572524304345e68d078ce5719a33d6c28e855e9ac58837bb839
7
- data.tar.gz: 5c162083eded5a16cb42a4e2bda3b67eefe97ad3bab65ddd462ab476a202c51a340fe676c8f21d4466b8de89fd60875f01a430793b7abd97c4163dc4a5c03496
6
+ metadata.gz: c3cc46429c3bb373f2cec823e2db9e7fb928832c02fc9ce8f92ac43239f4e93bc4b0aab9bbe18fafab603c10a44d44afcb36c25db2999d39329752f708ca3004
7
+ data.tar.gz: aa5a5b182a14605c6764ce5fd0928929915c0fe5c86dc4c8ff3b77cd4636b6d890adbb7c95847ce423331d174cb9333cddc35e3102440a0e7255e9a35af8f4af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.96.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250817
6
+
7
+ ### v0.95.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250810
10
+
3
11
  ### v0.94.0 (2025-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20250727
@@ -6007,6 +6007,11 @@ module Google
6007
6007
  # @return [String]
6008
6008
  attr_accessor :example
6009
6009
 
6010
+ # Locations at which a feature can be used.
6011
+ # Corresponds to the JSON property `locationSupport`
6012
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2LocationSupport]
6013
+ attr_accessor :location_support
6014
+
6010
6015
  # Internal name of the infoType.
6011
6016
  # Corresponds to the JSON property `name`
6012
6017
  # @return [String]
@@ -6047,6 +6052,7 @@ module Google
6047
6052
  @description = args[:description] if args.key?(:description)
6048
6053
  @display_name = args[:display_name] if args.key?(:display_name)
6049
6054
  @example = args[:example] if args.key?(:example)
6055
+ @location_support = args[:location_support] if args.key?(:location_support)
6050
6056
  @name = args[:name] if args.key?(:name)
6051
6057
  @sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
6052
6058
  @specific_info_types = args[:specific_info_types] if args.key?(:specific_info_types)
@@ -7585,6 +7591,32 @@ module Google
7585
7591
  end
7586
7592
  end
7587
7593
 
7594
+ # Locations at which a feature can be used.
7595
+ class GooglePrivacyDlpV2LocationSupport
7596
+ include Google::Apis::Core::Hashable
7597
+
7598
+ # Specific locations where the feature may be used. Examples: us-central1, us,
7599
+ # asia, global If scope is ANY_LOCATION, no regions will be listed.
7600
+ # Corresponds to the JSON property `locations`
7601
+ # @return [Array<String>]
7602
+ attr_accessor :locations
7603
+
7604
+ # The current scope for location on this feature. This may expand over time.
7605
+ # Corresponds to the JSON property `regionalizationScope`
7606
+ # @return [String]
7607
+ attr_accessor :regionalization_scope
7608
+
7609
+ def initialize(**args)
7610
+ update!(**args)
7611
+ end
7612
+
7613
+ # Update properties of this object
7614
+ def update!(**args)
7615
+ @locations = args[:locations] if args.key?(:locations)
7616
+ @regionalization_scope = args[:regionalization_scope] if args.key?(:regionalization_scope)
7617
+ end
7618
+ end
7619
+
7588
7620
  # Job trigger option for hybrid jobs. Jobs must be manually created and finished.
7589
7621
  class GooglePrivacyDlpV2Manual
7590
7622
  include Google::Apis::Core::Hashable
@@ -11520,6 +11552,85 @@ module Google
11520
11552
  @seconds = args[:seconds] if args.key?(:seconds)
11521
11553
  end
11522
11554
  end
11555
+
11556
+ # This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
11557
+ # If you are using editions or proto2, please make your own extendable messages
11558
+ # for your use case. If you are using proto3, please use `Any` instead.
11559
+ # MessageSet was the implementation of extensions for proto1. When proto2 was
11560
+ # introduced, extensions were implemented as a first-class feature. This schema
11561
+ # for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
11562
+ # bearing messages from proto1 to proto2. This schema has been open-sourced only
11563
+ # to facilitate the migration of Google products with MessageSet-bearing
11564
+ # messages to open-source environments.
11565
+ class Proto2BridgeMessageSet
11566
+ include Google::Apis::Core::Hashable
11567
+
11568
+ def initialize(**args)
11569
+ update!(**args)
11570
+ end
11571
+
11572
+ # Update properties of this object
11573
+ def update!(**args)
11574
+ end
11575
+ end
11576
+
11577
+ # Wire-format for a Status object
11578
+ class UtilStatusProto
11579
+ include Google::Apis::Core::Hashable
11580
+
11581
+ # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
11582
+ # int32 canonical_code = 6;
11583
+ # Corresponds to the JSON property `canonicalCode`
11584
+ # @return [Fixnum]
11585
+ attr_accessor :canonical_code
11586
+
11587
+ # Numeric code drawn from the space specified below. Often, this is the
11588
+ # canonical error space, and code is drawn from google3/util/task/codes.proto
11589
+ # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
11590
+ # int32 code = 1;
11591
+ # Corresponds to the JSON property `code`
11592
+ # @return [Fixnum]
11593
+ attr_accessor :code
11594
+
11595
+ # Detail message copybara:strip_begin(b/383363683) copybara:
11596
+ # strip_end_and_replace optional string message = 3;
11597
+ # Corresponds to the JSON property `message`
11598
+ # @return [String]
11599
+ attr_accessor :message
11600
+
11601
+ # This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
11602
+ # If you are using editions or proto2, please make your own extendable messages
11603
+ # for your use case. If you are using proto3, please use `Any` instead.
11604
+ # MessageSet was the implementation of extensions for proto1. When proto2 was
11605
+ # introduced, extensions were implemented as a first-class feature. This schema
11606
+ # for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
11607
+ # bearing messages from proto1 to proto2. This schema has been open-sourced only
11608
+ # to facilitate the migration of Google products with MessageSet-bearing
11609
+ # messages to open-source environments.
11610
+ # Corresponds to the JSON property `messageSet`
11611
+ # @return [Google::Apis::DlpV2::Proto2BridgeMessageSet]
11612
+ attr_accessor :message_set
11613
+
11614
+ # copybara:strip_begin(b/383363683) Space to which this status belongs copybara:
11615
+ # strip_end_and_replace optional string space = 2; // Space to which this status
11616
+ # belongs
11617
+ # Corresponds to the JSON property `space`
11618
+ # @return [String]
11619
+ attr_accessor :space
11620
+
11621
+ def initialize(**args)
11622
+ update!(**args)
11623
+ end
11624
+
11625
+ # Update properties of this object
11626
+ def update!(**args)
11627
+ @canonical_code = args[:canonical_code] if args.key?(:canonical_code)
11628
+ @code = args[:code] if args.key?(:code)
11629
+ @message = args[:message] if args.key?(:message)
11630
+ @message_set = args[:message_set] if args.key?(:message_set)
11631
+ @space = args[:space] if args.key?(:space)
11632
+ end
11633
+ end
11523
11634
  end
11524
11635
  end
11525
11636
  end
@@ -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.94.0"
19
+ GEM_VERSION = "0.96.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250727"
25
+ REVISION = "20250817"
26
26
  end
27
27
  end
28
28
  end
@@ -1300,6 +1300,12 @@ module Google
1300
1300
  include Google::Apis::Core::JsonObjectSupport
1301
1301
  end
1302
1302
 
1303
+ class GooglePrivacyDlpV2LocationSupport
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1303
1309
  class GooglePrivacyDlpV2Manual
1304
1310
  class Representation < Google::Apis::Core::JsonRepresentation; end
1305
1311
 
@@ -2044,6 +2050,18 @@ module Google
2044
2050
  include Google::Apis::Core::JsonObjectSupport
2045
2051
  end
2046
2052
 
2053
+ class Proto2BridgeMessageSet
2054
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2055
+
2056
+ include Google::Apis::Core::JsonObjectSupport
2057
+ end
2058
+
2059
+ class UtilStatusProto
2060
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2061
+
2062
+ include Google::Apis::Core::JsonObjectSupport
2063
+ end
2064
+
2047
2065
  class GooglePrivacyDlpV2Action
2048
2066
  # @private
2049
2067
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3794,6 +3812,8 @@ module Google
3794
3812
  property :description, as: 'description'
3795
3813
  property :display_name, as: 'displayName'
3796
3814
  property :example, as: 'example'
3815
+ property :location_support, as: 'locationSupport', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LocationSupport, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LocationSupport::Representation
3816
+
3797
3817
  property :name, as: 'name'
3798
3818
  property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
3799
3819
 
@@ -4288,6 +4308,14 @@ module Google
4288
4308
  end
4289
4309
  end
4290
4310
 
4311
+ class GooglePrivacyDlpV2LocationSupport
4312
+ # @private
4313
+ class Representation < Google::Apis::Core::JsonRepresentation
4314
+ collection :locations, as: 'locations'
4315
+ property :regionalization_scope, as: 'regionalizationScope'
4316
+ end
4317
+ end
4318
+
4291
4319
  class GooglePrivacyDlpV2Manual
4292
4320
  # @private
4293
4321
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5493,6 +5521,24 @@ module Google
5493
5521
  property :seconds, as: 'seconds'
5494
5522
  end
5495
5523
  end
5524
+
5525
+ class Proto2BridgeMessageSet
5526
+ # @private
5527
+ class Representation < Google::Apis::Core::JsonRepresentation
5528
+ end
5529
+ end
5530
+
5531
+ class UtilStatusProto
5532
+ # @private
5533
+ class Representation < Google::Apis::Core::JsonRepresentation
5534
+ property :canonical_code, as: 'canonicalCode'
5535
+ property :code, as: 'code'
5536
+ property :message, as: 'message'
5537
+ property :message_set, as: 'messageSet', class: Google::Apis::DlpV2::Proto2BridgeMessageSet, decorator: Google::Apis::DlpV2::Proto2BridgeMessageSet::Representation
5538
+
5539
+ property :space, as: 'space'
5540
+ end
5541
+ end
5496
5542
  end
5497
5543
  end
5498
5544
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.94.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.96.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
62
62
  rdoc_options: []
63
63
  require_paths: