Package flyteidl.service
Class AdminServiceGrpc
- java.lang.Object
-
- flyteidl.service.AdminServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.27.2)", comments="Source: flyteidl/service/admin.proto") public final class AdminServiceGrpc extends java.lang.ObjectThe following defines an RPC service that is also served over HTTP via grpc-gateway. Standard response codes for both are defined here: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/errors.go
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminServiceGrpc.AdminServiceBlockingStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.static classAdminServiceGrpc.AdminServiceFutureStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.static classAdminServiceGrpc.AdminServiceImplBaseThe following defines an RPC service that is also served over HTTP via grpc-gateway.static classAdminServiceGrpc.AdminServiceStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateTaskMethod
public static io.grpc.MethodDescriptor<TaskOuterClass.TaskCreateRequest,TaskOuterClass.TaskCreateResponse> getCreateTaskMethod()
-
getGetTaskMethod
public static io.grpc.MethodDescriptor<Common.ObjectGetRequest,TaskOuterClass.Task> getGetTaskMethod()
-
getListTaskIdsMethod
public static io.grpc.MethodDescriptor<Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierList> getListTaskIdsMethod()
-
getListTasksMethod
public static io.grpc.MethodDescriptor<Common.ResourceListRequest,TaskOuterClass.TaskList> getListTasksMethod()
-
getCreateWorkflowMethod
public static io.grpc.MethodDescriptor<WorkflowOuterClass.WorkflowCreateRequest,WorkflowOuterClass.WorkflowCreateResponse> getCreateWorkflowMethod()
-
getGetWorkflowMethod
public static io.grpc.MethodDescriptor<Common.ObjectGetRequest,WorkflowOuterClass.Workflow> getGetWorkflowMethod()
-
getListWorkflowIdsMethod
public static io.grpc.MethodDescriptor<Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierList> getListWorkflowIdsMethod()
-
getListWorkflowsMethod
public static io.grpc.MethodDescriptor<Common.ResourceListRequest,WorkflowOuterClass.WorkflowList> getListWorkflowsMethod()
-
getCreateLaunchPlanMethod
public static io.grpc.MethodDescriptor<LaunchPlanOuterClass.LaunchPlanCreateRequest,LaunchPlanOuterClass.LaunchPlanCreateResponse> getCreateLaunchPlanMethod()
-
getGetLaunchPlanMethod
public static io.grpc.MethodDescriptor<Common.ObjectGetRequest,LaunchPlanOuterClass.LaunchPlan> getGetLaunchPlanMethod()
-
getGetActiveLaunchPlanMethod
public static io.grpc.MethodDescriptor<LaunchPlanOuterClass.ActiveLaunchPlanRequest,LaunchPlanOuterClass.LaunchPlan> getGetActiveLaunchPlanMethod()
-
getListActiveLaunchPlansMethod
public static io.grpc.MethodDescriptor<LaunchPlanOuterClass.ActiveLaunchPlanListRequest,LaunchPlanOuterClass.LaunchPlanList> getListActiveLaunchPlansMethod()
-
getListLaunchPlanIdsMethod
public static io.grpc.MethodDescriptor<Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierList> getListLaunchPlanIdsMethod()
-
getListLaunchPlansMethod
public static io.grpc.MethodDescriptor<Common.ResourceListRequest,LaunchPlanOuterClass.LaunchPlanList> getListLaunchPlansMethod()
-
getUpdateLaunchPlanMethod
public static io.grpc.MethodDescriptor<LaunchPlanOuterClass.LaunchPlanUpdateRequest,LaunchPlanOuterClass.LaunchPlanUpdateResponse> getUpdateLaunchPlanMethod()
-
getCreateExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionCreateRequest,ExecutionOuterClass.ExecutionCreateResponse> getCreateExecutionMethod()
-
getRelaunchExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse> getRelaunchExecutionMethod()
-
getGetExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetRequest,ExecutionOuterClass.Execution> getGetExecutionMethod()
-
getGetExecutionDataMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetDataRequest,ExecutionOuterClass.WorkflowExecutionGetDataResponse> getGetExecutionDataMethod()
-
getListExecutionsMethod
public static io.grpc.MethodDescriptor<Common.ResourceListRequest,ExecutionOuterClass.ExecutionList> getListExecutionsMethod()
-
getTerminateExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionTerminateRequest,ExecutionOuterClass.ExecutionTerminateResponse> getTerminateExecutionMethod()
-
getGetNodeExecutionMethod
public static io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionGetRequest,NodeExecutionOuterClass.NodeExecution> getGetNodeExecutionMethod()
-
getListNodeExecutionsMethod
public static io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionListRequest,NodeExecutionOuterClass.NodeExecutionList> getListNodeExecutionsMethod()
-
getListNodeExecutionsForTaskMethod
public static io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionForTaskListRequest,NodeExecutionOuterClass.NodeExecutionList> getListNodeExecutionsForTaskMethod()
-
getGetNodeExecutionDataMethod
public static io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionGetDataRequest,NodeExecutionOuterClass.NodeExecutionGetDataResponse> getGetNodeExecutionDataMethod()
-
getRegisterProjectMethod
public static io.grpc.MethodDescriptor<ProjectOuterClass.ProjectRegisterRequest,ProjectOuterClass.ProjectRegisterResponse> getRegisterProjectMethod()
-
getListProjectsMethod
public static io.grpc.MethodDescriptor<ProjectOuterClass.ProjectListRequest,ProjectOuterClass.Projects> getListProjectsMethod()
-
getCreateWorkflowEventMethod
public static io.grpc.MethodDescriptor<Event.WorkflowExecutionEventRequest,Event.WorkflowExecutionEventResponse> getCreateWorkflowEventMethod()
-
getCreateNodeEventMethod
public static io.grpc.MethodDescriptor<Event.NodeExecutionEventRequest,Event.NodeExecutionEventResponse> getCreateNodeEventMethod()
-
getCreateTaskEventMethod
public static io.grpc.MethodDescriptor<Event.TaskExecutionEventRequest,Event.TaskExecutionEventResponse> getCreateTaskEventMethod()
-
getGetTaskExecutionMethod
public static io.grpc.MethodDescriptor<TaskExecutionOuterClass.TaskExecutionGetRequest,TaskExecutionOuterClass.TaskExecution> getGetTaskExecutionMethod()
-
getListTaskExecutionsMethod
public static io.grpc.MethodDescriptor<TaskExecutionOuterClass.TaskExecutionListRequest,TaskExecutionOuterClass.TaskExecutionList> getListTaskExecutionsMethod()
-
getGetTaskExecutionDataMethod
public static io.grpc.MethodDescriptor<TaskExecutionOuterClass.TaskExecutionGetDataRequest,TaskExecutionOuterClass.TaskExecutionGetDataResponse> getGetTaskExecutionDataMethod()
-
getUpdateProjectDomainAttributesMethod
public static io.grpc.MethodDescriptor<ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateRequest,ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateResponse> getUpdateProjectDomainAttributesMethod()
-
getGetProjectDomainAttributesMethod
public static io.grpc.MethodDescriptor<ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetRequest,ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetResponse> getGetProjectDomainAttributesMethod()
-
getDeleteProjectDomainAttributesMethod
public static io.grpc.MethodDescriptor<ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteRequest,ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteResponse> getDeleteProjectDomainAttributesMethod()
-
getUpdateWorkflowAttributesMethod
public static io.grpc.MethodDescriptor<WorkflowAttributesOuterClass.WorkflowAttributesUpdateRequest,WorkflowAttributesOuterClass.WorkflowAttributesUpdateResponse> getUpdateWorkflowAttributesMethod()
-
getGetWorkflowAttributesMethod
public static io.grpc.MethodDescriptor<WorkflowAttributesOuterClass.WorkflowAttributesGetRequest,WorkflowAttributesOuterClass.WorkflowAttributesGetResponse> getGetWorkflowAttributesMethod()
-
getDeleteWorkflowAttributesMethod
public static io.grpc.MethodDescriptor<WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequest,WorkflowAttributesOuterClass.WorkflowAttributesDeleteResponse> getDeleteWorkflowAttributesMethod()
-
getListMatchableAttributesMethod
public static io.grpc.MethodDescriptor<MatchableResourceOuterClass.ListMatchableAttributesRequest,MatchableResourceOuterClass.ListMatchableAttributesResponse> getListMatchableAttributesMethod()
-
getListNamedEntitiesMethod
public static io.grpc.MethodDescriptor<Common.NamedEntityListRequest,Common.NamedEntityList> getListNamedEntitiesMethod()
-
getGetNamedEntityMethod
public static io.grpc.MethodDescriptor<Common.NamedEntityGetRequest,Common.NamedEntity> getGetNamedEntityMethod()
-
getUpdateNamedEntityMethod
public static io.grpc.MethodDescriptor<Common.NamedEntityUpdateRequest,Common.NamedEntityUpdateResponse> getUpdateNamedEntityMethod()
-
newStub
public static AdminServiceGrpc.AdminServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AdminServiceGrpc.AdminServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AdminServiceGrpc.AdminServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-