Package com.google.cloud.run.v2
Class TasksGrpc.TasksImplBase
- java.lang.Object
-
- com.google.cloud.run.v2.TasksGrpc.TasksImplBase
-
- All Implemented Interfaces:
TasksGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TasksGrpc
public abstract static class TasksGrpc.TasksImplBase extends Object implements io.grpc.BindableService, TasksGrpc.AsyncService
Base class for the server implementation of the service Tasks.Cloud Run Task Control Plane API.
-
-
Constructor Summary
Constructors Constructor Description TasksImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.run.v2.TasksGrpc.AsyncService
getTask, listTasks
-
-