DeterministicTransfer(mapping=None, *, ignore_unknown_fields=False, **kwargs)Deterministic transfer rule. When the condition evaluates to true, the transfer occurs.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
expression_condition |
google.cloud.ces_v1beta.types.ExpressionCondition
Optional. A rule that evaluates a session state condition. If the condition evaluates to true, the transfer occurs. This field is a member of oneof_ condition_type.
|
python_code_condition |
google.cloud.ces_v1beta.types.PythonCodeCondition
Optional. A rule that uses Python code block to evaluate the conditions. If the condition evaluates to true, the transfer occurs. This field is a member of oneof_ condition_type.
|