Package flyteidl.admin
Class WorkflowOuterClass
- java.lang.Object
-
- flyteidl.admin.WorkflowOuterClass
-
public final class WorkflowOuterClass extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowOuterClass.WorkflowRepresents the workflow structure stored in the Admin A workflow is created by ordering tasks and associating outputs to inputs in order to produce a directed-acyclic execution graph.static classWorkflowOuterClass.WorkflowClosureA container holding the compiled workflow produced from the WorkflowSpec and additional metadata.static interfaceWorkflowOuterClass.WorkflowClosureOrBuilderstatic classWorkflowOuterClass.WorkflowCreateRequestRepresents a request structure to create a revision of a workflow.static interfaceWorkflowOuterClass.WorkflowCreateRequestOrBuilderstatic classWorkflowOuterClass.WorkflowCreateResponsePurposefully empty, may be populated in the future.static interfaceWorkflowOuterClass.WorkflowCreateResponseOrBuilderstatic classWorkflowOuterClass.WorkflowListRepresents a list of workflows returned from the admin.static interfaceWorkflowOuterClass.WorkflowListOrBuilderstatic interfaceWorkflowOuterClass.WorkflowOrBuilderstatic classWorkflowOuterClass.WorkflowSpecRepresents a structure that encapsulates the specification of the workflow.static interfaceWorkflowOuterClass.WorkflowSpecOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-