Uses of Class
flyteidl.core.Compiler.CompiledWorkflow
-
Packages that use Compiler.CompiledWorkflow Package Description flyteidl.core -
-
Uses of Compiler.CompiledWorkflow in flyteidl.core
Methods in flyteidl.core that return Compiler.CompiledWorkflow Modifier and Type Method Description Compiler.CompiledWorkflowCompiler.CompiledWorkflow.Builder. build()Compiler.CompiledWorkflowCompiler.CompiledWorkflow.Builder. buildPartial()static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. getDefaultInstance()Compiler.CompiledWorkflowCompiler.CompiledWorkflow.Builder. getDefaultInstanceForType()Compiler.CompiledWorkflowCompiler.CompiledWorkflow. getDefaultInstanceForType()Compiler.CompiledWorkflowCompiler.CompiledWorkflowClosure.Builder. getPrimary()+requiredCompiler.CompiledWorkflowCompiler.CompiledWorkflowClosure. getPrimary()+requiredCompiler.CompiledWorkflowCompiler.CompiledWorkflowClosureOrBuilder. getPrimary()+requiredCompiler.CompiledWorkflowCompiler.CompiledWorkflowClosure.Builder. getSubWorkflows(int index)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.Compiler.CompiledWorkflowCompiler.CompiledWorkflowClosure. getSubWorkflows(int index)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.Compiler.CompiledWorkflowCompiler.CompiledWorkflowClosureOrBuilder. getSubWorkflows(int index)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseDelimitedFrom(java.io.InputStream input)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(byte[] data)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(com.google.protobuf.ByteString data)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(com.google.protobuf.CodedInputStream input)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(java.io.InputStream input)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(java.nio.ByteBuffer data)static Compiler.CompiledWorkflowCompiler.CompiledWorkflow. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Compiler.CompiledWorkflow Modifier and Type Method Description com.google.protobuf.Parser<Compiler.CompiledWorkflow>Compiler.CompiledWorkflow. getParserForType()java.util.List<Compiler.CompiledWorkflow>Compiler.CompiledWorkflowClosure.Builder. getSubWorkflowsList()Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.java.util.List<Compiler.CompiledWorkflow>Compiler.CompiledWorkflowClosure. getSubWorkflowsList()Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.java.util.List<Compiler.CompiledWorkflow>Compiler.CompiledWorkflowClosureOrBuilder. getSubWorkflowsList()Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.static com.google.protobuf.Parser<Compiler.CompiledWorkflow>Compiler.CompiledWorkflow. parser()Methods in flyteidl.core with parameters of type Compiler.CompiledWorkflow Modifier and Type Method Description Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. addSubWorkflows(int index, Compiler.CompiledWorkflow value)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. addSubWorkflows(Compiler.CompiledWorkflow value)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.Compiler.CompiledWorkflow.BuilderCompiler.CompiledWorkflow.Builder. mergeFrom(Compiler.CompiledWorkflow other)Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. mergePrimary(Compiler.CompiledWorkflow value)+requiredstatic Compiler.CompiledWorkflow.BuilderCompiler.CompiledWorkflow. newBuilder(Compiler.CompiledWorkflow prototype)Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. setPrimary(Compiler.CompiledWorkflow value)+requiredCompiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. setSubWorkflows(int index, Compiler.CompiledWorkflow value)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.Method parameters in flyteidl.core with type arguments of type Compiler.CompiledWorkflow Modifier and Type Method Description Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. addAllSubWorkflows(java.lang.Iterable<? extends Compiler.CompiledWorkflow> values)Guaranteed that there will only exist one and only one workflow with a given id, i.e., every sub workflow has a unique identifier.
-