Class TasksGrpc.TasksImplBase (0.12.0)

publicabstractstaticclass TasksGrpc.TasksImplBaseimplementsBindableService

Cloud Run Task Control Plane API.

Inheritance

java.lang.Object > TasksGrpc.TasksImplBase

Implements

io.grpc.BindableService

Constructors

TasksImplBase()

publicTasksImplBase()

Methods

bindService()

publicfinalServerServiceDefinitionbindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

getTask(GetTaskRequest request, StreamObserver<Task> responseObserver)

publicvoidgetTask(GetTaskRequestrequest,StreamObserver<Task>responseObserver)

Gets information about a Task.

Parameters
Name Description
request GetTaskRequest
responseObserver io.grpc.stub.StreamObserver<Task>

listTasks(ListTasksRequest request, StreamObserver<ListTasksResponse> responseObserver)

publicvoidlistTasks(ListTasksRequestrequest,StreamObserver<ListTasksResponse>responseObserver)

Lists Tasks from an Execution of a Job.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<ListTasksResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.