public sealed class PubSubExpressions : IMessage<DataProfilePubSubCondition.Types.PubSubExpressions>, IEquatable<DataProfilePubSubCondition.Types.PubSubExpressions>, IDeepCloneable<DataProfilePubSubCondition.Types.PubSubExpressions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfilePubSubCondition.Types.PubSubExpressions.
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 document provides reference information for the `DataProfilePubSubCondition.Types.PubSubExpressions` class in the Google Cloud Data Loss Prevention (DLP) v2 API, specifically focusing on version 4.2.0."],["The `PubSubExpressions` class represents an expression composed of an operator and conditions for use within the DataProfilePubSubCondition, as it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and another that takes an existing `DataProfilePubSubCondition.Types.PubSubExpressions` object as a parameter for creating a new object."],["The class includes properties like `Conditions`, a `RepeatedField` that holds a collection of conditions, and `LogicalOperator`, which defines how these conditions are applied."],["The document also has links to documentation for a range of earlier versions of the API, starting from 2.15.0 to the latest 4.16.0, allowing developers to access relevant information based on their specific project needs."]]],[]]