public sealed class PubSubExpressions : IMessage<DataProfilePubSubCondition.Types.PubSubExpressions>, IEquatable<DataProfilePubSubCondition.Types.PubSubExpressions>, IDeepCloneable<DataProfilePubSubCondition.Types.PubSubExpressions>, IBufferMessage, IMessageAn 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)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfilePubSubCondition.Types.PubSubExpressions |
Properties
Conditions
public RepeatedField<DataProfilePubSubCondition.Types.PubSubCondition> Conditions { get; }Conditions to apply to the expression.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<DataProfilePubSubCondition.Types.PubSubCondition> |
|
LogicalOperator
public DataProfilePubSubCondition.Types.PubSubExpressions.Types.PubSubLogicalOperator LogicalOperator { get; set; }The operator to apply to the collection of conditions.
| Property Value | |
|---|---|
| Type | Description |
DataProfilePubSubCondition.Types.PubSubExpressions.Types.PubSubLogicalOperator |
|