public sealed class PublishFindingsToCloudDataCatalog : IMessage<Action.Types.PublishFindingsToCloudDataCatalog>, IEquatable<Action.Types.PublishFindingsToCloudDataCatalog>, IDeepCloneable<Action.Types.PublishFindingsToCloudDataCatalog>, IBufferMessage, IMessage
Publish findings of a DlpJob to Cloud Data Catalog. Labels summarizing the
results of the DlpJob will be applied to the entry for the resource scanned
in Cloud 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 Cloud 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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content pertains to the `PublishFindingsToCloudDataCatalog` class within the `Google.Cloud.Dlp.V2` namespace, which is part of the Google Cloud Data Loss Prevention (DLP) service, with the latest version being 4.16.0."],["This class is used to publish findings of a DlpJob to Cloud Data Catalog, where the labels summarizing the job results are applied to the scanned resource's entry and previous DlpJob labels are deleted."],["The `PublishFindingsToCloudDataCatalog` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is compatible with the 'Inspect' feature."],["The document provides a history of versions of the class, ranging from version 2.15.0 to 4.16.0, with links to each specific version's documentation."],["This class can be instantiated using a default constructor or by providing another instance of `PublishFindingsToCloudDataCatalog` as a parameter."]]],[]]