public sealed class DataProfilePubSubMessage : IMessage<DataProfilePubSubMessage>, IEquatable<DataProfilePubSubMessage>, IDeepCloneable<DataProfilePubSubMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfilePubSubMessage.
Pub/Sub topic message for a DataProfileAction.PubSubNotification event.
To receive a message of protocol buffer schema type, convert the message data
to an object of this proto class.
If DetailLevel is TABLE_PROFILE this will be fully populated.
Otherwise, if DetailLevel is RESOURCE_NAME, then only name and
full_resource will be populated.
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `DataProfilePubSubMessage` class within the Google Cloud Data Loss Prevention v2 API, specifically in the .NET context."],["The `DataProfilePubSubMessage` class is used to receive messages from a Pub/Sub topic related to `DataProfileAction.PubSubNotification` events, which can be converted to objects of this protocol buffer schema type."],["The document details the class's inheritance (`object`), the interfaces it implements (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), its constructors, and its properties: `Event` (of type `DataProfileAction.Types.EventType`) and `Profile` (of type `TableDataProfile`)."],["The webpage lists different versions of the documentation, from 2.15.0 up to the latest 4.16.0 version, for the `Google.Cloud.Dlp.V2.DataProfilePubSubMessage` class."]]],[]]