google-apis-dlp_v2 0.89.0 → 0.90.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 +2 -2
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- 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: 488f31b495c72921baad9b6da2f531f7d5327a5cc039396682bd1756274ea787
|
4
|
+
data.tar.gz: 6dd6731afeaf88644f50304baa99e5a5d2f3d0bd8e6f881ac94869f7ef13ef8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 808ed945e71259390786237fe1959c0309ab480eedef52813884647f69a1aae9c158806ba7064f0a52cab77abe33039d2e79736a174e56191ee0ce0797a3740f
|
7
|
+
data.tar.gz: '096796e5cdb79433ea4d452adeab1d9df1ce5a7b835c167dae78cea9792e48728d9d539ab356b49d6573fc0b6e7c886ebeb30f3b92a8f5952a0c93a97b5e219e'
|
data/CHANGELOG.md
CHANGED
@@ -3840,7 +3840,7 @@ module Google
|
|
3840
3840
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageResourceReference]
|
3841
3841
|
attr_accessor :cloud_storage_resource_reference
|
3842
3842
|
|
3843
|
-
# Match file stores (e.g. buckets) using
|
3843
|
+
# Match file stores (e.g. buckets) using filters.
|
3844
3844
|
# Corresponds to the JSON property `collection`
|
3845
3845
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreCollection]
|
3846
3846
|
attr_accessor :collection
|
@@ -4970,7 +4970,7 @@ module Google
|
|
4970
4970
|
end
|
4971
4971
|
end
|
4972
4972
|
|
4973
|
-
# Match file stores (e.g. buckets) using
|
4973
|
+
# Match file stores (e.g. buckets) using filters.
|
4974
4974
|
class GooglePrivacyDlpV2FileStoreCollection
|
4975
4975
|
include Google::Apis::Core::Hashable
|
4976
4976
|
|
@@ -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.90.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 = "20250608"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.
|
4
|
+
version: 0.90.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.90.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:
|