Package flyteidl.core
Interface Workflow.IfBlockOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Workflow.IfBlock,Workflow.IfBlock.Builder
- Enclosing class:
- Workflow
public static interface Workflow.IfBlockOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition.BooleanExpressiongetCondition().flyteidl.core.BooleanExpression condition = 1;Condition.BooleanExpressionOrBuildergetConditionOrBuilder().flyteidl.core.BooleanExpression condition = 1;Workflow.NodegetThenNode().flyteidl.core.Node then_node = 2;Workflow.NodeOrBuildergetThenNodeOrBuilder().flyteidl.core.Node then_node = 2;booleanhasCondition().flyteidl.core.BooleanExpression condition = 1;booleanhasThenNode().flyteidl.core.Node then_node = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCondition
boolean hasCondition()
.flyteidl.core.BooleanExpression condition = 1;- Returns:
- Whether the condition field is set.
-
getCondition
Condition.BooleanExpression getCondition()
.flyteidl.core.BooleanExpression condition = 1;- Returns:
- The condition.
-
getConditionOrBuilder
Condition.BooleanExpressionOrBuilder getConditionOrBuilder()
.flyteidl.core.BooleanExpression condition = 1;
-
hasThenNode
boolean hasThenNode()
.flyteidl.core.Node then_node = 2;- Returns:
- Whether the thenNode field is set.
-
getThenNode
Workflow.Node getThenNode()
.flyteidl.core.Node then_node = 2;- Returns:
- The thenNode.
-
getThenNodeOrBuilder
Workflow.NodeOrBuilder getThenNodeOrBuilder()
.flyteidl.core.Node then_node = 2;
-
-