google-apis-dlp_v2 0.54.0 → 0.55.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: ca7a6188f11a5bf4b55c0c82a513a6551404981aceeed262d7f04ba5ede6403f
4
- data.tar.gz: 84cd8486db5d8a3edc3f574346ddaf25ca679f5a123a3f77dbccfa6dffbf1a6c
3
+ metadata.gz: f410415991671811bc5961fcaf6f42aa0ffe64798517a4e65d3588eb407a82bc
4
+ data.tar.gz: 25fac18c4fdc23c89a9e3be07bd2d48c1ea5c713778fdf3c2cd49d2d28104722
5
5
  SHA512:
6
- metadata.gz: d72668921a240575a17dd2c0d845bd3109b16122116c192e5471b74936510abca163fb2a25d17f3cc06dbb8608a0414a8f350dcf5daad8f7347e40ef3ddfc236
7
- data.tar.gz: 74f1073bc8ae50e71ef50fc2fa26af3bfd3526fff6f58be13cd88bb1c7167d3b311e88b4c6ac86a761c632fbb2c550f36c332ddd41716248a76f7b05ef957421
6
+ metadata.gz: 927143c600cc7130e50f714569228a030b82d1024fd9623a0c7a13eb8c162a0123ddd00d2f98b6934582f7cecb421e53c9e39d95083b7695827033e19d3b7fbe
7
+ data.tar.gz: ad71991aabbf5fe8b0f2789f0e2c23d2ad47773a62228832ed241e29974326e7a959ea6ca003dbee0bd352fc4cc6e072319b9b8423f62d136aa4828851fbf46a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.55.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231127
6
+
3
7
  ### v0.54.0 (2023-11-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20231029
@@ -439,7 +439,9 @@ module Google
439
439
  # scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and
440
440
  # 100 means no limit. Defaults to 0. Only one of rows_limit and
441
441
  # rows_limit_percent can be specified. Cannot be used in conjunction with
442
- # TimespanConfig.
442
+ # TimespanConfig. Caution: A [known issue](https://cloud.google.com/dlp/docs/
443
+ # known-issues#bq-sampling) is causing the `rowsLimitPercent` field to behave
444
+ # unexpectedly. We recommend using `rowsLimit` instead.
443
445
  # Corresponds to the JSON property `rowsLimitPercent`
444
446
  # @return [Fixnum]
445
447
  attr_accessor :rows_limit_percent
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231029"
25
+ REVISION = "20231127"
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.54.0
4
+ version: 0.55.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: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-12-03 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.55.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: []