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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95f4bd963105c8b0a34d391cbea91be3af2a987df7d4c82d4323ca507c7d14fa
4
- data.tar.gz: a1805d9f66be845394384b00e30fdbf88a07018db1c379d409547cf03f2d4add
3
+ metadata.gz: acf5c8e9eb1ec4276d3c6205a5643cfdfe6045990220a82d98f14027144d91f7
4
+ data.tar.gz: 9e9c51eeed52e19b8acec05d8ce27e2230323bfb4347511b3f8b43c3ed530df5
5
5
  SHA512:
6
- metadata.gz: 18ab35ddf275e5aa7113682a6c4146c96b8a8c0e8f4ee6c286b5bd22c66e54eae331572984c4797ae96bf667960fe028ffaa91be61016eece813cc19b29d54fa
7
- data.tar.gz: 6c8e57c4db53bfe9b2548d0127ccbcf67244f66ab31e16f6a2f8de93cce420d3b6e7804cac78a2e24d83df6829aa8cacb503326cc884e5c4236387054a1405ad
6
+ metadata.gz: 312991c595676b1fbff12c88a168d4954455028f8459c09508aa2be79c3c44c7413de787658fc90c07f1197b1ceee9691b110c08da5429417316e66ee6b86423
7
+ data.tar.gz: 9fb03650c5394d9c6a4a3308ad796d846f366a218d4328d6fa3c9e2447f6f2a125bcbb527202872d25a345ece88534cbc9d564ba63fe9a3aa49718c76b486153
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.27.0 (2022-07-06)
4
+
5
+ * Regenerated from discovery document revision 20220703
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.26.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -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.26.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220612"
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.26.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-04 00:00:00.000000000 Z
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.26.0
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: []