google-apis-dlp_v2 0.80.0 → 0.81.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +3 -3
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f48aafd7a10ce4a2ea37d83aed56d93d2fdac91d94d7aa5c0bf6bb5702977df
|
4
|
+
data.tar.gz: edee7e1ba23831492bae71711d5365fcaded38d602dfbb43cbb2223f04e7deb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d799236d66f4f9e61a476c9fd233e61d7be19aa3865bdb9d776f499cb78556a63be3158dedd49530b1a4c1e4192f7db9bddd8790358d03ed647ac96fbb7fc562
|
7
|
+
data.tar.gz: a94ddb108b6b8da73da3ca361a2bc95ef328f6ff2296a85eab080cce139e2e5893c75b4fe1a09ac6751fe4f8317c24fe03709a86c00eee9de590c2b7968ae6d3
|
data/CHANGELOG.md
CHANGED
@@ -4623,7 +4623,7 @@ module Google
|
|
4623
4623
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary>]
|
4624
4624
|
attr_accessor :file_store_info_type_summaries
|
4625
4625
|
|
4626
|
-
# True if no files exist in this cluster. If the
|
4626
|
+
# True if no files exist in this cluster. If the file store had more files than
|
4627
4627
|
# could be listed, this will be false even if no files for this cluster were
|
4628
4628
|
# seen and file_extensions_seen is empty.
|
4629
4629
|
# Corresponds to the JSON property `noFilesExist`
|
@@ -4838,8 +4838,8 @@ module Google
|
|
4838
4838
|
# @return [String]
|
4839
4839
|
attr_accessor :last_modified_time
|
4840
4840
|
|
4841
|
-
# The location type of the
|
4842
|
-
# dual-region, expect data_storage_locations to be populated.
|
4841
|
+
# The location type of the file store (region, dual-region, multi-region, etc).
|
4842
|
+
# If dual-region, expect data_storage_locations to be populated.
|
4843
4843
|
# Corresponds to the JSON property `locationType`
|
4844
4844
|
# @return [String]
|
4845
4845
|
attr_accessor :location_type
|
@@ -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.81.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241215"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.81.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.81.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|