public sealed class PublishFindingsToCloudDataCatalog : IMessage<Action.Types.PublishFindingsToCloudDataCatalog>, IEquatable<Action.Types.PublishFindingsToCloudDataCatalog>, IDeepCloneable<Action.Types.PublishFindingsToCloudDataCatalog>, IBufferMessage, IMessage
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
[[["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 latest version available is 4.16.0, with a range of previous versions documented back to 2.15.0 for `PublishFindingsToCloudDataCatalog`."],["`PublishFindingsToCloudDataCatalog` is designed to send the results of a DlpJob to Data Catalog, adding labels summarizing these findings to the scanned resource's entry, which overwrites previous labels from other DlpJobs."],["This feature, found in the `Google.Cloud.Dlp.V2` namespace and `Google.Cloud.Dlp.V2.dll` assembly, is compatible with the Inspect feature and is specifically for BigQuery table resources."],["`PublishFindingsToCloudDataCatalog` class, implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable and IBufferMessage, and inherits from the Object class."],["This class offers two constructors: a default one `PublishFindingsToCloudDataCatalog()` and one that accepts an object of the same type as a parameter, `PublishFindingsToCloudDataCatalog(Action.Types.PublishFindingsToCloudDataCatalog other)`."]]],[]]