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.
Implements
IMessage < DataProfilePubSubCondition.Types.PubSubExpressions >, IEquatable < DataProfilePubSubCondition.Types.PubSubExpressions >, IDeepCloneable < DataProfilePubSubCondition.Types.PubSubExpressions >, IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
PubSubExpressions()
public PubSubExpressions()
PubSubExpressions(DataProfilePubSubCondition.Types.PubSubExpressions)
public PubSubExpressions(DataProfilePubSubCondition.Types.PubSubExpressions other)
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.
Property Value
Type
Description