google-apis-dlp_v2 0.55.0 → 0.56.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:
|
|
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
|
@@ -2030,6 +2030,14 @@ module Google
|
|
|
2030
2030
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileJobConfig]
|
|
2031
2031
|
attr_accessor :data_profile_job
|
|
2032
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
|
+
|
|
2033
2041
|
# Configuration description of the scanning process. When used with
|
|
2034
2042
|
# redactContent only info_types and min_likelihood are currently used.
|
|
2035
2043
|
# Corresponds to the JSON property `inspectConfig`
|
|
@@ -2043,6 +2051,7 @@ module Google
|
|
|
2043
2051
|
# Update properties of this object
|
|
2044
2052
|
def update!(**args)
|
|
2045
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)
|
|
2046
2055
|
@inspect_config = args[:inspect_config] if args.key?(:inspect_config)
|
|
2047
2056
|
end
|
|
2048
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-12-
|
|
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: []
|