Uses of Interface
flyteidl.core.Workflow.IfBlockOrBuilder
-
Packages that use Workflow.IfBlockOrBuilder Package Description flyteidl.core -
-
Uses of Workflow.IfBlockOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Workflow.IfBlockOrBuilder Modifier and Type Class Description static classWorkflow.IfBlockDefines a condition and the execution unit that should be executed if the condition is satisfied.static classWorkflow.IfBlock.BuilderDefines a condition and the execution unit that should be executed if the condition is satisfied.Fields in flyteidl.core with type parameters of type Workflow.IfBlockOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Workflow.IfBlock,Workflow.IfBlock.Builder,Workflow.IfBlockOrBuilder>Workflow.IfElseBlock.Builder. caseBuilder_private com.google.protobuf.RepeatedFieldBuilderV3<Workflow.IfBlock,Workflow.IfBlock.Builder,Workflow.IfBlockOrBuilder>Workflow.IfElseBlock.Builder. otherBuilder_Methods in flyteidl.core that return Workflow.IfBlockOrBuilder Modifier and Type Method Description Workflow.IfBlockOrBuilderWorkflow.IfElseBlock.Builder. getCaseOrBuilder()+required.Workflow.IfBlockOrBuilderWorkflow.IfElseBlock. getCaseOrBuilder()+required.Workflow.IfBlockOrBuilderWorkflow.IfElseBlockOrBuilder. getCaseOrBuilder()+required.Workflow.IfBlockOrBuilderWorkflow.IfElseBlock.Builder. getOtherOrBuilder(int index)+optional.Workflow.IfBlockOrBuilderWorkflow.IfElseBlock. getOtherOrBuilder(int index)+optional.Workflow.IfBlockOrBuilderWorkflow.IfElseBlockOrBuilder. getOtherOrBuilder(int index)+optional.Methods in flyteidl.core that return types with arguments of type Workflow.IfBlockOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Workflow.IfBlock,Workflow.IfBlock.Builder,Workflow.IfBlockOrBuilder>Workflow.IfElseBlock.Builder. getCaseFieldBuilder()+required.private com.google.protobuf.RepeatedFieldBuilderV3<Workflow.IfBlock,Workflow.IfBlock.Builder,Workflow.IfBlockOrBuilder>Workflow.IfElseBlock.Builder. getOtherFieldBuilder()List<? extends Workflow.IfBlockOrBuilder>Workflow.IfElseBlock.Builder. getOtherOrBuilderList()+optional.List<? extends Workflow.IfBlockOrBuilder>Workflow.IfElseBlock. getOtherOrBuilderList()+optional.List<? extends Workflow.IfBlockOrBuilder>Workflow.IfElseBlockOrBuilder. getOtherOrBuilderList()+optional.
-