google-apis-dlp_v2 0.98.0 → 0.99.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 +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +37 -0
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +14 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b13d34f86b6acb45c9654ab8773538b5f15cfe8a64aac57921cf4b99bd8c5e9
|
4
|
+
data.tar.gz: 48790a72b8eeceb4f336d067f4065ed6419539016873715ac5e08a711b64d76e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a2d2d6b0794abbda18f3eebf98ac6f560f75a6004e6f40fe562a042e20476d297137fbe241a8cc8ee54bce954331a4030bea0ddafe3d2e7e40944563b3a1611
|
7
|
+
data.tar.gz: f33fa7b91ca081d73bfc98b6e580ef5a59d58f512be170d0806fa4187c53eb833eaaa76622ec1abd7b686c19875ce44c47ee0914ab31da69166d70874cb895e9
|
data/CHANGELOG.md
CHANGED
@@ -66,6 +66,20 @@ module Google
|
|
66
66
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog]
|
67
67
|
attr_accessor :publish_findings_to_cloud_data_catalog
|
68
68
|
|
69
|
+
# Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-
|
70
|
+
# data-protection-job-result` aspect. To learn more about aspects, see [Send
|
71
|
+
# inspection results to Dataplex Universal Catalog as aspects](https://cloud.
|
72
|
+
# google.com/sensitive-data-protection/docs/add-aspects-inspection-job). Aspects
|
73
|
+
# are persisted in Dataplex Universal Catalog storage and are governed by
|
74
|
+
# service-specific policies for Dataplex Universal Catalog. For more information,
|
75
|
+
# see [Service Specific Terms](https://cloud.google.com/terms/service-terms).
|
76
|
+
# Only a single instance of this action can be specified. This action is allowed
|
77
|
+
# only if all resources being scanned are BigQuery tables. Compatible with:
|
78
|
+
# Inspect
|
79
|
+
# Corresponds to the JSON property `publishFindingsToDataplexCatalog`
|
80
|
+
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToDataplexCatalog]
|
81
|
+
attr_accessor :publish_findings_to_dataplex_catalog
|
82
|
+
|
69
83
|
# Publish the result summary of a DlpJob to [Security Command Center](https://
|
70
84
|
# cloud.google.com/security-command-center). This action is available for only
|
71
85
|
# projects that belong to an organization. This action publishes the count of
|
@@ -102,6 +116,7 @@ module Google
|
|
102
116
|
@job_notification_emails = args[:job_notification_emails] if args.key?(:job_notification_emails)
|
103
117
|
@pub_sub = args[:pub_sub] if args.key?(:pub_sub)
|
104
118
|
@publish_findings_to_cloud_data_catalog = args[:publish_findings_to_cloud_data_catalog] if args.key?(:publish_findings_to_cloud_data_catalog)
|
119
|
+
@publish_findings_to_dataplex_catalog = args[:publish_findings_to_dataplex_catalog] if args.key?(:publish_findings_to_dataplex_catalog)
|
105
120
|
@publish_summary_to_cscc = args[:publish_summary_to_cscc] if args.key?(:publish_summary_to_cscc)
|
106
121
|
@publish_to_stackdriver = args[:publish_to_stackdriver] if args.key?(:publish_to_stackdriver)
|
107
122
|
@save_findings = args[:save_findings] if args.key?(:save_findings)
|
@@ -8536,6 +8551,28 @@ module Google
|
|
8536
8551
|
end
|
8537
8552
|
end
|
8538
8553
|
|
8554
|
+
# Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-
|
8555
|
+
# data-protection-job-result` aspect. To learn more about aspects, see [Send
|
8556
|
+
# inspection results to Dataplex Universal Catalog as aspects](https://cloud.
|
8557
|
+
# google.com/sensitive-data-protection/docs/add-aspects-inspection-job). Aspects
|
8558
|
+
# are persisted in Dataplex Universal Catalog storage and are governed by
|
8559
|
+
# service-specific policies for Dataplex Universal Catalog. For more information,
|
8560
|
+
# see [Service Specific Terms](https://cloud.google.com/terms/service-terms).
|
8561
|
+
# Only a single instance of this action can be specified. This action is allowed
|
8562
|
+
# only if all resources being scanned are BigQuery tables. Compatible with:
|
8563
|
+
# Inspect
|
8564
|
+
class GooglePrivacyDlpV2PublishFindingsToDataplexCatalog
|
8565
|
+
include Google::Apis::Core::Hashable
|
8566
|
+
|
8567
|
+
def initialize(**args)
|
8568
|
+
update!(**args)
|
8569
|
+
end
|
8570
|
+
|
8571
|
+
# Update properties of this object
|
8572
|
+
def update!(**args)
|
8573
|
+
end
|
8574
|
+
end
|
8575
|
+
|
8539
8576
|
# Publish the result summary of a DlpJob to [Security Command Center](https://
|
8540
8577
|
# cloud.google.com/security-command-center). This action is available for only
|
8541
8578
|
# projects that belong to an organization. This action publishes the count of
|
@@ -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.99.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250921"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1468,6 +1468,12 @@ module Google
|
|
1468
1468
|
include Google::Apis::Core::JsonObjectSupport
|
1469
1469
|
end
|
1470
1470
|
|
1471
|
+
class GooglePrivacyDlpV2PublishFindingsToDataplexCatalog
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
|
+
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
1475
|
+
end
|
1476
|
+
|
1471
1477
|
class GooglePrivacyDlpV2PublishSummaryToCscc
|
1472
1478
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
1479
|
|
@@ -2085,6 +2091,8 @@ module Google
|
|
2085
2091
|
|
2086
2092
|
property :publish_findings_to_cloud_data_catalog, as: 'publishFindingsToCloudDataCatalog', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog::Representation
|
2087
2093
|
|
2094
|
+
property :publish_findings_to_dataplex_catalog, as: 'publishFindingsToDataplexCatalog', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToDataplexCatalog, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToDataplexCatalog::Representation
|
2095
|
+
|
2088
2096
|
property :publish_summary_to_cscc, as: 'publishSummaryToCscc', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc::Representation
|
2089
2097
|
|
2090
2098
|
property :publish_to_stackdriver, as: 'publishToStackdriver', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver::Representation
|
@@ -4608,6 +4616,12 @@ module Google
|
|
4608
4616
|
end
|
4609
4617
|
end
|
4610
4618
|
|
4619
|
+
class GooglePrivacyDlpV2PublishFindingsToDataplexCatalog
|
4620
|
+
# @private
|
4621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4622
|
+
end
|
4623
|
+
end
|
4624
|
+
|
4611
4625
|
class GooglePrivacyDlpV2PublishSummaryToCscc
|
4612
4626
|
# @private
|
4613
4627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.99.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.99.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|