Package flyteidl.admin
Class ExecutionOuterClass
- java.lang.Object
-
- flyteidl.admin.ExecutionOuterClass
-
public final class ExecutionOuterClass extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecutionOuterClass.AbortMetadataProtobuf typeflyteidl.admin.AbortMetadatastatic interfaceExecutionOuterClass.AbortMetadataOrBuilderstatic classExecutionOuterClass.ExecutionA workflow execution represents an instantiated workflow, including all inputs and additional metadata as well as computed results included state, outputs, and duration-based attributes.static classExecutionOuterClass.ExecutionClosureEncapsulates the results of the Executionstatic interfaceExecutionOuterClass.ExecutionClosureOrBuilderstatic classExecutionOuterClass.ExecutionCreateRequestRequest to launch an execution with the given project, domain and optionally name.static interfaceExecutionOuterClass.ExecutionCreateRequestOrBuilderstatic classExecutionOuterClass.ExecutionCreateResponseThe unique identifier for a successfully created execution.static interfaceExecutionOuterClass.ExecutionCreateResponseOrBuilderstatic classExecutionOuterClass.ExecutionListUsed as a response for request to list executions.static interfaceExecutionOuterClass.ExecutionListOrBuilderstatic classExecutionOuterClass.ExecutionMetadataRepresents attributes about an execution which are not required to launch the execution but are useful to record.static interfaceExecutionOuterClass.ExecutionMetadataOrBuilderstatic interfaceExecutionOuterClass.ExecutionOrBuilderstatic classExecutionOuterClass.ExecutionRelaunchRequestRequest to relaunch the referenced execution.static interfaceExecutionOuterClass.ExecutionRelaunchRequestOrBuilderstatic classExecutionOuterClass.ExecutionSpecAn ExecutionSpec encompasses all data used to launch this execution.static interfaceExecutionOuterClass.ExecutionSpecOrBuilderstatic classExecutionOuterClass.ExecutionTerminateRequestRequest to terminate an in-progress execution.static interfaceExecutionOuterClass.ExecutionTerminateRequestOrBuilderstatic classExecutionOuterClass.ExecutionTerminateResponsePurposefully empty, may be populated in the future.static interfaceExecutionOuterClass.ExecutionTerminateResponseOrBuilderstatic classExecutionOuterClass.LiteralMapBlobInput/output data can represented by actual values or a link to where values are storedstatic interfaceExecutionOuterClass.LiteralMapBlobOrBuilderstatic classExecutionOuterClass.NotificationListProtobuf typeflyteidl.admin.NotificationListstatic interfaceExecutionOuterClass.NotificationListOrBuilderstatic classExecutionOuterClass.WorkflowExecutionGetDataRequestRequest structure to fetch inputs and output urls for an execution.static interfaceExecutionOuterClass.WorkflowExecutionGetDataRequestOrBuilderstatic classExecutionOuterClass.WorkflowExecutionGetDataResponseResponse structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an execution.static interfaceExecutionOuterClass.WorkflowExecutionGetDataResponseOrBuilderstatic classExecutionOuterClass.WorkflowExecutionGetRequestA message used to fetch a single workflow execution entity.static interfaceExecutionOuterClass.WorkflowExecutionGetRequestOrBuilder
-
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()
-
-