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-03-24 UTC."],[[["This document provides reference documentation for the `DataProfilePubSubMessage` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically version 4.9.0."],["The `DataProfilePubSubMessage` class is used to handle Pub/Sub topic messages related to `DataProfileAction.PubSubNotification` events and can be converted to protocol buffer schema objects."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors and two main properties: `Event`, which specifies the event type that triggered the message, and `Profile`, which contains either detailed or basic information about the data profile, depending on the `DetailLevel`."],["The document also lists various past versions of the `Google.Cloud.Dlp.V2.DataProfilePubSubMessage` class, ranging from version 2.15.0 up to the latest version 4.16.0, showing the version history of the API."]]],[]]