Uses of Interface
flyteidl.core.Workflow.BranchNodeOrBuilder
-
Packages that use Workflow.BranchNodeOrBuilder Package Description flyteidl.core -
-
Uses of Workflow.BranchNodeOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Workflow.BranchNodeOrBuilder Modifier and Type Class Description static classWorkflow.BranchNodeBranchNode is a special node that alter the flow of the workflow graph.static classWorkflow.BranchNode.BuilderBranchNode is a special node that alter the flow of the workflow graph.Fields in flyteidl.core with type parameters of type Workflow.BranchNodeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Workflow.BranchNode,Workflow.BranchNode.Builder,Workflow.BranchNodeOrBuilder>Workflow.Node.Builder. branchNodeBuilder_Methods in flyteidl.core that return Workflow.BranchNodeOrBuilder Modifier and Type Method Description Workflow.BranchNodeOrBuilderWorkflow.Node.Builder. getBranchNodeOrBuilder()Information about the branch node to evaluate in this node.Workflow.BranchNodeOrBuilderWorkflow.Node. getBranchNodeOrBuilder()Information about the branch node to evaluate in this node.Workflow.BranchNodeOrBuilderWorkflow.NodeOrBuilder. getBranchNodeOrBuilder()Information about the branch node to evaluate in this node.Methods in flyteidl.core that return types with arguments of type Workflow.BranchNodeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Workflow.BranchNode,Workflow.BranchNode.Builder,Workflow.BranchNodeOrBuilder>Workflow.Node.Builder. getBranchNodeFieldBuilder()Information about the branch node to evaluate in this node.
-