google-apis-dlp_v2 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b440e13296a33d8bb7efb6ab7998e916a64bb2b4506d266658ad569e7bf4aab6
4
- data.tar.gz: 2ef8c98b76aed1878f9ebd37ce71e660e7ef925c2a10e6842551ca2556aed7ed
3
+ metadata.gz: ac72fc80cae9aad42ce38291167a1d6f4d0ba540628bb86d53808ad637e06dd6
4
+ data.tar.gz: d73ab992b64c9498775a128782a6564888db5faf024dc49b72a7fccdc6f51f9b
5
5
  SHA512:
6
- metadata.gz: 89beb9f98f69409e1fa9d2dfbc58ec5390ad5c6638218cb94f3ea76f54516c30381edc900cd9c89fb66e1933036d4b2539181279b7b900009c1d17be3cf4d960
7
- data.tar.gz: 825522def4c4f42a8894d82de6dc2d357a867aa0d71ab49c4a6399367d378219f1bb0c5aa79e73efe7403bdc97df65f52aa1373a005f873c1d2984ef7e3b2dce
6
+ metadata.gz: 57e4dcb2aeb072b24c0a08b6548545493a0d51c2f56eda7a492f25b7bb9f06516b9b75083bf7c45492869959a0d86838ff18c902da218baef22412ec040c1a9f
7
+ data.tar.gz: db1defbfd61279f5b9c3e998dac6255d191962ba34b6d68b579b6f79520989f47be95f167055e8bab40101124de178e99382f86fe14de0bc1f1324084b08ba69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.15.0 (2021-12-08)
4
+
5
+ * Regenerated from discovery document revision 20211204
6
+
3
7
  ### v0.14.0 (2021-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20211112
@@ -293,6 +293,11 @@ module Google
293
293
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
294
294
  attr_accessor :identifying_fields
295
295
 
296
+ # Limit scanning only to these fields.
297
+ # Corresponds to the JSON property `includedFields`
298
+ # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
299
+ attr_accessor :included_fields
300
+
296
301
  # Max number of rows to scan. If the table has more rows than this value, the
297
302
  # rest of the rows are omitted. If not set, or if set to 0, all rows will be
298
303
  # scanned. Only one of rows_limit and rows_limit_percent can be specified.
@@ -330,6 +335,7 @@ module Google
330
335
  def update!(**args)
331
336
  @excluded_fields = args[:excluded_fields] if args.key?(:excluded_fields)
332
337
  @identifying_fields = args[:identifying_fields] if args.key?(:identifying_fields)
338
+ @included_fields = args[:included_fields] if args.key?(:included_fields)
333
339
  @rows_limit = args[:rows_limit] if args.key?(:rows_limit)
334
340
  @rows_limit_percent = args[:rows_limit_percent] if args.key?(:rows_limit_percent)
335
341
  @sample_method = args[:sample_method] if args.key?(:sample_method)
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
25
+ REVISION = "20211204"
26
26
  end
27
27
  end
28
28
  end
@@ -1272,6 +1272,8 @@ module Google
1272
1272
 
1273
1273
  collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1274
1274
 
1275
+ collection :included_fields, as: 'includedFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1276
+
1275
1277
  property :rows_limit, :numeric_string => true, as: 'rowsLimit'
1276
1278
  property :rows_limit_percent, as: 'rowsLimitPercent'
1277
1279
  property :sample_method, as: 'sampleMethod'
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.14.0
4
+ version: 0.15.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-12-06 00:00:00.000000000 Z
11
+ date: 2021-12-13 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.15.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: []