Package flyteidl.service
Class AdminServiceGrpc.AdminServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AdminServiceGrpc.AdminServiceStub>
-
- flyteidl.service.AdminServiceGrpc.AdminServiceStub
-
- Enclosing class:
- AdminServiceGrpc
public static final class AdminServiceGrpc.AdminServiceStub extends io.grpc.stub.AbstractAsyncStub<AdminServiceGrpc.AdminServiceStub>
The 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
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAdminServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdminServiceGrpc.AdminServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcreateExecution(ExecutionOuterClass.ExecutionCreateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Triggers the creation of a :ref:`ref_flyteidl.admin.Execution`voidcreateLaunchPlan(LaunchPlanOuterClass.LaunchPlanCreateRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanCreateResponse> responseObserver)Create and upload a :ref:`ref_flyteidl.admin.LaunchPlan` definitionvoidcreateNodeEvent(Event.NodeExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.NodeExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred.voidcreateTask(TaskOuterClass.TaskCreateRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.TaskCreateResponse> responseObserver)Create and upload a :ref:`ref_flyteidl.admin.Task` definitionvoidcreateTaskEvent(Event.TaskExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.TaskExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.TaskExecutionEvent` has occurred.voidcreateWorkflow(WorkflowOuterClass.WorkflowCreateRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.WorkflowCreateResponse> responseObserver)Create and upload a :ref:`ref_flyteidl.admin.Workflow` definitionvoidcreateWorkflowEvent(Event.WorkflowExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.WorkflowExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.WorkflowExecutionEvent` has occurred.voiddeleteProjectDomainAttributes(ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteRequest request, io.grpc.stub.StreamObserver<ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteResponse> responseObserver)Deletes custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project and domain.voiddeleteWorkflowAttributes(WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequest request, io.grpc.stub.StreamObserver<WorkflowAttributesOuterClass.WorkflowAttributesDeleteResponse> responseObserver)Deletes custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project, domain and workflow.voidgetActiveLaunchPlan(LaunchPlanOuterClass.ActiveLaunchPlanRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)Fetch the active version of a :ref:`ref_flyteidl.admin.LaunchPlan`.voidgetExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.Execution> responseObserver)Fetches a :ref:`ref_flyteidl.admin.Execution`.voidgetExecutionData(ExecutionOuterClass.WorkflowExecutionGetDataRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.WorkflowExecutionGetDataResponse> responseObserver)Fetches input and output data for a :ref:`ref_flyteidl.admin.Execution`.voidgetLaunchPlan(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)Fetch a :ref:`ref_flyteidl.admin.LaunchPlan` definition.voidgetNamedEntity(Common.NamedEntityGetRequest request, io.grpc.stub.StreamObserver<Common.NamedEntity> responseObserver)Returns a :ref:`ref_flyteidl.admin.NamedEntity` object.voidgetNodeExecution(NodeExecutionOuterClass.NodeExecutionGetRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecution> responseObserver)Fetches a :ref:`ref_flyteidl.admin.NodeExecution`.voidgetNodeExecutionData(NodeExecutionOuterClass.NodeExecutionGetDataRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecutionGetDataResponse> responseObserver)Fetches input and output data for a :ref:`ref_flyteidl.admin.NodeExecution`.voidgetProjectDomainAttributes(ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetRequest request, io.grpc.stub.StreamObserver<ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetResponse> responseObserver)Fetches custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project and domain.voidgetTask(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.Task> responseObserver)Fetch a :ref:`ref_flyteidl.admin.Task` definition.voidgetTaskExecution(TaskExecutionOuterClass.TaskExecutionGetRequest request, io.grpc.stub.StreamObserver<TaskExecutionOuterClass.TaskExecution> responseObserver)Fetches a :ref:`ref_flyteidl.admin.TaskExecution`.voidgetTaskExecutionData(TaskExecutionOuterClass.TaskExecutionGetDataRequest request, io.grpc.stub.StreamObserver<TaskExecutionOuterClass.TaskExecutionGetDataResponse> responseObserver)Fetches input and output data for a :ref:`ref_flyteidl.admin.TaskExecution`.voidgetVersion(VersionOuterClass.GetVersionRequest request, io.grpc.stub.StreamObserver<VersionOuterClass.GetVersionResponse> responseObserver)voidgetWorkflow(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.Workflow> responseObserver)Fetch a :ref:`ref_flyteidl.admin.Workflow` definition.voidgetWorkflowAttributes(WorkflowAttributesOuterClass.WorkflowAttributesGetRequest request, io.grpc.stub.StreamObserver<WorkflowAttributesOuterClass.WorkflowAttributesGetResponse> responseObserver)Fetches custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project, domain and workflow.voidlistActiveLaunchPlans(LaunchPlanOuterClass.ActiveLaunchPlanListRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanList> responseObserver)List active versions of :ref:`ref_flyteidl.admin.LaunchPlan`.voidlistExecutions(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.Execution`.voidlistLaunchPlanIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.NamedEntityIdentifier` of launch plan objects.voidlistLaunchPlans(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.LaunchPlan` definitions.voidlistMatchableAttributes(MatchableResourceOuterClass.ListMatchableAttributesRequest request, io.grpc.stub.StreamObserver<MatchableResourceOuterClass.ListMatchableAttributesResponse> responseObserver)Lists custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a specific resource type.voidlistNamedEntities(Common.NamedEntityListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityList> responseObserver)Returns a list of :ref:`ref_flyteidl.admin.NamedEntity` objects.voidlistNodeExecutions(NodeExecutionOuterClass.NodeExecutionListRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecutionList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.NodeExecution`.voidlistNodeExecutionsForTask(NodeExecutionOuterClass.NodeExecutionForTaskListRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecutionList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.NodeExecution` launched by the reference :ref:`ref_flyteidl.admin.TaskExecution`.voidlistProjects(ProjectOuterClass.ProjectListRequest request, io.grpc.stub.StreamObserver<ProjectOuterClass.Projects> responseObserver)Fetches a list of :ref:`ref_flyteidl.admin.Project`voidlistTaskExecutions(TaskExecutionOuterClass.TaskExecutionListRequest request, io.grpc.stub.StreamObserver<TaskExecutionOuterClass.TaskExecutionList> responseObserver)Fetches a list of :ref:`ref_flyteidl.admin.TaskExecution`.voidlistTaskIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.NamedEntityIdentifier` of task objects.voidlistTasks(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.TaskList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.Task` definitions.voidlistWorkflowIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.NamedEntityIdentifier` of workflow objects.voidlistWorkflows(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.WorkflowList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.Workflow` definitions.voidrecoverExecution(ExecutionOuterClass.ExecutionRecoverRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Recreates a previously-run workflow execution that will only start executing from the last known failure point.voidregisterProject(ProjectOuterClass.ProjectRegisterRequest request, io.grpc.stub.StreamObserver<ProjectOuterClass.ProjectRegisterResponse> responseObserver)Registers a :ref:`ref_flyteidl.admin.Project` with the Flyte deployment.voidrelaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`voidterminateExecution(ExecutionOuterClass.ExecutionTerminateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionTerminateResponse> responseObserver)Terminates an in-progress :ref:`ref_flyteidl.admin.Execution`.voidupdateExecution(ExecutionOuterClass.ExecutionUpdateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionUpdateResponse> responseObserver)Update execution belonging to project domain :ref:`ref_flyteidl.admin.Execution`.voidupdateLaunchPlan(LaunchPlanOuterClass.LaunchPlanUpdateRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanUpdateResponse> responseObserver)Updates the status of a registered :ref:`ref_flyteidl.admin.LaunchPlan`.voidupdateNamedEntity(Common.NamedEntityUpdateRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityUpdateResponse> responseObserver)Updates a :ref:`ref_flyteidl.admin.NamedEntity` object.voidupdateProject(ProjectOuterClass.Project request, io.grpc.stub.StreamObserver<ProjectOuterClass.ProjectUpdateResponse> responseObserver)Updates an existing :ref:`ref_flyteidl.admin.Project` flyteidl.admin.Project should be passed but the domains property should be empty; it will be ignored in the handler as domains cannot be updated via this API.voidupdateProjectDomainAttributes(ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateRequest request, io.grpc.stub.StreamObserver<ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateResponse> responseObserver)Creates or updates custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project and domain.voidupdateWorkflowAttributes(WorkflowAttributesOuterClass.WorkflowAttributesUpdateRequest request, io.grpc.stub.StreamObserver<WorkflowAttributesOuterClass.WorkflowAttributesUpdateResponse> responseObserver)Creates or updates custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project, domain and workflow.
-
-
-
Method Detail
-
build
protected AdminServiceGrpc.AdminServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AdminServiceGrpc.AdminServiceStub>
-
createTask
public void createTask(TaskOuterClass.TaskCreateRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.TaskCreateResponse> responseObserver)
Create and upload a :ref:`ref_flyteidl.admin.Task` definition
-
getTask
public void getTask(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.Task> responseObserver)
Fetch a :ref:`ref_flyteidl.admin.Task` definition.
-
listTaskIds
public void listTaskIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.NamedEntityIdentifier` of task objects.
-
listTasks
public void listTasks(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.TaskList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.Task` definitions.
-
createWorkflow
public void createWorkflow(WorkflowOuterClass.WorkflowCreateRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.WorkflowCreateResponse> responseObserver)
Create and upload a :ref:`ref_flyteidl.admin.Workflow` definition
-
getWorkflow
public void getWorkflow(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.Workflow> responseObserver)
Fetch a :ref:`ref_flyteidl.admin.Workflow` definition.
-
listWorkflowIds
public void listWorkflowIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.NamedEntityIdentifier` of workflow objects.
-
listWorkflows
public void listWorkflows(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.WorkflowList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.Workflow` definitions.
-
createLaunchPlan
public void createLaunchPlan(LaunchPlanOuterClass.LaunchPlanCreateRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanCreateResponse> responseObserver)
Create and upload a :ref:`ref_flyteidl.admin.LaunchPlan` definition
-
getLaunchPlan
public void getLaunchPlan(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)
Fetch a :ref:`ref_flyteidl.admin.LaunchPlan` definition.
-
getActiveLaunchPlan
public void getActiveLaunchPlan(LaunchPlanOuterClass.ActiveLaunchPlanRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)
Fetch the active version of a :ref:`ref_flyteidl.admin.LaunchPlan`.
-
listActiveLaunchPlans
public void listActiveLaunchPlans(LaunchPlanOuterClass.ActiveLaunchPlanListRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanList> responseObserver)
List active versions of :ref:`ref_flyteidl.admin.LaunchPlan`.
-
listLaunchPlanIds
public void listLaunchPlanIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.NamedEntityIdentifier` of launch plan objects.
-
listLaunchPlans
public void listLaunchPlans(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.LaunchPlan` definitions.
-
updateLaunchPlan
public void updateLaunchPlan(LaunchPlanOuterClass.LaunchPlanUpdateRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlanUpdateResponse> responseObserver)
Updates the status of a registered :ref:`ref_flyteidl.admin.LaunchPlan`.
-
createExecution
public void createExecution(ExecutionOuterClass.ExecutionCreateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)
Triggers the creation of a :ref:`ref_flyteidl.admin.Execution`
-
relaunchExecution
public void relaunchExecution(ExecutionOuterClass.ExecutionRelaunchRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)
Triggers the creation of an identical :ref:`ref_flyteidl.admin.Execution`
-
recoverExecution
public void recoverExecution(ExecutionOuterClass.ExecutionRecoverRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionCreateResponse> responseObserver)
Recreates a previously-run workflow execution that will only start executing from the last known failure point. In Recover mode, users cannot change any input parameters or update the version of the execution. This is extremely useful to recover from system errors and byzantine faults like - Loss of K8s cluster, bugs in platform or instability, machine failures, downstream system failures (downstream services), or simply to recover executions that failed because of retry exhaustion and should complete if tried again. See :ref:`ref_flyteidl.admin.ExecutionRecoverRequest` for more details.
-
getExecution
public void getExecution(ExecutionOuterClass.WorkflowExecutionGetRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.Execution> responseObserver)
Fetches a :ref:`ref_flyteidl.admin.Execution`.
-
updateExecution
public void updateExecution(ExecutionOuterClass.ExecutionUpdateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionUpdateResponse> responseObserver)
Update execution belonging to project domain :ref:`ref_flyteidl.admin.Execution`.
-
getExecutionData
public void getExecutionData(ExecutionOuterClass.WorkflowExecutionGetDataRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.WorkflowExecutionGetDataResponse> responseObserver)
Fetches input and output data for a :ref:`ref_flyteidl.admin.Execution`.
-
listExecutions
public void listExecutions(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.Execution`.
-
terminateExecution
public void terminateExecution(ExecutionOuterClass.ExecutionTerminateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionTerminateResponse> responseObserver)
Terminates an in-progress :ref:`ref_flyteidl.admin.Execution`.
-
getNodeExecution
public void getNodeExecution(NodeExecutionOuterClass.NodeExecutionGetRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecution> responseObserver)
Fetches a :ref:`ref_flyteidl.admin.NodeExecution`.
-
listNodeExecutions
public void listNodeExecutions(NodeExecutionOuterClass.NodeExecutionListRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecutionList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.NodeExecution`.
-
listNodeExecutionsForTask
public void listNodeExecutionsForTask(NodeExecutionOuterClass.NodeExecutionForTaskListRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecutionList> responseObserver)
Fetch a list of :ref:`ref_flyteidl.admin.NodeExecution` launched by the reference :ref:`ref_flyteidl.admin.TaskExecution`.
-
getNodeExecutionData
public void getNodeExecutionData(NodeExecutionOuterClass.NodeExecutionGetDataRequest request, io.grpc.stub.StreamObserver<NodeExecutionOuterClass.NodeExecutionGetDataResponse> responseObserver)
Fetches input and output data for a :ref:`ref_flyteidl.admin.NodeExecution`.
-
registerProject
public void registerProject(ProjectOuterClass.ProjectRegisterRequest request, io.grpc.stub.StreamObserver<ProjectOuterClass.ProjectRegisterResponse> responseObserver)
Registers a :ref:`ref_flyteidl.admin.Project` with the Flyte deployment.
-
updateProject
public void updateProject(ProjectOuterClass.Project request, io.grpc.stub.StreamObserver<ProjectOuterClass.ProjectUpdateResponse> responseObserver)
Updates an existing :ref:`ref_flyteidl.admin.Project` flyteidl.admin.Project should be passed but the domains property should be empty; it will be ignored in the handler as domains cannot be updated via this API.
-
listProjects
public void listProjects(ProjectOuterClass.ProjectListRequest request, io.grpc.stub.StreamObserver<ProjectOuterClass.Projects> responseObserver)
Fetches a list of :ref:`ref_flyteidl.admin.Project`
-
createWorkflowEvent
public void createWorkflowEvent(Event.WorkflowExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.WorkflowExecutionEventResponse> responseObserver)
Indicates a :ref:`ref_flyteidl.event.WorkflowExecutionEvent` has occurred.
-
createNodeEvent
public void createNodeEvent(Event.NodeExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.NodeExecutionEventResponse> responseObserver)
Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred.
-
createTaskEvent
public void createTaskEvent(Event.TaskExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.TaskExecutionEventResponse> responseObserver)
Indicates a :ref:`ref_flyteidl.event.TaskExecutionEvent` has occurred.
-
getTaskExecution
public void getTaskExecution(TaskExecutionOuterClass.TaskExecutionGetRequest request, io.grpc.stub.StreamObserver<TaskExecutionOuterClass.TaskExecution> responseObserver)
Fetches a :ref:`ref_flyteidl.admin.TaskExecution`.
-
listTaskExecutions
public void listTaskExecutions(TaskExecutionOuterClass.TaskExecutionListRequest request, io.grpc.stub.StreamObserver<TaskExecutionOuterClass.TaskExecutionList> responseObserver)
Fetches a list of :ref:`ref_flyteidl.admin.TaskExecution`.
-
getTaskExecutionData
public void getTaskExecutionData(TaskExecutionOuterClass.TaskExecutionGetDataRequest request, io.grpc.stub.StreamObserver<TaskExecutionOuterClass.TaskExecutionGetDataResponse> responseObserver)
Fetches input and output data for a :ref:`ref_flyteidl.admin.TaskExecution`.
-
updateProjectDomainAttributes
public void updateProjectDomainAttributes(ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateRequest request, io.grpc.stub.StreamObserver<ProjectDomainAttributesOuterClass.ProjectDomainAttributesUpdateResponse> responseObserver)
Creates or updates custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project and domain.
-
getProjectDomainAttributes
public void getProjectDomainAttributes(ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetRequest request, io.grpc.stub.StreamObserver<ProjectDomainAttributesOuterClass.ProjectDomainAttributesGetResponse> responseObserver)
Fetches custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project and domain.
-
deleteProjectDomainAttributes
public void deleteProjectDomainAttributes(ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteRequest request, io.grpc.stub.StreamObserver<ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteResponse> responseObserver)
Deletes custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project and domain.
-
updateWorkflowAttributes
public void updateWorkflowAttributes(WorkflowAttributesOuterClass.WorkflowAttributesUpdateRequest request, io.grpc.stub.StreamObserver<WorkflowAttributesOuterClass.WorkflowAttributesUpdateResponse> responseObserver)
Creates or updates custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project, domain and workflow.
-
getWorkflowAttributes
public void getWorkflowAttributes(WorkflowAttributesOuterClass.WorkflowAttributesGetRequest request, io.grpc.stub.StreamObserver<WorkflowAttributesOuterClass.WorkflowAttributesGetResponse> responseObserver)
Fetches custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project, domain and workflow.
-
deleteWorkflowAttributes
public void deleteWorkflowAttributes(WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequest request, io.grpc.stub.StreamObserver<WorkflowAttributesOuterClass.WorkflowAttributesDeleteResponse> responseObserver)
Deletes custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a project, domain and workflow.
-
listMatchableAttributes
public void listMatchableAttributes(MatchableResourceOuterClass.ListMatchableAttributesRequest request, io.grpc.stub.StreamObserver<MatchableResourceOuterClass.ListMatchableAttributesResponse> responseObserver)
Lists custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a specific resource type.
-
listNamedEntities
public void listNamedEntities(Common.NamedEntityListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityList> responseObserver)
Returns a list of :ref:`ref_flyteidl.admin.NamedEntity` objects.
-
getNamedEntity
public void getNamedEntity(Common.NamedEntityGetRequest request, io.grpc.stub.StreamObserver<Common.NamedEntity> responseObserver)
Returns a :ref:`ref_flyteidl.admin.NamedEntity` object.
-
updateNamedEntity
public void updateNamedEntity(Common.NamedEntityUpdateRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityUpdateResponse> responseObserver)
Updates a :ref:`ref_flyteidl.admin.NamedEntity` object.
-
getVersion
public void getVersion(VersionOuterClass.GetVersionRequest request, io.grpc.stub.StreamObserver<VersionOuterClass.GetVersionResponse> responseObserver)
-
-