Package flyteidl.service
Class AdminServiceGrpc
- java.lang.Object
-
- flyteidl.service.AdminServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.46.0)", comments="Source: flyteidl/service/admin.proto") public final class AdminServiceGrpc extends 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 private static classAdminServiceGrpc.AdminServiceBaseDescriptorSupplierstatic classAdminServiceGrpc.AdminServiceBlockingStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.private static classAdminServiceGrpc.AdminServiceFileDescriptorSupplierstatic 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.private static classAdminServiceGrpc.AdminServiceMethodDescriptorSupplierstatic classAdminServiceGrpc.AdminServiceStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.private static classAdminServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateAdminServiceGrpc()
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
getCreateTaskMethod
private static volatile io.grpc.MethodDescriptor<TaskOuterClass.TaskCreateRequest,TaskOuterClass.TaskCreateResponse> getCreateTaskMethod
-
getGetTaskMethod
private static volatile io.grpc.MethodDescriptor<Common.ObjectGetRequest,TaskOuterClass.Task> getGetTaskMethod
-
getListTaskIdsMethod
private static volatile io.grpc.MethodDescriptor<Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierList> getListTaskIdsMethod
-
getListTasksMethod
private static volatile io.grpc.MethodDescriptor<Common.ResourceListRequest,TaskOuterClass.TaskList> getListTasksMethod
-
getCreateWorkflowMethod
private static volatile io.grpc.MethodDescriptor<WorkflowOuterClass.WorkflowCreateRequest,WorkflowOuterClass.WorkflowCreateResponse> getCreateWorkflowMethod
-
getGetWorkflowMethod
private static volatile io.grpc.MethodDescriptor<Common.ObjectGetRequest,WorkflowOuterClass.Workflow> getGetWorkflowMethod
-
getListWorkflowIdsMethod
private static volatile io.grpc.MethodDescriptor<Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierList> getListWorkflowIdsMethod
-
getListWorkflowsMethod
private static volatile io.grpc.MethodDescriptor<Common.ResourceListRequest,WorkflowOuterClass.WorkflowList> getListWorkflowsMethod
-
getCreateLaunchPlanMethod
private static volatile io.grpc.MethodDescriptor<LaunchPlanOuterClass.LaunchPlanCreateRequest,LaunchPlanOuterClass.LaunchPlanCreateResponse> getCreateLaunchPlanMethod
-
getGetLaunchPlanMethod
private static volatile io.grpc.MethodDescriptor<Common.ObjectGetRequest,LaunchPlanOuterClass.LaunchPlan> getGetLaunchPlanMethod
-
getGetActiveLaunchPlanMethod
private static volatile io.grpc.MethodDescriptor<LaunchPlanOuterClass.ActiveLaunchPlanRequest,LaunchPlanOuterClass.LaunchPlan> getGetActiveLaunchPlanMethod
-
getListActiveLaunchPlansMethod
private static volatile io.grpc.MethodDescriptor<LaunchPlanOuterClass.ActiveLaunchPlanListRequest,LaunchPlanOuterClass.LaunchPlanList> getListActiveLaunchPlansMethod
-
getListLaunchPlanIdsMethod
private static volatile io.grpc.MethodDescriptor<Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierList> getListLaunchPlanIdsMethod
-
getListLaunchPlansMethod
private static volatile io.grpc.MethodDescriptor<Common.ResourceListRequest,LaunchPlanOuterClass.LaunchPlanList> getListLaunchPlansMethod
-
getUpdateLaunchPlanMethod
private static volatile io.grpc.MethodDescriptor<LaunchPlanOuterClass.LaunchPlanUpdateRequest,LaunchPlanOuterClass.LaunchPlanUpdateResponse> getUpdateLaunchPlanMethod
-
getCreateExecutionMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionCreateRequest,ExecutionOuterClass.ExecutionCreateResponse> getCreateExecutionMethod
-
getRelaunchExecutionMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionCreateResponse> getRelaunchExecutionMethod
-
getRecoverExecutionMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRecoverRequest,ExecutionOuterClass.ExecutionCreateResponse> getRecoverExecutionMethod
-
getGetExecutionMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetRequest,ExecutionOuterClass.Execution> getGetExecutionMethod
-
getUpdateExecutionMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionUpdateRequest,ExecutionOuterClass.ExecutionUpdateResponse> getUpdateExecutionMethod
-
getGetExecutionDataMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetDataRequest,ExecutionOuterClass.WorkflowExecutionGetDataResponse> getGetExecutionDataMethod
-
getListExecutionsMethod
private static volatile io.grpc.MethodDescriptor<Common.ResourceListRequest,ExecutionOuterClass.ExecutionList> getListExecutionsMethod
-
getTerminateExecutionMethod
private static volatile io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionTerminateRequest,ExecutionOuterClass.ExecutionTerminateResponse> getTerminateExecutionMethod
-
getGetNodeExecutionMethod
private static volatile io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionGetRequest,NodeExecutionOuterClass.NodeExecution> getGetNodeExecutionMethod
-
getListNodeExecutionsMethod
private static volatile io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionListRequest,NodeExecutionOuterClass.NodeExecutionList> getListNodeExecutionsMethod
-
getListNodeExecutionsForTaskMethod
private static volatile io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionForTaskListRequest,NodeExecutionOuterClass.NodeExecutionList> getListNodeExecutionsForTaskMethod
-
getGetNodeExecutionDataMethod
private static volatile io.grpc.MethodDescriptor<NodeExecutionOuterClass.NodeExecutionGetDataRequest,NodeExecutionOuterClass.NodeExecutionGetDataResponse> getGetNodeExecutionDataMethod
-
getRegisterProjectMethod
private static volatile io.grpc.MethodDescriptor<ProjectOuterClass.ProjectRegisterRequest,ProjectOuterClass.ProjectRegisterResponse> getRegisterProjectMethod
-
getUpdateProjectMethod
private static volatile io.grpc.MethodDescriptor<ProjectOuterClass.Project,ProjectOuterClass.ProjectUpdateResponse> getUpdateProjectMethod
-
getListProjectsMethod
private static volatile io.grpc.MethodDescriptor<ProjectOuterClass.ProjectListRequest,ProjectOuterClass.Projects> getListProjectsMethod
-
getCreateWorkflowEventMethod
private static volatile io.grpc.MethodDescriptor<Event.WorkflowExecutionEventRequest,Event.WorkflowExecutionEventResponse> getCreateWorkflowEventMethod
-
getCreateNodeEventMethod
private static volatile io.grpc.MethodDescriptor<Event.NodeExecutionEventRequest,Event.NodeExecutionEventResponse> getCreateNodeEventMethod
-
getCreateTaskEventMethod
private static volatile io.grpc.MethodDescriptor<Event.TaskExecutionEventRequest,Event.TaskExecutionEventResponse> getCreateTaskEventMethod
-
getGetTaskExecutionMethod
private static volatile io.grpc.MethodDescriptor<TaskExecutionOuterClass.TaskExecutionGetRequest,TaskExecutionOuterClass.TaskExecution> getGetTaskExecutionMethod
-
getListTaskExecutionsMethod
private static volatile io.grpc.MethodDescriptor<TaskExecutionOuterClass.TaskExecutionListRequest,TaskExecutionOuterClass.TaskExecutionList> getListTaskExecutionsMethod
-
getGetTaskExecutionDataMethod
private static volatile io.grpc.MethodDescriptor<TaskExecutionOuterClass.TaskExecutionGetDataRequest,TaskExecutionOuterClass.TaskExecutionGetDataResponse> getGetTaskExecutionDataMethod
-
getUpdateProjectDomainAttributesMethod
private static volatile io.grpc.MethodDescriptor<ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateRequest,ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateResponse> getUpdateProjectDomainAttributesMethod
-
getGetProjectDomainAttributesMethod
private static volatile io.grpc.MethodDescriptor<ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetRequest,ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetResponse> getGetProjectDomainAttributesMethod
-
getDeleteProjectDomainAttributesMethod
private static volatile io.grpc.MethodDescriptor<ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteRequest,ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteResponse> getDeleteProjectDomainAttributesMethod
-
getUpdateWorkflowAttributesMethod
private static volatile io.grpc.MethodDescriptor<WorkflowAttributesOuterClass.WorkflowAttributesUpdateRequest,WorkflowAttributesOuterClass.WorkflowAttributesUpdateResponse> getUpdateWorkflowAttributesMethod
-
getGetWorkflowAttributesMethod
private static volatile io.grpc.MethodDescriptor<WorkflowAttributesOuterClass.WorkflowAttributesGetRequest,WorkflowAttributesOuterClass.WorkflowAttributesGetResponse> getGetWorkflowAttributesMethod
-
getDeleteWorkflowAttributesMethod
private static volatile io.grpc.MethodDescriptor<WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequest,WorkflowAttributesOuterClass.WorkflowAttributesDeleteResponse> getDeleteWorkflowAttributesMethod
-
getListMatchableAttributesMethod
private static volatile io.grpc.MethodDescriptor<MatchableResourceOuterClass.ListMatchableAttributesRequest,MatchableResourceOuterClass.ListMatchableAttributesResponse> getListMatchableAttributesMethod
-
getListNamedEntitiesMethod
private static volatile io.grpc.MethodDescriptor<Common.NamedEntityListRequest,Common.NamedEntityList> getListNamedEntitiesMethod
-
getGetNamedEntityMethod
private static volatile io.grpc.MethodDescriptor<Common.NamedEntityGetRequest,Common.NamedEntity> getGetNamedEntityMethod
-
getUpdateNamedEntityMethod
private static volatile io.grpc.MethodDescriptor<Common.NamedEntityUpdateRequest,Common.NamedEntityUpdateResponse> getUpdateNamedEntityMethod
-
getGetVersionMethod
private static volatile io.grpc.MethodDescriptor<VersionOuterClass.GetVersionRequest,VersionOuterClass.GetVersionResponse> getGetVersionMethod
-
METHODID_CREATE_TASK
private static final int METHODID_CREATE_TASK
- See Also:
- Constant Field Values
-
METHODID_GET_TASK
private static final int METHODID_GET_TASK
- See Also:
- Constant Field Values
-
METHODID_LIST_TASK_IDS
private static final int METHODID_LIST_TASK_IDS
- See Also:
- Constant Field Values
-
METHODID_LIST_TASKS
private static final int METHODID_LIST_TASKS
- See Also:
- Constant Field Values
-
METHODID_CREATE_WORKFLOW
private static final int METHODID_CREATE_WORKFLOW
- See Also:
- Constant Field Values
-
METHODID_GET_WORKFLOW
private static final int METHODID_GET_WORKFLOW
- See Also:
- Constant Field Values
-
METHODID_LIST_WORKFLOW_IDS
private static final int METHODID_LIST_WORKFLOW_IDS
- See Also:
- Constant Field Values
-
METHODID_LIST_WORKFLOWS
private static final int METHODID_LIST_WORKFLOWS
- See Also:
- Constant Field Values
-
METHODID_CREATE_LAUNCH_PLAN
private static final int METHODID_CREATE_LAUNCH_PLAN
- See Also:
- Constant Field Values
-
METHODID_GET_LAUNCH_PLAN
private static final int METHODID_GET_LAUNCH_PLAN
- See Also:
- Constant Field Values
-
METHODID_GET_ACTIVE_LAUNCH_PLAN
private static final int METHODID_GET_ACTIVE_LAUNCH_PLAN
- See Also:
- Constant Field Values
-
METHODID_LIST_ACTIVE_LAUNCH_PLANS
private static final int METHODID_LIST_ACTIVE_LAUNCH_PLANS
- See Also:
- Constant Field Values
-
METHODID_LIST_LAUNCH_PLAN_IDS
private static final int METHODID_LIST_LAUNCH_PLAN_IDS
- See Also:
- Constant Field Values
-
METHODID_LIST_LAUNCH_PLANS
private static final int METHODID_LIST_LAUNCH_PLANS
- See Also:
- Constant Field Values
-
METHODID_UPDATE_LAUNCH_PLAN
private static final int METHODID_UPDATE_LAUNCH_PLAN
- See Also:
- Constant Field Values
-
METHODID_CREATE_EXECUTION
private static final int METHODID_CREATE_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_RELAUNCH_EXECUTION
private static final int METHODID_RELAUNCH_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_RECOVER_EXECUTION
private static final int METHODID_RECOVER_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_GET_EXECUTION
private static final int METHODID_GET_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_UPDATE_EXECUTION
private static final int METHODID_UPDATE_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_GET_EXECUTION_DATA
private static final int METHODID_GET_EXECUTION_DATA
- See Also:
- Constant Field Values
-
METHODID_LIST_EXECUTIONS
private static final int METHODID_LIST_EXECUTIONS
- See Also:
- Constant Field Values
-
METHODID_TERMINATE_EXECUTION
private static final int METHODID_TERMINATE_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_GET_NODE_EXECUTION
private static final int METHODID_GET_NODE_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_LIST_NODE_EXECUTIONS
private static final int METHODID_LIST_NODE_EXECUTIONS
- See Also:
- Constant Field Values
-
METHODID_LIST_NODE_EXECUTIONS_FOR_TASK
private static final int METHODID_LIST_NODE_EXECUTIONS_FOR_TASK
- See Also:
- Constant Field Values
-
METHODID_GET_NODE_EXECUTION_DATA
private static final int METHODID_GET_NODE_EXECUTION_DATA
- See Also:
- Constant Field Values
-
METHODID_REGISTER_PROJECT
private static final int METHODID_REGISTER_PROJECT
- See Also:
- Constant Field Values
-
METHODID_UPDATE_PROJECT
private static final int METHODID_UPDATE_PROJECT
- See Also:
- Constant Field Values
-
METHODID_LIST_PROJECTS
private static final int METHODID_LIST_PROJECTS
- See Also:
- Constant Field Values
-
METHODID_CREATE_WORKFLOW_EVENT
private static final int METHODID_CREATE_WORKFLOW_EVENT
- See Also:
- Constant Field Values
-
METHODID_CREATE_NODE_EVENT
private static final int METHODID_CREATE_NODE_EVENT
- See Also:
- Constant Field Values
-
METHODID_CREATE_TASK_EVENT
private static final int METHODID_CREATE_TASK_EVENT
- See Also:
- Constant Field Values
-
METHODID_GET_TASK_EXECUTION
private static final int METHODID_GET_TASK_EXECUTION
- See Also:
- Constant Field Values
-
METHODID_LIST_TASK_EXECUTIONS
private static final int METHODID_LIST_TASK_EXECUTIONS
- See Also:
- Constant Field Values
-
METHODID_GET_TASK_EXECUTION_DATA
private static final int METHODID_GET_TASK_EXECUTION_DATA
- See Also:
- Constant Field Values
-
METHODID_UPDATE_PROJECT_DOMAIN_ATTRIBUTES
private static final int METHODID_UPDATE_PROJECT_DOMAIN_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_GET_PROJECT_DOMAIN_ATTRIBUTES
private static final int METHODID_GET_PROJECT_DOMAIN_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_DELETE_PROJECT_DOMAIN_ATTRIBUTES
private static final int METHODID_DELETE_PROJECT_DOMAIN_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_UPDATE_WORKFLOW_ATTRIBUTES
private static final int METHODID_UPDATE_WORKFLOW_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_GET_WORKFLOW_ATTRIBUTES
private static final int METHODID_GET_WORKFLOW_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_DELETE_WORKFLOW_ATTRIBUTES
private static final int METHODID_DELETE_WORKFLOW_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_LIST_MATCHABLE_ATTRIBUTES
private static final int METHODID_LIST_MATCHABLE_ATTRIBUTES
- See Also:
- Constant Field Values
-
METHODID_LIST_NAMED_ENTITIES
private static final int METHODID_LIST_NAMED_ENTITIES
- See Also:
- Constant Field Values
-
METHODID_GET_NAMED_ENTITY
private static final int METHODID_GET_NAMED_ENTITY
- See Also:
- Constant Field Values
-
METHODID_UPDATE_NAMED_ENTITY
private static final int METHODID_UPDATE_NAMED_ENTITY
- See Also:
- Constant Field Values
-
METHODID_GET_VERSION
private static final int METHODID_GET_VERSION
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
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()
-
getRecoverExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionRecoverRequest,ExecutionOuterClass.ExecutionCreateResponse> getRecoverExecutionMethod()
-
getGetExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.WorkflowExecutionGetRequest,ExecutionOuterClass.Execution> getGetExecutionMethod()
-
getUpdateExecutionMethod
public static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionUpdateRequest,ExecutionOuterClass.ExecutionUpdateResponse> getUpdateExecutionMethod()
-
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()
-
getUpdateProjectMethod
public static io.grpc.MethodDescriptor<ProjectOuterClass.Project,ProjectOuterClass.ProjectUpdateResponse> getUpdateProjectMethod()
-
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()
-
getGetVersionMethod
public static io.grpc.MethodDescriptor<VersionOuterClass.GetVersionRequest,VersionOuterClass.GetVersionResponse> getGetVersionMethod()
-
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()
-
-