Interface TransferRule.DisablePlannerTransferOrBuilder (0.1.0)

public static interface TransferRule.DisablePlannerTransferOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpressionCondition()

public abstract ExpressionCondition getExpressionCondition()

Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent.

.google.cloud.ces.v1.ExpressionCondition expression_condition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExpressionCondition

The expressionCondition.

getExpressionConditionOrBuilder()

public abstract ExpressionConditionOrBuilder getExpressionConditionOrBuilder()

Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent.

.google.cloud.ces.v1.ExpressionCondition expression_condition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExpressionConditionOrBuilder

hasExpressionCondition()

public abstract boolean hasExpressionCondition()

Required. If the condition evaluates to true, planner will not be allowed to transfer to the target agent.

.google.cloud.ces.v1.ExpressionCondition expression_condition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the expressionCondition field is set.