google-apis-dlp_v2 0.54.0 → 0.55.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 +3 -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: f410415991671811bc5961fcaf6f42aa0ffe64798517a4e65d3588eb407a82bc
|
4
|
+
data.tar.gz: 25fac18c4fdc23c89a9e3be07bd2d48c1ea5c713778fdf3c2cd49d2d28104722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 927143c600cc7130e50f714569228a030b82d1024fd9623a0c7a13eb8c162a0123ddd00d2f98b6934582f7cecb421e53c9e39d95083b7695827033e19d3b7fbe
|
7
|
+
data.tar.gz: ad71991aabbf5fe8b0f2789f0e2c23d2ad47773a62228832ed241e29974326e7a959ea6ca003dbee0bd352fc4cc6e072319b9b8423f62d136aa4828851fbf46a
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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
|
+
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.
|
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: []
|