Package flyteidl.core
Interface Condition.ConjunctionExpressionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Condition.ConjunctionExpression,Condition.ConjunctionExpression.Builder
- Enclosing class:
- Condition
public static interface Condition.ConjunctionExpressionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition.BooleanExpressiongetLeftExpression().flyteidl.core.BooleanExpression left_expression = 2;Condition.BooleanExpressionOrBuildergetLeftExpressionOrBuilder().flyteidl.core.BooleanExpression left_expression = 2;Condition.ConjunctionExpression.LogicalOperatorgetOperator().flyteidl.core.ConjunctionExpression.LogicalOperator operator = 1;intgetOperatorValue().flyteidl.core.ConjunctionExpression.LogicalOperator operator = 1;Condition.BooleanExpressiongetRightExpression().flyteidl.core.BooleanExpression right_expression = 3;Condition.BooleanExpressionOrBuildergetRightExpressionOrBuilder().flyteidl.core.BooleanExpression right_expression = 3;booleanhasLeftExpression().flyteidl.core.BooleanExpression left_expression = 2;booleanhasRightExpression().flyteidl.core.BooleanExpression right_expression = 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.ConjunctionExpression.LogicalOperator operator = 1;- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
Condition.ConjunctionExpression.LogicalOperator getOperator()
.flyteidl.core.ConjunctionExpression.LogicalOperator operator = 1;- Returns:
- The operator.
-
hasLeftExpression
boolean hasLeftExpression()
.flyteidl.core.BooleanExpression left_expression = 2;- Returns:
- Whether the leftExpression field is set.
-
getLeftExpression
Condition.BooleanExpression getLeftExpression()
.flyteidl.core.BooleanExpression left_expression = 2;- Returns:
- The leftExpression.
-
getLeftExpressionOrBuilder
Condition.BooleanExpressionOrBuilder getLeftExpressionOrBuilder()
.flyteidl.core.BooleanExpression left_expression = 2;
-
hasRightExpression
boolean hasRightExpression()
.flyteidl.core.BooleanExpression right_expression = 3;- Returns:
- Whether the rightExpression field is set.
-
getRightExpression
Condition.BooleanExpression getRightExpression()
.flyteidl.core.BooleanExpression right_expression = 3;- Returns:
- The rightExpression.
-
getRightExpressionOrBuilder
Condition.BooleanExpressionOrBuilder getRightExpressionOrBuilder()
.flyteidl.core.BooleanExpression right_expression = 3;
-
-