Google Cloud Data Loss Prevention v2 API - Class RecordCondition.Types.Expressions (4.8.0)

public sealed class RecordCondition.Types.Expressions : IMessage<RecordCondition.Types.Expressions>, IEquatable<RecordCondition.Types.Expressions>, IDeepCloneable<RecordCondition.Types.Expressions>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordCondition.Types.Expressions.

An expression, consisting of an operator and conditions.

Inheritance

object > RecordCondition.Types.Expressions

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Expressions()

public Expressions()

Expressions(Expressions)

public Expressions(RecordCondition.Types.Expressions other)
Parameter
NameDescription
otherRecordConditionTypesExpressions

Properties

Conditions

public RecordCondition.Types.Conditions Conditions { get; set; }

Conditions to apply to the expression.

Property Value
TypeDescription
RecordConditionTypesConditions

LogicalOperator

public RecordCondition.Types.Expressions.Types.LogicalOperator LogicalOperator { get; set; }

The operator to apply to the result of conditions. Default and currently only supported value is AND.

Property Value
TypeDescription
RecordConditionTypesExpressionsTypesLogicalOperator

TypeCase

public RecordCondition.Types.Expressions.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
RecordConditionTypesExpressionsTypeOneofCase