@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/tasks/v2beta2/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 class |
CloudTasksGrpc.CloudTasksBlockingStub
Cloud Tasks allows developers to manage the execution of background
work in their applications.
|
static class |
CloudTasksGrpc.CloudTasksFutureStub
Cloud Tasks allows developers to manage the execution of background
work in their applications.
|
static class |
CloudTasksGrpc.CloudTasksImplBase
Cloud Tasks allows developers to manage the execution of background
work in their applications.
|
static class |
CloudTasksGrpc.CloudTasksStub
Cloud Tasks allows developers to manage the execution of background
work in their applications.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<ListQueuesRequest,ListQueuesResponse> getListQueuesMethod()
public static MethodDescriptor<GetQueueRequest,Queue> getGetQueueMethod()
public static MethodDescriptor<CreateQueueRequest,Queue> getCreateQueueMethod()
public static MethodDescriptor<UpdateQueueRequest,Queue> getUpdateQueueMethod()
public static MethodDescriptor<DeleteQueueRequest,Empty> getDeleteQueueMethod()
public static MethodDescriptor<PurgeQueueRequest,Queue> getPurgeQueueMethod()
public static MethodDescriptor<PauseQueueRequest,Queue> getPauseQueueMethod()
public static MethodDescriptor<ResumeQueueRequest,Queue> getResumeQueueMethod()
public static MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static MethodDescriptor<ListTasksRequest,ListTasksResponse> getListTasksMethod()
public static MethodDescriptor<GetTaskRequest,Task> getGetTaskMethod()
public static MethodDescriptor<CreateTaskRequest,Task> getCreateTaskMethod()
public static MethodDescriptor<DeleteTaskRequest,Empty> getDeleteTaskMethod()
public static MethodDescriptor<LeaseTasksRequest,LeaseTasksResponse> getLeaseTasksMethod()
public static MethodDescriptor<AcknowledgeTaskRequest,Empty> getAcknowledgeTaskMethod()
public static MethodDescriptor<RenewLeaseRequest,Task> getRenewLeaseMethod()
public static MethodDescriptor<CancelLeaseRequest,Task> getCancelLeaseMethod()
public static MethodDescriptor<RunTaskRequest,Task> getRunTaskMethod()
public static CloudTasksGrpc.CloudTasksStub newStub(Channel channel)
public static CloudTasksGrpc.CloudTasksBlockingStub newBlockingStub(Channel channel)
public static CloudTasksGrpc.CloudTasksFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.