Class DataProfilePubSubCondition.Types.PubSubExpressions (4.0.0)

 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.

Inheritance

Object > DataProfilePubSubCondition.Types.PubSubExpressions

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

PubSubExpressions()

 public PubSubExpressions() 

PubSubExpressions(DataProfilePubSubCondition.Types.PubSubExpressions)

 public PubSubExpressions(DataProfilePubSubCondition.Types.PubSubExpressions other) 
Parameter
Name
Description

Properties

Conditions

 public RepeatedField<DataProfilePubSubCondition.Types.PubSubCondition> Conditions { get; } 

Conditions to apply to the expression.

LogicalOperator

 public DataProfilePubSubCondition.Types.PubSubExpressions.Types.PubSubLogicalOperator LogicalOperator { get; set; } 

The operator to apply to the collection of conditions.