Class PubSubExpressions (3.9.0)

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

An expression, consisting of an operator and conditions.

Attributes

NameDescription
logical_operator google.cloud.dlp_v2.types.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator
The operator to apply to the collection of conditions.
conditions Sequence[google.cloud.dlp_v2.types.DataProfilePubSubCondition.PubSubCondition]
Conditions to apply to the expression.

Inheritance

builtins.object > proto.message.Message > PubSubExpressions

Classes

PubSubLogicalOperator

PubSubLogicalOperator(value)

Logical operators for conditional checks.