Package com.google.cloud.run.v2
Class TasksGrpc.TasksBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<TasksGrpc.TasksBlockingStub>
-
- com.google.cloud.run.v2.TasksGrpc.TasksBlockingStub
-
- Enclosing class:
- TasksGrpc
public static final class TasksGrpc.TasksBlockingStub extends io.grpc.stub.AbstractBlockingStub<TasksGrpc.TasksBlockingStub>
A stub to allow clients to do synchronous 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.TasksBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Task
getTask(GetTaskRequest request)
Gets information about a Task.ListTasksResponse
listTasks(ListTasksRequest request)
Lists Tasks from an Execution of a Job.
-
-
-
Method Detail
-
build
protected TasksGrpc.TasksBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<TasksGrpc.TasksBlockingStub>
-
getTask
public Task getTask(GetTaskRequest request)
Gets information about a Task.
-
listTasks
public ListTasksResponse listTasks(ListTasksRequest request)
Lists Tasks from an Execution of a Job.
-
-