google-apis-dlp_v2 0.41.0 → 0.42.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: '01349862dd5e5176e4a3785f5d2ab12c7b8b1540d620d4880c9bcda73e0db0fc'
4
- data.tar.gz: abd31f40b10abf878be920cd62c355ef0f5a6465010e518cd21f7498aca59a6c
3
+ metadata.gz: 781731e4a910190f16951dca05832dcb9e4e704e3aa685a6946293a4f48ead52
4
+ data.tar.gz: 64646e3a45c22a933765077f9500ffbaa3a10a0fc0b93016d58122272a23a4b3
5
5
  SHA512:
6
- metadata.gz: '03892e056a39c382994b12abfb5c9047b1c62b5ab78118f38ce94c4164486fc35dea21e39fd048bb4dc78b873a2440e3e31433f66118500afeccaa96bfee58b0'
7
- data.tar.gz: f8b3940d493e33384c32d83fbc5077fe7fee720c59397e370ceb1a441c75f89995eea231a95fc670699f294e5d3650291ee6b04934c28fb545bfb5b9667ccf26
6
+ metadata.gz: 8867e4bf770e8251fe48bc550731449be54bbcb7fcb6a60b09f7960b818189cbd36a9c251ed0c7cb886cbe6f9a2ebbc4228c91b40a1c25dc0b75c3d6bc25f5d1
7
+ data.tar.gz: 41df2c042871d4dd89b2df7c7f11f7dee3c462efaf0c082be02cef5729aac4eee73727b6b70ec76b57174bf657f0e81b164c83d553f3d994144028be722a25f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.42.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230402
6
+
3
7
  ### v0.41.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230319
@@ -3003,16 +3003,22 @@ module Google
3003
3003
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeLimit>]
3004
3004
  attr_accessor :max_findings_per_info_type
3005
3005
 
3006
- # Max number of findings that will be returned for each item scanned. When set
3007
- # within `InspectJobConfig`, the maximum returned is 2000 regardless if this is
3008
- # set higher. When set within `InspectContentRequest`, this field is ignored.
3006
+ # Max number of findings that are returned for each item scanned. When set
3007
+ # within an InspectContentRequest, this field is ignored. This value isn't a
3008
+ # hard limit. If the number of findings for an item reaches this limit, the
3009
+ # inspection of that item ends gradually, not abruptly. Therefore, the actual
3010
+ # number of findings that Cloud DLP returns for the item can be multiple times
3011
+ # higher than this value.
3009
3012
  # Corresponds to the JSON property `maxFindingsPerItem`
3010
3013
  # @return [Fixnum]
3011
3014
  attr_accessor :max_findings_per_item
3012
3015
 
3013
- # Max number of findings that will be returned per request/job. When set within `
3014
- # InspectContentRequest`, the maximum returned is 2000 regardless if this is set
3015
- # higher.
3016
+ # Max number of findings that are returned per request or job. If you set this
3017
+ # field in an InspectContentRequest, the resulting maximum value is the value
3018
+ # that you set or 3,000, whichever is lower. This value isn't a hard limit. If
3019
+ # an inspection reaches this limit, the inspection ends gradually, not abruptly.
3020
+ # Therefore, the actual number of findings that Cloud DLP returns can be
3021
+ # multiple times higher than this value.
3016
3022
  # Corresponds to the JSON property `maxFindingsPerRequest`
3017
3023
  # @return [Fixnum]
3018
3024
  attr_accessor :max_findings_per_request
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20230319"
25
+ REVISION = "20230402"
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.41.0
4
+ version: 0.42.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.42.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: []