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 Data Loss Prevention (DLP) .NET library, specifically for versions ranging from 2.15.0 to 4.16.0, with 4.16.0 being the latest."],["`DataProfilePubSubMessage` is a class used to encapsulate the message sent to a Pub/Sub topic, allowing conversion of message data to the corresponding protocol buffer schema type."],["The class inherits from `Object` and implements interfaces including `IMessage\u003cDataProfilePubSubMessage\u003e`, `IEquatable\u003cDataProfilePubSubMessage\u003e`, `IDeepCloneable\u003cDataProfilePubSubMessage\u003e`, `IBufferMessage`, and `IMessage`."],["The documentation details two constructors for the `DataProfilePubSubMessage` class, a default constructor and one that accepts another `DataProfilePubSubMessage` instance."],["The class contains two properties: `Event`, which defines the type of event that triggered the message, and `Profile`, which contains a `TableDataProfile`, with the level of detail varying based on the `DetailLevel` setting."]]],[]]