google-apis-dlp_v2 0.4.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c8f30724330410e1aad062d246640678d621fb2b2223f43549cb198f1def95d
4
- data.tar.gz: 6e75c87ed95ba6fb7136acd9b3830fdff23fec3d7125e442ed510ddc2e67b6e9
3
+ metadata.gz: 8faad7b17ada67f087714bb3d026c7e490c35f05be6348437b2424f6a5cab0e6
4
+ data.tar.gz: 6b4b873a2864e6a076b5b2adff5ce5c044b42846616160f8137bad462e22043b
5
5
  SHA512:
6
- metadata.gz: 754569038b53ad437b2b7fc1f8dddcd498675ce026cc3702367db229bd016c72761b8ad9ab56a2a4632dfc41e22379334e20960e57b01e1542dc1e12407e0329
7
- data.tar.gz: 7dd4dc99d8ba2525e634e55e4d6c90db73424abd5b49deebf768f2fcebe5d43bcb0b6bee7b0759d3e402e91b29690c2640bad2d3cf6050eb0bd79467d1fdeb15
6
+ metadata.gz: b5b6046f84380a220ebf765b39788091e5f2fa25438bb3d67b8a21d8005f14aa0964b1021ea5c5da88fb0b1f248aa9c35824893724a05730e6a3e900d7a77621
7
+ data.tar.gz: e24385018e8365ef235a68051f9a8b20a1f9386ec38c7b6262f2d4a13d445d0928afbf28e59db7ae3f6273d2546ad41ef36345f33912e3b20571e1c17a09c9c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.5.0 (2021-05-13)
4
+
5
+ * Regenerated from discovery document revision 20210508
6
+
3
7
  ### v0.4.0 (2021-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210319
@@ -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#inspecting_a_table to learn
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#inspecting_a_table to learn
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.4.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 = "20210319"
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.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-03-29 00:00:00.000000000 Z
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.4.0
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.13
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