Uses of Class
flyteidl.core.Compiler.CompiledTask
-
Packages that use Compiler.CompiledTask Package Description flyteidl.admin flyteidl.core -
-
Uses of Compiler.CompiledTask in flyteidl.admin
Methods in flyteidl.admin that return Compiler.CompiledTask Modifier and Type Method Description Compiler.CompiledTaskTaskOuterClass.TaskClosure.Builder. getCompiledTask()Represents the compiled representation of the task from the specification provided.Compiler.CompiledTaskTaskOuterClass.TaskClosure. getCompiledTask()Represents the compiled representation of the task from the specification provided.Compiler.CompiledTaskTaskOuterClass.TaskClosureOrBuilder. getCompiledTask()Represents the compiled representation of the task from the specification provided.Methods in flyteidl.admin with parameters of type Compiler.CompiledTask Modifier and Type Method Description TaskOuterClass.TaskClosure.BuilderTaskOuterClass.TaskClosure.Builder. mergeCompiledTask(Compiler.CompiledTask value)Represents the compiled representation of the task from the specification provided.TaskOuterClass.TaskClosure.BuilderTaskOuterClass.TaskClosure.Builder. setCompiledTask(Compiler.CompiledTask value)Represents the compiled representation of the task from the specification provided. -
Uses of Compiler.CompiledTask in flyteidl.core
Methods in flyteidl.core that return Compiler.CompiledTask Modifier and Type Method Description Compiler.CompiledTaskCompiler.CompiledTask.Builder. build()Compiler.CompiledTaskCompiler.CompiledTask.Builder. buildPartial()static Compiler.CompiledTaskCompiler.CompiledTask. getDefaultInstance()Compiler.CompiledTaskCompiler.CompiledTask.Builder. getDefaultInstanceForType()Compiler.CompiledTaskCompiler.CompiledTask. getDefaultInstanceForType()Compiler.CompiledTaskCompiler.CompiledWorkflowClosure.Builder. getTasks(int index)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)Compiler.CompiledTaskCompiler.CompiledWorkflowClosure. getTasks(int index)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)Compiler.CompiledTaskCompiler.CompiledWorkflowClosureOrBuilder. getTasks(int index)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)static Compiler.CompiledTaskCompiler.CompiledTask. parseDelimitedFrom(java.io.InputStream input)static Compiler.CompiledTaskCompiler.CompiledTask. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(byte[] data)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(com.google.protobuf.ByteString data)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(com.google.protobuf.CodedInputStream input)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(java.io.InputStream input)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(java.nio.ByteBuffer data)static Compiler.CompiledTaskCompiler.CompiledTask. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Compiler.CompiledTask Modifier and Type Method Description com.google.protobuf.Parser<Compiler.CompiledTask>Compiler.CompiledTask. getParserForType()java.util.List<Compiler.CompiledTask>Compiler.CompiledWorkflowClosure.Builder. getTasksList()Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)java.util.List<Compiler.CompiledTask>Compiler.CompiledWorkflowClosure. getTasksList()Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)java.util.List<Compiler.CompiledTask>Compiler.CompiledWorkflowClosureOrBuilder. getTasksList()Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)static com.google.protobuf.Parser<Compiler.CompiledTask>Compiler.CompiledTask. parser()Methods in flyteidl.core with parameters of type Compiler.CompiledTask Modifier and Type Method Description Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. addTasks(int index, Compiler.CompiledTask value)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. addTasks(Compiler.CompiledTask value)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)Compiler.CompiledTask.BuilderCompiler.CompiledTask.Builder. mergeFrom(Compiler.CompiledTask other)static Compiler.CompiledTask.BuilderCompiler.CompiledTask. newBuilder(Compiler.CompiledTask prototype)Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. setTasks(int index, Compiler.CompiledTask value)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)Method parameters in flyteidl.core with type arguments of type Compiler.CompiledTask Modifier and Type Method Description Compiler.CompiledWorkflowClosure.BuilderCompiler.CompiledWorkflowClosure.Builder. addAllTasks(java.lang.Iterable<? extends Compiler.CompiledTask> values)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (atleast 1)
-