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 v2 API, starting with version 2.15.0 and ending with the latest version 4.16.0."],["The `DataProfilePubSubMessage` class is used to handle Pub/Sub topic messages for `DataProfileAction.PubSubNotification` events, allowing the conversion of message data to this protocol buffer schema type."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains properties `Event` and `Profile` to capture event details and profile data respectively."],["There are two constructors within the `DataProfilePubSubMessage` class, the first is empty, and the second takes another instance of `DataProfilePubSubMessage` as a parameter, for the purposes of copying the other instance."],["The document covers different versions of the class, with each version having its own dedicated page, all the way from `4.0.0` to `4.16.0`, and also includes older version history including `2.15.0`, and `2.16.0`, and more."]]],[]]