public sealed class DataProfilePubSubCondition : IMessage<DataProfilePubSubCondition>, IEquatable<DataProfilePubSubCondition>, IDeepCloneable<DataProfilePubSubCondition>, IBufferMessage, IMessage
A condition for determining whether a PubSub should be triggered.
[[["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 latest version available for `DataProfilePubSubCondition` is 4.16.0, and the page contains documentation for multiple versions, ranging down to 2.15.0."],["`DataProfilePubSubCondition` is a class used to define the conditions under which a PubSub event should be triggered, acting as a determinant for PubSub actions."],["The class `DataProfilePubSubCondition` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The class has two constructors, one default and one that accepts another `DataProfilePubSubCondition` object, and includes an `Expressions` property for defining PubSub expressions."],["The `DataProfilePubSubCondition` class is part of the `Google.Cloud.Dlp.V2` namespace, found in the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]