Package com.google.cloud.run.v2
Class TasksGrpc.TasksStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<TasksGrpc.TasksStub>
-
- com.google.cloud.run.v2.TasksGrpc.TasksStub
-
- Enclosing class:
- TasksGrpc
public static final class TasksGrpc.TasksStub extends io.grpc.stub.AbstractAsyncStub<TasksGrpc.TasksStub>
A stub to allow clients to do asynchronous rpc calls to service Tasks.Cloud Run Task Control Plane API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TasksGrpc.TasksStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Gets information about a Task.void
listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
Lists Tasks from an Execution of a Job.
-
-
-
Method Detail
-
build
protected TasksGrpc.TasksStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<TasksGrpc.TasksStub>
-
getTask
public void getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Gets information about a Task.
-
listTasks
public void listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
Lists Tasks from an Execution of a Job.
-
-