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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +21 -0
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +14 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12870a9f9c38951b850cd92f1450ae708c0dd6d1b0ea28263f8640ff79566a9d
|
4
|
+
data.tar.gz: d9cb43640e4253b9d0425db3bea9823eba8fe9834245673698fdd789dbc7852a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7789bbe0b639239d6f6af6bcd84d755ecd2bc983c73905b09b37031d908a726bf671e4a21d62052be65bcc435ef1d58889b72acd5ace7d87d866d351907d01dd
|
7
|
+
data.tar.gz: c03a996e7f2e2201777a01137aa11fd563a26cd5dd04a3cbe8a38ae5fabc8c6feff4f366c9581d43f579ebe3bcf4c2127f77c0dcc57812d7362af9ffd94d75b2
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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.
|
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:
|