Class Expressions (3.9.1)

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

An expression, consisting of 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``.

Inheritance

builtins.object > proto.message.Message > Expressions

Classes

LogicalOperator

LogicalOperator(value)

Logical operators for conditional checks.