public static interface TransferRule.DeterministicTransferOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditionTypeCase()
public abstract TransferRule.DeterministicTransfer.ConditionTypeCase getConditionTypeCase()| Returns | |
|---|---|
| Type | Description |
TransferRule.DeterministicTransfer.ConditionTypeCase |
|
getExpressionCondition()
public abstract ExpressionCondition getExpressionCondition()Optional. A rule that evaluates a session state condition. If the condition evaluates to true, the transfer occurs.
.google.cloud.ces.v1.ExpressionCondition expression_condition = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExpressionCondition |
The expressionCondition. |
getExpressionConditionOrBuilder()
public abstract ExpressionConditionOrBuilder getExpressionConditionOrBuilder()Optional. A rule that evaluates a session state condition. If the condition evaluates to true, the transfer occurs.
.google.cloud.ces.v1.ExpressionCondition expression_condition = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExpressionConditionOrBuilder |
|
getPythonCodeCondition()
public abstract PythonCodeCondition getPythonCodeCondition()Optional. A rule that uses Python code block to evaluate the conditions. If the condition evaluates to true, the transfer occurs.
.google.cloud.ces.v1.PythonCodeCondition python_code_condition = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PythonCodeCondition |
The pythonCodeCondition. |
getPythonCodeConditionOrBuilder()
public abstract PythonCodeConditionOrBuilder getPythonCodeConditionOrBuilder()Optional. A rule that uses Python code block to evaluate the conditions. If the condition evaluates to true, the transfer occurs.
.google.cloud.ces.v1.PythonCodeCondition python_code_condition = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PythonCodeConditionOrBuilder |
|
hasExpressionCondition()
public abstract boolean hasExpressionCondition()Optional. A rule that evaluates a session state condition. If the condition evaluates to true, the transfer occurs.
.google.cloud.ces.v1.ExpressionCondition expression_condition = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expressionCondition field is set. |
hasPythonCodeCondition()
public abstract boolean hasPythonCodeCondition()Optional. A rule that uses Python code block to evaluate the conditions. If the condition evaluates to true, the transfer occurs.
.google.cloud.ces.v1.PythonCodeCondition python_code_condition = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pythonCodeCondition field is set. |