Class Expressions (3.8.1)

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

An expression, consisting or an operator and conditions.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
logical_operator google.cloud.dlp_v2.types.RecordCondition.Expressions.LogicalOperator
The operator to apply to the result of conditions. Default and currently only supported value is AND.
conditions google.cloud.dlp_v2.types.RecordCondition.Conditions
Conditions to apply to the expression. This field is a member of oneof_ type.

Classes

LogicalOperator

LogicalOperator(value)

Logical operators for conditional checks.