Class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb
Overview
Publish findings of a DlpJob to Data Catalog. Labels summarizing the results of the DlpJob will be applied to the entry for the resource scanned in Data Catalog. Any labels previously written by another DlpJob will be deleted. InfoType naming patterns are strictly enforced when using this feature. Note that the findings will be persisted in Data Catalog storage and are governed by Data Catalog service-specific policy, see https://cloud.google.com/terms/ service-terms Only a single instance of this action can be specified and only allowed if all resources being scanned are BigQuery tables. Compatible with: Inspect
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
constructor
A new instance of GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
Returns a new instance of GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.
5115 5116 5117 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 5115 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5120 5121 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 5120 def update!(**args) end |