google-apis-dlp_v2 0.28.0 → 0.29.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 +26 -18
- 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: 12be94758a07bace3bb3bfb163c33b0b24a78f74e0db3f14487a489c58374769
|
4
|
+
data.tar.gz: 0b7d2b7bc38226fdf3f6651a579f284aba4da659f630fd5dc6e20088bb8f4efb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b05da4782287aeb37c414df67d5f031a854f52fe9dc91e1a81d6bd042611b28e706c73c151fb23ef0c6c8ef70a279d983ee07462701d238294179549fa1e9f4c
|
7
|
+
data.tar.gz: 0f60c687e7061401f310e224a92a300dcf860b130e997dad7c1988f66d050e8a7b27653cedc27b4682fe19da399063a42b025e964570d7a5d24c803ca8ee571c
|
data/CHANGELOG.md
CHANGED
@@ -55,15 +55,19 @@ module Google
|
|
55
55
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToPubSub]
|
56
56
|
attr_accessor :pub_sub
|
57
57
|
|
58
|
-
# Publish findings of a DlpJob to Data Catalog.
|
59
|
-
#
|
60
|
-
#
|
61
|
-
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
65
|
-
#
|
66
|
-
#
|
58
|
+
# Publish findings of a DlpJob to Data Catalog. In Data Catalog, tag templates
|
59
|
+
# are applied to the resource that Cloud DLP scanned. Data Catalog tag templates
|
60
|
+
# are stored in the same project and region where the BigQuery table exists. For
|
61
|
+
# Cloud DLP to create and apply the tag template, the Cloud DLP service agent
|
62
|
+
# must have the `roles/datacatalog.tagTemplateOwner` permission on the project.
|
63
|
+
# The tag template contains fields summarizing the results of the DlpJob. Any
|
64
|
+
# field values previously written by another DlpJob are deleted. InfoType naming
|
65
|
+
# patterns are strictly enforced when using this feature. Findings are persisted
|
66
|
+
# in Data Catalog storage and are governed by service-specific policies for Data
|
67
|
+
# Catalog. For more information, see [Service Specific Terms](https://cloud.
|
68
|
+
# google.com/terms/service-terms). Only a single instance of this action can be
|
69
|
+
# specified. This action is allowed only if all resources being scanned are
|
70
|
+
# BigQuery tables. Compatible with: Inspect
|
67
71
|
# Corresponds to the JSON property `publishFindingsToCloudDataCatalog`
|
68
72
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog]
|
69
73
|
attr_accessor :publish_findings_to_cloud_data_catalog
|
@@ -5247,15 +5251,19 @@ module Google
|
|
5247
5251
|
end
|
5248
5252
|
end
|
5249
5253
|
|
5250
|
-
# Publish findings of a DlpJob to Data Catalog.
|
5251
|
-
#
|
5252
|
-
#
|
5253
|
-
#
|
5254
|
-
#
|
5255
|
-
#
|
5256
|
-
#
|
5257
|
-
#
|
5258
|
-
#
|
5254
|
+
# Publish findings of a DlpJob to Data Catalog. In Data Catalog, tag templates
|
5255
|
+
# are applied to the resource that Cloud DLP scanned. Data Catalog tag templates
|
5256
|
+
# are stored in the same project and region where the BigQuery table exists. For
|
5257
|
+
# Cloud DLP to create and apply the tag template, the Cloud DLP service agent
|
5258
|
+
# must have the `roles/datacatalog.tagTemplateOwner` permission on the project.
|
5259
|
+
# The tag template contains fields summarizing the results of the DlpJob. Any
|
5260
|
+
# field values previously written by another DlpJob are deleted. InfoType naming
|
5261
|
+
# patterns are strictly enforced when using this feature. Findings are persisted
|
5262
|
+
# in Data Catalog storage and are governed by service-specific policies for Data
|
5263
|
+
# Catalog. For more information, see [Service Specific Terms](https://cloud.
|
5264
|
+
# google.com/terms/service-terms). Only a single instance of this action can be
|
5265
|
+
# specified. This action is allowed only if all resources being scanned are
|
5266
|
+
# BigQuery tables. Compatible with: Inspect
|
5259
5267
|
class GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
|
5260
5268
|
include Google::Apis::Core::Hashable
|
5261
5269
|
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220806"
|
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.29.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-08-
|
11
|
+
date: 2022-08-15 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.29.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: []
|