google-apis-dlp_v2 0.54.0 → 0.56.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 +8 -0
- data/lib/google/apis/dlp_v2/classes.rb +12 -1
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +2 -0
- 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: 0fe67d72492ec0e4748a1a26da5177fe27a78fbbdc25aa5e058fe965c1ff4ffc
|
4
|
+
data.tar.gz: b8adb99367262b5a8c781f0f0fe670bad4d53a5bdef496397509ebaa6649e174
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b580e891ddf8903d51132a0fbb86e9059cde3df373d1aeaae569fad0f3b289e5f4880a4e390c9728282ef35ff244ac6f6e8c80aacdc6bf60a97cec2f6f3164b3
|
7
|
+
data.tar.gz: 9bc5cee02df6939aa170e0d584c9caf83a0ebf8f6dfea828a7553571038f1be84dd436fe1a61aa7c09cec155dda752ea7322d9d5172c2545731c216ae791d925
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
2
2
|
|
3
|
+
### v0.56.0 (2023-12-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231210
|
6
|
+
|
7
|
+
### v0.55.0 (2023-12-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231127
|
10
|
+
|
3
11
|
### v0.54.0 (2023-11-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231029
|
@@ -439,7 +439,9 @@ module Google
|
|
439
439
|
# scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and
|
440
440
|
# 100 means no limit. Defaults to 0. Only one of rows_limit and
|
441
441
|
# rows_limit_percent can be specified. Cannot be used in conjunction with
|
442
|
-
# TimespanConfig.
|
442
|
+
# TimespanConfig. Caution: A [known issue](https://cloud.google.com/dlp/docs/
|
443
|
+
# known-issues#bq-sampling) is causing the `rowsLimitPercent` field to behave
|
444
|
+
# unexpectedly. We recommend using `rowsLimit` instead.
|
443
445
|
# Corresponds to the JSON property `rowsLimitPercent`
|
444
446
|
# @return [Fixnum]
|
445
447
|
attr_accessor :rows_limit_percent
|
@@ -2028,6 +2030,14 @@ module Google
|
|
2028
2030
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileJobConfig]
|
2029
2031
|
attr_accessor :data_profile_job
|
2030
2032
|
|
2033
|
+
# Configuration for discovery to scan resources for profile generation. Only one
|
2034
|
+
# discovery configuration may exist per organization, folder, or project. The
|
2035
|
+
# generated data profiles are retained according to the [data retention policy] (
|
2036
|
+
# https://cloud.google.com/dlp/docs/data-profiles#retention).
|
2037
|
+
# Corresponds to the JSON property `discoveryConfig`
|
2038
|
+
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig]
|
2039
|
+
attr_accessor :discovery_config
|
2040
|
+
|
2031
2041
|
# Configuration description of the scanning process. When used with
|
2032
2042
|
# redactContent only info_types and min_likelihood are currently used.
|
2033
2043
|
# Corresponds to the JSON property `inspectConfig`
|
@@ -2041,6 +2051,7 @@ module Google
|
|
2041
2051
|
# Update properties of this object
|
2042
2052
|
def update!(**args)
|
2043
2053
|
@data_profile_job = args[:data_profile_job] if args.key?(:data_profile_job)
|
2054
|
+
@discovery_config = args[:discovery_config] if args.key?(:discovery_config)
|
2044
2055
|
@inspect_config = args[:inspect_config] if args.key?(:inspect_config)
|
2045
2056
|
end
|
2046
2057
|
end
|
@@ -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.56.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 = "20231210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2101,6 +2101,8 @@ module Google
|
|
2101
2101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2102
2102
|
property :data_profile_job, as: 'dataProfileJob', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileJobConfig::Representation
|
2103
2103
|
|
2104
|
+
property :discovery_config, as: 'discoveryConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig::Representation
|
2105
|
+
|
2104
2106
|
property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
|
2105
2107
|
|
2106
2108
|
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.56.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-12-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.56.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: []
|