google-apis-dlp_v2 0.37.0 → 0.38.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 +2 -1
- 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: 287c037c2da59974e54f02f261fdf641ddd9e0ee0262b5e8228009a4053746d8
|
4
|
+
data.tar.gz: 3ea8c5a699c4604e15d01c0b5ff39054c89a851fb658b9aad58d116dfb666779
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f43a016f63e8856dbcb2a53fb774bc9fd2188b54ee278613ce1fe1f6daa0b2c4c321b5a1e45f3287aa44d8bba3ccb0484ab0b5d741743b4d4ea88a14a48c9247
|
7
|
+
data.tar.gz: 1d5d78f7d64bde80adef69062d2fc92cf683572403952b1a3b7305fc8c4d7fd34324c383610c9a2c7c3fb5af463b399543d0aaee1e93d5a20127a180407896ec
|
data/CHANGELOG.md
CHANGED
@@ -2075,7 +2075,8 @@ module Google
|
|
2075
2075
|
# @return [String]
|
2076
2076
|
attr_accessor :inspect_template_name
|
2077
2077
|
|
2078
|
-
# The item to de-identify. Will be treated as text.
|
2078
|
+
# The item to de-identify. Will be treated as text. This value must be of type
|
2079
|
+
# Table if your deidentify_config is a RecordTransformations object.
|
2079
2080
|
# Corresponds to the JSON property `item`
|
2080
2081
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
2081
2082
|
attr_accessor :item
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221106"
|
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.38.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: 2022-11-
|
11
|
+
date: 2022-11-14 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.38.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: []
|