google-apis-dlp_v2 0.4.0 → 0.5.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 +8 -5
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8faad7b17ada67f087714bb3d026c7e490c35f05be6348437b2424f6a5cab0e6
|
4
|
+
data.tar.gz: 6b4b873a2864e6a076b5b2adff5ce5c044b42846616160f8137bad462e22043b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5b6046f84380a220ebf765b39788091e5f2fa25438bb3d67b8a21d8005f14aa0964b1021ea5c5da88fb0b1f248aa9c35824893724a05730e6a3e900d7a77621
|
7
|
+
data.tar.gz: e24385018e8365ef235a68051f9a8b20a1f9386ec38c7b6262f2d4a13d445d0928afbf28e59db7ae3f6273d2546ad41ef36345f33912e3b20571e1c17a09c9c6
|
data/CHANGELOG.md
CHANGED
@@ -1012,8 +1012,8 @@ module Google
|
|
1012
1012
|
attr_accessor :byte_item
|
1013
1013
|
|
1014
1014
|
# Structured content to inspect. Up to 50,000 `Value`s per request allowed. See
|
1015
|
-
# https://cloud.google.com/dlp/docs/inspecting-text#
|
1016
|
-
# more.
|
1015
|
+
# https://cloud.google.com/dlp/docs/inspecting-structured-text#
|
1016
|
+
# inspecting_a_table to learn more.
|
1017
1017
|
# Corresponds to the JSON property `table`
|
1018
1018
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Table]
|
1019
1019
|
attr_accessor :table
|
@@ -2346,7 +2346,10 @@ module Google
|
|
2346
2346
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition]
|
2347
2347
|
attr_accessor :condition
|
2348
2348
|
|
2349
|
-
# Required. Input field(s) to apply the transformation to.
|
2349
|
+
# Required. Input field(s) to apply the transformation to. When you have columns
|
2350
|
+
# that reference their position within a list, omit the index from the FieldId.
|
2351
|
+
# FieldId name matching ignores the index. For example, instead of "contact.nums[
|
2352
|
+
# 0].type", use "contact.nums.type".
|
2350
2353
|
# Corresponds to the JSON property `fields`
|
2351
2354
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
|
2352
2355
|
attr_accessor :fields
|
@@ -5824,8 +5827,8 @@ module Google
|
|
5824
5827
|
end
|
5825
5828
|
|
5826
5829
|
# Structured content to inspect. Up to 50,000 `Value`s per request allowed. See
|
5827
|
-
# https://cloud.google.com/dlp/docs/inspecting-text#
|
5828
|
-
# more.
|
5830
|
+
# https://cloud.google.com/dlp/docs/inspecting-structured-text#
|
5831
|
+
# inspecting_a_table to learn more.
|
5829
5832
|
class GooglePrivacyDlpV2Table
|
5830
5833
|
include Google::Apis::Core::Hashable
|
5831
5834
|
|
@@ -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.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210508"
|
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.5.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: 2021-
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.5.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Data Loss Prevention (DLP) API V2
|