public sealed class DataProfilePubSubCondition.Types.PubSubExpressions : IMessage<DataProfilePubSubCondition.Types.PubSubExpressions>, IEquatable<DataProfilePubSubCondition.Types.PubSubExpressions>, IDeepCloneable<DataProfilePubSubCondition.Types.PubSubExpressions>, IBufferMessage, IMessageReference 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.
Implements
IMessageDataProfilePubSubConditionTypesPubSubExpressions, IEquatableDataProfilePubSubConditionTypesPubSubExpressions, IDeepCloneableDataProfilePubSubConditionTypesPubSubExpressions, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
PubSubExpressions()
public PubSubExpressions()PubSubExpressions(PubSubExpressions)
public PubSubExpressions(DataProfilePubSubCondition.Types.PubSubExpressions other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfilePubSubConditionTypesPubSubExpressions |
Properties
Conditions
public RepeatedField<DataProfilePubSubCondition.Types.PubSubCondition> Conditions { get; }Conditions to apply to the expression.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataProfilePubSubConditionTypesPubSubCondition |
|
LogicalOperator
public DataProfilePubSubCondition.Types.PubSubExpressions.Types.PubSubLogicalOperator LogicalOperator { get; set; }The operator to apply to the collection of conditions.
| Property Value | |
|---|---|
| Type | Description |
DataProfilePubSubConditionTypesPubSubExpressionsTypesPubSubLogicalOperator |
|