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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +12 -6
- 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: 781731e4a910190f16951dca05832dcb9e4e704e3aa685a6946293a4f48ead52
|
4
|
+
data.tar.gz: 64646e3a45c22a933765077f9500ffbaa3a10a0fc0b93016d58122272a23a4b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8867e4bf770e8251fe48bc550731449be54bbcb7fcb6a60b09f7960b818189cbd36a9c251ed0c7cb886cbe6f9a2ebbc4228c91b40a1c25dc0b75c3d6bc25f5d1
|
7
|
+
data.tar.gz: 41df2c042871d4dd89b2df7c7f11f7dee3c462efaf0c082be02cef5729aac4eee73727b6b70ec76b57174bf657f0e81b164c83d553f3d994144028be722a25f8
|
data/CHANGELOG.md
CHANGED
@@ -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
|
3007
|
-
# within
|
3008
|
-
#
|
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
|
3014
|
-
# InspectContentRequest
|
3015
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|