Class Expressions (3.2.4)

Expressions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An expression, consisting or an operator and conditions. .. attribute:: logical_operator

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

:type: google.cloud.dlp_v2.types.RecordCondition.Expressions.LogicalOperator

Attribute

NameDescription
conditions google.cloud.dlp_v2.types.RecordCondition.Conditions
Conditions to apply to the expression.

Classes

LogicalOperator

LogicalOperator(value)

Logical operators for conditional checks.