google-apis-dlp_v2 0.16.0 → 0.17.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 +9 -8
- data/lib/google/apis/dlp_v2/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abc524f2777d669d588a79e24b72f38467b628b7dac86973992f0e4577c457b6
|
|
4
|
+
data.tar.gz: e6ffd4ee15cba4852485ed90d29359e970d054265089bc65389acfb6917ae0fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9d700cdadd461335f40b72ec2f0b985e1e78e898c0a65e0a622ca994dd082333cdf5016c75041a7af78e721dcd504926a5bab1152ca3c5f0e1597a6191233be
|
|
7
|
+
data.tar.gz: a5dbb2b4fcc031bfaba36a9e675ecd0c73951e9e8174fa05307e7e9132223cf932a3e4a5d1ab0df9bbd75b05ff51e75fc7455e394bd86c2fa1fc8da31a1fe1fd
|
data/CHANGELOG.md
CHANGED
|
@@ -2537,8 +2537,8 @@ module Google
|
|
|
2537
2537
|
end
|
|
2538
2538
|
end
|
|
2539
2539
|
|
|
2540
|
-
# Configuration to control the number of findings returned
|
|
2541
|
-
# identification
|
|
2540
|
+
# Configuration to control the number of findings returned for inspection. This
|
|
2541
|
+
# is not used for de-identification or data profiling.
|
|
2542
2542
|
class GooglePrivacyDlpV2FindingLimits
|
|
2543
2543
|
include Google::Apis::Core::Hashable
|
|
2544
2544
|
|
|
@@ -3111,8 +3111,7 @@ module Google
|
|
|
3111
3111
|
class GooglePrivacyDlpV2InspectConfig
|
|
3112
3112
|
include Google::Apis::Core::Hashable
|
|
3113
3113
|
|
|
3114
|
-
#
|
|
3115
|
-
# other content will be included.
|
|
3114
|
+
# Deprecated and unused.
|
|
3116
3115
|
# Corresponds to the JSON property `contentOptions`
|
|
3117
3116
|
# @return [Array<String>]
|
|
3118
3117
|
attr_accessor :content_options
|
|
@@ -3123,14 +3122,16 @@ module Google
|
|
|
3123
3122
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2CustomInfoType>]
|
|
3124
3123
|
attr_accessor :custom_info_types
|
|
3125
3124
|
|
|
3126
|
-
# When true, excludes type information of the findings.
|
|
3125
|
+
# When true, excludes type information of the findings. This is not used for
|
|
3126
|
+
# data profiling.
|
|
3127
3127
|
# Corresponds to the JSON property `excludeInfoTypes`
|
|
3128
3128
|
# @return [Boolean]
|
|
3129
3129
|
attr_accessor :exclude_info_types
|
|
3130
3130
|
alias_method :exclude_info_types?, :exclude_info_types
|
|
3131
3131
|
|
|
3132
3132
|
# When true, a contextual quote from the data that triggered a finding is
|
|
3133
|
-
# included in the response; see Finding.quote.
|
|
3133
|
+
# included in the response; see Finding.quote. This is not used for data
|
|
3134
|
+
# profiling.
|
|
3134
3135
|
# Corresponds to the JSON property `includeQuote`
|
|
3135
3136
|
# @return [Boolean]
|
|
3136
3137
|
attr_accessor :include_quote
|
|
@@ -3148,8 +3149,8 @@ module Google
|
|
|
3148
3149
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
|
|
3149
3150
|
attr_accessor :info_types
|
|
3150
3151
|
|
|
3151
|
-
# Configuration to control the number of findings returned
|
|
3152
|
-
# identification
|
|
3152
|
+
# Configuration to control the number of findings returned for inspection. This
|
|
3153
|
+
# is not used for de-identification or data profiling.
|
|
3153
3154
|
# Corresponds to the JSON property `limits`
|
|
3154
3155
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
|
|
3155
3156
|
attr_accessor :limits
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220108"
|
|
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.17.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-01-
|
|
11
|
+
date: 2022-01-17 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.17.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Data Loss Prevention (DLP) API V2
|