public sealed class PubSubExpressions : IMessage<DataProfilePubSubCondition.Types.PubSubExpressions>, IEquatable<DataProfilePubSubCondition.Types.PubSubExpressions>, IDeepCloneable<DataProfilePubSubCondition.Types.PubSubExpressions>, IBufferMessage, IMessage
An expression, consisting of an operator and conditions.
[[["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 webpage details the `PubSubExpressions` class, which is part of the `Google.Cloud.Dlp.V2` namespace and is used for defining expressions with operators and conditions."],["The latest version documented is 4.16.0, while the current main focus is on version 3.5.0, with numerous other versions available for reference between those versions, as well as earlier versions."],["The `PubSubExpressions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default one and another that accepts a `DataProfilePubSubCondition.Types.PubSubExpressions` object for initialization."],["Key properties of the `PubSubExpressions` class include `Conditions`, a `RepeatedField` of `PubSubCondition`, and `LogicalOperator`, which defines the operator applied to the collection of conditions."]]],[]]