google-apis-dlp_v2 0.26.0 → 0.27.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dlp_v2/classes.rb +5 -1
- data/lib/google/apis/dlp_v2/gem_version.rb +3 -3
- 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: acf5c8e9eb1ec4276d3c6205a5643cfdfe6045990220a82d98f14027144d91f7
|
|
4
|
+
data.tar.gz: 9e9c51eeed52e19b8acec05d8ce27e2230323bfb4347511b3f8b43c3ed530df5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 312991c595676b1fbff12c88a168d4954455028f8459c09508aa2be79c3c44c7413de787658fc90c07f1197b1ceee9691b110c08da5429417316e66ee6b86423
|
|
7
|
+
data.tar.gz: 9fb03650c5394d9c6a4a3308ad796d846f366a218d4328d6fa3c9e2447f6f2a125bcbb527202872d25a345ece88534cbc9d564ba63fe9a3aa49718c76b486153
|
data/CHANGELOG.md
CHANGED
|
@@ -5051,7 +5051,11 @@ module Google
|
|
|
5051
5051
|
# @return [Fixnum]
|
|
5052
5052
|
attr_accessor :window_after
|
|
5053
5053
|
|
|
5054
|
-
# Number of characters before the finding to consider.
|
|
5054
|
+
# Number of characters before the finding to consider. For tabular data, if you
|
|
5055
|
+
# want to modify the likelihood of an entire column of findngs, set this to 1.
|
|
5056
|
+
# For more information, see [Hotword example: Set the match likelihood of a
|
|
5057
|
+
# table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-
|
|
5058
|
+
# likelihood#match-column-values).
|
|
5055
5059
|
# Corresponds to the JSON property `windowBefore`
|
|
5056
5060
|
# @return [Fixnum]
|
|
5057
5061
|
attr_accessor :window_before
|
|
@@ -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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220703"
|
|
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.27.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: 2022-07-
|
|
11
|
+
date: 2022-07-11 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.27.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: []
|