Package flyteidl.core
Interface Condition.ComparisonExpressionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Condition.ComparisonExpression,Condition.ComparisonExpression.Builder
- Enclosing class:
- Condition
public static interface Condition.ComparisonExpressionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition.OperandgetLeftValue().flyteidl.core.Operand left_value = 2;Condition.OperandOrBuildergetLeftValueOrBuilder().flyteidl.core.Operand left_value = 2;Condition.ComparisonExpression.OperatorgetOperator().flyteidl.core.ComparisonExpression.Operator operator = 1;intgetOperatorValue().flyteidl.core.ComparisonExpression.Operator operator = 1;Condition.OperandgetRightValue().flyteidl.core.Operand right_value = 3;Condition.OperandOrBuildergetRightValueOrBuilder().flyteidl.core.Operand right_value = 3;booleanhasLeftValue().flyteidl.core.Operand left_value = 2;booleanhasRightValue().flyteidl.core.Operand right_value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperatorValue
int getOperatorValue()
.flyteidl.core.ComparisonExpression.Operator operator = 1;- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
Condition.ComparisonExpression.Operator getOperator()
.flyteidl.core.ComparisonExpression.Operator operator = 1;- Returns:
- The operator.
-
hasLeftValue
boolean hasLeftValue()
.flyteidl.core.Operand left_value = 2;- Returns:
- Whether the leftValue field is set.
-
getLeftValue
Condition.Operand getLeftValue()
.flyteidl.core.Operand left_value = 2;- Returns:
- The leftValue.
-
getLeftValueOrBuilder
Condition.OperandOrBuilder getLeftValueOrBuilder()
.flyteidl.core.Operand left_value = 2;
-
hasRightValue
boolean hasRightValue()
.flyteidl.core.Operand right_value = 3;- Returns:
- Whether the rightValue field is set.
-
getRightValue
Condition.Operand getRightValue()
.flyteidl.core.Operand right_value = 3;- Returns:
- The rightValue.
-
getRightValueOrBuilder
Condition.OperandOrBuilder getRightValueOrBuilder()
.flyteidl.core.Operand right_value = 3;
-
-