Package com.google.cloud.tasks.v2
Class CloudTasksGrpc.CloudTasksImplBase
- java.lang.Object
-
- com.google.cloud.tasks.v2.CloudTasksGrpc.CloudTasksImplBase
-
- All Implemented Interfaces:
CloudTasksGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CloudTasksGrpc
public abstract static class CloudTasksGrpc.CloudTasksImplBase extends Object implements io.grpc.BindableService, CloudTasksGrpc.AsyncService
Base class for the server implementation of the service CloudTasks.Cloud Tasks allows developers to manage the execution of background work in their applications.
-
-
Constructor Summary
Constructors Constructor Description CloudTasksImplBase()
-
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.tasks.v2.CloudTasksGrpc.AsyncService
createQueue, createTask, deleteQueue, deleteTask, getIamPolicy, getQueue, getTask, listQueues, listTasks, pauseQueue, purgeQueue, resumeQueue, runTask, setIamPolicy, testIamPermissions, updateQueue
-
-