google-apis-dlp_v2 0.28.0 → 0.29.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: 3ef182524b2a3e8592500032c3c47e198926c21ce8cba2dfa00663ca4b944ae5
4
- data.tar.gz: 3aa70954b1510adb1dd0da2e76ea28e8654606710fecd32a54bb1bf9d6268549
3
+ metadata.gz: 12be94758a07bace3bb3bfb163c33b0b24a78f74e0db3f14487a489c58374769
4
+ data.tar.gz: 0b7d2b7bc38226fdf3f6651a579f284aba4da659f630fd5dc6e20088bb8f4efb
5
5
  SHA512:
6
- metadata.gz: 7d0ffe08fd2b0c01167b923fe640718c6cd159e587699162efc1b709b4e3451593ca254da5aa99175fb4893b279d278fcf32bc321b493508f60555d621745f3c
7
- data.tar.gz: d5d8d4960724b22646b2dcf0ffd496251d8dfcc08f41558855e59e2fd7dadfd8a836087dfc12735f0e143359ac4d56c4a9209e4e3eae039531330a1f287be256
6
+ metadata.gz: b05da4782287aeb37c414df67d5f031a854f52fe9dc91e1a81d6bd042611b28e706c73c151fb23ef0c6c8ef70a279d983ee07462701d238294179549fa1e9f4c
7
+ data.tar.gz: 0f60c687e7061401f310e224a92a300dcf860b130e997dad7c1988f66d050e8a7b27653cedc27b4682fe19da399063a42b025e964570d7a5d24c803ca8ee571c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.29.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220806
6
+
3
7
  ### v0.28.0 (2022-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220730
@@ -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. Labels summarizing the results
59
- # of the DlpJob will be applied to the entry for the resource scanned in Data
60
- # Catalog. Any labels previously written by another DlpJob will be deleted.
61
- # InfoType naming patterns are strictly enforced when using this feature. Note
62
- # that the findings will be persisted in Data Catalog storage and are governed
63
- # by Data Catalog service-specific policy, see https://cloud.google.com/terms/
64
- # service-terms Only a single instance of this action can be specified and only
65
- # allowed if all resources being scanned are BigQuery tables. Compatible with:
66
- # Inspect
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. Labels summarizing the results
5251
- # of the DlpJob will be applied to the entry for the resource scanned in Data
5252
- # Catalog. Any labels previously written by another DlpJob will be deleted.
5253
- # InfoType naming patterns are strictly enforced when using this feature. Note
5254
- # that the findings will be persisted in Data Catalog storage and are governed
5255
- # by Data Catalog service-specific policy, see https://cloud.google.com/terms/
5256
- # service-terms Only a single instance of this action can be specified and only
5257
- # allowed if all resources being scanned are BigQuery tables. Compatible with:
5258
- # Inspect
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.28.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 = "20220730"
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.28.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-08 00:00:00.000000000 Z
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.28.0
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: []