google-apis-dlp_v2 0.90.0 → 0.91.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: 488f31b495c72921baad9b6da2f531f7d5327a5cc039396682bd1756274ea787
4
- data.tar.gz: 6dd6731afeaf88644f50304baa99e5a5d2f3d0bd8e6f881ac94869f7ef13ef8d
3
+ metadata.gz: 12870a9f9c38951b850cd92f1450ae708c0dd6d1b0ea28263f8640ff79566a9d
4
+ data.tar.gz: d9cb43640e4253b9d0425db3bea9823eba8fe9834245673698fdd789dbc7852a
5
5
  SHA512:
6
- metadata.gz: 808ed945e71259390786237fe1959c0309ab480eedef52813884647f69a1aae9c158806ba7064f0a52cab77abe33039d2e79736a174e56191ee0ce0797a3740f
7
- data.tar.gz: '096796e5cdb79433ea4d452adeab1d9df1ce5a7b835c167dae78cea9792e48728d9d539ab356b49d6573fc0b6e7c886ebeb30f3b92a8f5952a0c93a97b5e219e'
6
+ metadata.gz: 7789bbe0b639239d6f6af6bcd84d755ecd2bc983c73905b09b37031d908a726bf671e4a21d62052be65bcc435ef1d58889b72acd5ace7d87d866d351907d01dd
7
+ data.tar.gz: c03a996e7f2e2201777a01137aa11fd563a26cd5dd04a3cbe8a38ae5fabc8c6feff4f366c9581d43f579ebe3bcf4c2127f77c0dcc57812d7362af9ffd94d75b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.91.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250615
6
+
3
7
  ### v0.90.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250608
@@ -9325,6 +9325,27 @@ module Google
9325
9325
  end
9326
9326
  end
9327
9327
 
9328
+ # Collection of findings saved to a Cloud Storage bucket. This is used as the
9329
+ # proto schema for textproto files created when specifying a cloud storage path
9330
+ # to save Inspect findings.
9331
+ class GooglePrivacyDlpV2SaveToGcsFindingsOutput
9332
+ include Google::Apis::Core::Hashable
9333
+
9334
+ # List of findings.
9335
+ # Corresponds to the JSON property `findings`
9336
+ # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Finding>]
9337
+ attr_accessor :findings
9338
+
9339
+ def initialize(**args)
9340
+ update!(**args)
9341
+ end
9342
+
9343
+ # Update properties of this object
9344
+ def update!(**args)
9345
+ @findings = args[:findings] if args.key?(:findings)
9346
+ end
9347
+ end
9348
+
9328
9349
  # Schedule for inspect job triggers.
9329
9350
  class GooglePrivacyDlpV2Schedule
9330
9351
  include Google::Apis::Core::Hashable
@@ -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.90.0"
19
+ GEM_VERSION = "0.91.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 = "20250608"
25
+ REVISION = "20250615"
26
26
  end
27
27
  end
28
28
  end
@@ -1654,6 +1654,12 @@ module Google
1654
1654
  include Google::Apis::Core::JsonObjectSupport
1655
1655
  end
1656
1656
 
1657
+ class GooglePrivacyDlpV2SaveToGcsFindingsOutput
1658
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1659
+
1660
+ include Google::Apis::Core::JsonObjectSupport
1661
+ end
1662
+
1657
1663
  class GooglePrivacyDlpV2Schedule
1658
1664
  class Representation < Google::Apis::Core::JsonRepresentation; end
1659
1665
 
@@ -4831,6 +4837,14 @@ module Google
4831
4837
  end
4832
4838
  end
4833
4839
 
4840
+ class GooglePrivacyDlpV2SaveToGcsFindingsOutput
4841
+ # @private
4842
+ class Representation < Google::Apis::Core::JsonRepresentation
4843
+ collection :findings, as: 'findings', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Finding, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Finding::Representation
4844
+
4845
+ end
4846
+ end
4847
+
4834
4848
  class GooglePrivacyDlpV2Schedule
4835
4849
  # @private
4836
4850
  class Representation < Google::Apis::Core::JsonRepresentation
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.90.0
4
+ version: 0.91.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.90.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.91.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: