google-apis-dlp_v2 0.80.0 → 0.82.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 +9 -0
- data/lib/google/apis/dlp_v2/classes.rb +7 -5
- data/lib/google/apis/dlp_v2/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f11eed20d2e69c47814a281205df6fc16410a4f96bbe85a2fa5e1ce061e8a8d7
|
4
|
+
data.tar.gz: 24540b712c6bb199d93c3d8531496d59ca9da2b057ecbb6e7ac03a27bd49e3d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 027ce2a2ec7b552460fc7135e6d20934632a7991bb9ba1df4aac1619bfb02e1bead483bc2f121cecc78b9f1df6fd2c8ca07a55eaa6f9b019112271e606d39010
|
7
|
+
data.tar.gz: 0da80c82e5378718ae9840600128889e76e51f225056d4a6d11602bbff1337b340cac598825e8d30d6a80a3289ba849585ae107349150d61328444aa39d472a9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
2
2
|
|
3
|
+
### v0.82.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250105
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.81.0 (2024-12-22)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241215
|
11
|
+
|
3
12
|
### v0.80.0 (2024-12-08)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241204
|
@@ -2255,7 +2255,8 @@ module Google
|
|
2255
2255
|
# be skipped. See https://cloud.google.com/sensitive-data-protection/docs/
|
2256
2256
|
# pseudonymization to learn more. Note: We recommend using
|
2257
2257
|
# CryptoDeterministicConfig for all use cases which do not require preserving
|
2258
|
-
# the input alphabet space and size, plus warrant referential integrity.
|
2258
|
+
# the input alphabet space and size, plus warrant referential integrity. FPE
|
2259
|
+
# incurs significant latency costs.
|
2259
2260
|
class GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
|
2260
2261
|
include Google::Apis::Core::Hashable
|
2261
2262
|
|
@@ -4623,7 +4624,7 @@ module Google
|
|
4623
4624
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary>]
|
4624
4625
|
attr_accessor :file_store_info_type_summaries
|
4625
4626
|
|
4626
|
-
# True if no files exist in this cluster. If the
|
4627
|
+
# True if no files exist in this cluster. If the file store had more files than
|
4627
4628
|
# could be listed, this will be false even if no files for this cluster were
|
4628
4629
|
# seen and file_extensions_seen is empty.
|
4629
4630
|
# Corresponds to the JSON property `noFilesExist`
|
@@ -4838,8 +4839,8 @@ module Google
|
|
4838
4839
|
# @return [String]
|
4839
4840
|
attr_accessor :last_modified_time
|
4840
4841
|
|
4841
|
-
# The location type of the
|
4842
|
-
# dual-region, expect data_storage_locations to be populated.
|
4842
|
+
# The location type of the file store (region, dual-region, multi-region, etc).
|
4843
|
+
# If dual-region, expect data_storage_locations to be populated.
|
4843
4844
|
# Corresponds to the JSON property `locationType`
|
4844
4845
|
# @return [String]
|
4845
4846
|
attr_accessor :location_type
|
@@ -7711,7 +7712,8 @@ module Google
|
|
7711
7712
|
# be skipped. See https://cloud.google.com/sensitive-data-protection/docs/
|
7712
7713
|
# pseudonymization to learn more. Note: We recommend using
|
7713
7714
|
# CryptoDeterministicConfig for all use cases which do not require preserving
|
7714
|
-
# the input alphabet space and size, plus warrant referential integrity.
|
7715
|
+
# the input alphabet space and size, plus warrant referential integrity. FPE
|
7716
|
+
# incurs significant latency costs.
|
7715
7717
|
# Corresponds to the JSON property `cryptoReplaceFfxFpeConfig`
|
7716
7718
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig]
|
7717
7719
|
attr_accessor :crypto_replace_ffx_fpe_config
|
@@ -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.82.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.82.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Sensitive Data Protection (DLP) V2
|
82
79
|
test_files: []
|