@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/tasks/v2/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 io.grpc.MethodDescriptor<CreateQueueRequest,Queue> |
METHOD_CREATE_QUEUE
Deprecated.
|
static io.grpc.MethodDescriptor<CreateTaskRequest,Task> |
METHOD_CREATE_TASK
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteQueueRequest,com.google.protobuf.Empty> |
METHOD_DELETE_QUEUE
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TASK
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
METHOD_GET_IAM_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<GetQueueRequest,Queue> |
METHOD_GET_QUEUE
Deprecated.
|
static io.grpc.MethodDescriptor<GetTaskRequest,Task> |
METHOD_GET_TASK
Deprecated.
|
static io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse> |
METHOD_LIST_QUEUES
Deprecated.
|
static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> |
METHOD_LIST_TASKS
Deprecated.
|
static io.grpc.MethodDescriptor<PauseQueueRequest,Queue> |
METHOD_PAUSE_QUEUE
Deprecated.
|
static io.grpc.MethodDescriptor<PurgeQueueRequest,Queue> |
METHOD_PURGE_QUEUE
Deprecated.
|
static io.grpc.MethodDescriptor<ResumeQueueRequest,Queue> |
METHOD_RESUME_QUEUE
Deprecated.
|
static io.grpc.MethodDescriptor<RunTaskRequest,Task> |
METHOD_RUN_TASK
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
METHOD_SET_IAM_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
METHOD_TEST_IAM_PERMISSIONS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateQueueRequest,Queue> |
METHOD_UPDATE_QUEUE
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse> METHOD_LIST_QUEUES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetQueueRequest,Queue> METHOD_GET_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateQueueRequest,Queue> METHOD_CREATE_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateQueueRequest,Queue> METHOD_UPDATE_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteQueueRequest,com.google.protobuf.Empty> METHOD_DELETE_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<PurgeQueueRequest,Queue> METHOD_PURGE_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<PauseQueueRequest,Queue> METHOD_PAUSE_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ResumeQueueRequest,Queue> METHOD_RESUME_QUEUE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_GET_IAM_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_SET_IAM_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> METHOD_TEST_IAM_PERMISSIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> METHOD_LIST_TASKS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetTaskRequest,Task> METHOD_GET_TASK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateTaskRequest,Task> METHOD_CREATE_TASK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.protobuf.Empty> METHOD_DELETE_TASK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<RunTaskRequest,Task> METHOD_RUN_TASK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse> getListQueuesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetQueueRequest,Queue> getGetQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateQueueRequest,Queue> getCreateQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateQueueRequest,Queue> getUpdateQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteQueueRequest,com.google.protobuf.Empty> getDeleteQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<PurgeQueueRequest,Queue> getPurgeQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<PauseQueueRequest,Queue> getPauseQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ResumeQueueRequest,Queue> getResumeQueueMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> getListTasksMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetTaskRequest,Task> getGetTaskMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateTaskRequest,Task> getCreateTaskMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.protobuf.Empty> getDeleteTaskMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<RunTaskRequest,Task> getRunTaskMethod()
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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.