public sealed class DataProfilePubSubMessage : IMessage<DataProfilePubSubMessage>, IEquatable<DataProfilePubSubMessage>, IDeepCloneable<DataProfilePubSubMessage>, IBufferMessage, IMessage
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."],[[["The webpage provides documentation for the `DataProfilePubSubMessage` class within the `Google.Cloud.Dlp.V2` namespace, detailing its structure and functionality for use in Pub/Sub messaging."],["It lists various versions of the `DataProfilePubSubMessage`, ranging from version 2.15.0 up to the latest version 4.16.0, with links to specific documentation for each version."],["The `DataProfilePubSubMessage` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for protocol buffer messaging, equality comparison, deep cloning, and buffer message handling."],["The documentation specifies the inheritance, constructors, and properties of the `DataProfilePubSubMessage` class, such as the `Event` and `Profile` properties, detailing the type and description of each property value."],["A brief explanation is provided to describe that this message is a message that will be published to a Pub/Sub topic, and to receive a message of protocol buffer schema type, the message data should be converted to an object of this proto class."]]],[]]