@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/tasks/v2beta3/cloudtasks.proto") public final class CloudTasksGrpc extends Object
Cloud Tasks allows developers to manage the execution of background work in their applications.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudTasksGrpc.AsyncService
Cloud Tasks allows developers to manage the execution of background
work in their applications.
|
static class |
CloudTasksGrpc.CloudTasksBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudTasks.
|
static class |
CloudTasksGrpc.CloudTasksFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudTasks.
|
static class |
CloudTasksGrpc.CloudTasksImplBase
Base class for the server implementation of the service CloudTasks.
|
static class |
CloudTasksGrpc.CloudTasksStub
A stub to allow clients to do asynchronous rpc calls to service CloudTasks.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(CloudTasksGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BufferTaskRequest,BufferTaskResponse> |
getBufferTaskMethod() |
static io.grpc.MethodDescriptor<CreateQueueRequest,Queue> |
getCreateQueueMethod() |
static io.grpc.MethodDescriptor<CreateTaskRequest,Task> |
getCreateTaskMethod() |
static io.grpc.MethodDescriptor<DeleteQueueRequest,com.google.protobuf.Empty> |
getDeleteQueueMethod() |
static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.protobuf.Empty> |
getDeleteTaskMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static io.grpc.MethodDescriptor<GetQueueRequest,Queue> |
getGetQueueMethod() |
static io.grpc.MethodDescriptor<GetTaskRequest,Task> |
getGetTaskMethod() |
static io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse> |
getListQueuesMethod() |
static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> |
getListTasksMethod() |
static io.grpc.MethodDescriptor<PauseQueueRequest,Queue> |
getPauseQueueMethod() |
static io.grpc.MethodDescriptor<PurgeQueueRequest,Queue> |
getPurgeQueueMethod() |
static io.grpc.MethodDescriptor<ResumeQueueRequest,Queue> |
getResumeQueueMethod() |
static io.grpc.MethodDescriptor<RunTaskRequest,Task> |
getRunTaskMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
getSetIamPolicyMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
getTestIamPermissionsMethod() |
static io.grpc.MethodDescriptor<UpdateQueueRequest,Queue> |
getUpdateQueueMethod() |
static CloudTasksGrpc.CloudTasksBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CloudTasksGrpc.CloudTasksFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CloudTasksGrpc.CloudTasksStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse> getListQueuesMethod()
public static io.grpc.MethodDescriptor<GetQueueRequest,Queue> getGetQueueMethod()
public static io.grpc.MethodDescriptor<CreateQueueRequest,Queue> getCreateQueueMethod()
public static io.grpc.MethodDescriptor<UpdateQueueRequest,Queue> getUpdateQueueMethod()
public static io.grpc.MethodDescriptor<DeleteQueueRequest,com.google.protobuf.Empty> getDeleteQueueMethod()
public static io.grpc.MethodDescriptor<PurgeQueueRequest,Queue> getPurgeQueueMethod()
public static io.grpc.MethodDescriptor<PauseQueueRequest,Queue> getPauseQueueMethod()
public static io.grpc.MethodDescriptor<ResumeQueueRequest,Queue> getResumeQueueMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> getListTasksMethod()
public static io.grpc.MethodDescriptor<GetTaskRequest,Task> getGetTaskMethod()
public static io.grpc.MethodDescriptor<CreateTaskRequest,Task> getCreateTaskMethod()
public static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.protobuf.Empty> getDeleteTaskMethod()
public static io.grpc.MethodDescriptor<RunTaskRequest,Task> getRunTaskMethod()
public static io.grpc.MethodDescriptor<BufferTaskRequest,BufferTaskResponse> getBufferTaskMethod()
public static CloudTasksGrpc.CloudTasksStub newStub(io.grpc.Channel channel)
public static CloudTasksGrpc.CloudTasksBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CloudTasksGrpc.CloudTasksFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(CloudTasksGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.