Package com.google.cloud.tasks.v2beta3
Class CloudTasksGrpc
- java.lang.Object
-
- com.google.cloud.tasks.v2beta3.CloudTasksGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudTasksGrpc.AsyncServiceCloud Tasks allows developers to manage the execution of background work in their applications.static classCloudTasksGrpc.CloudTasksBlockingStubA stub to allow clients to do synchronous rpc calls to service CloudTasks.static classCloudTasksGrpc.CloudTasksFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CloudTasks.static classCloudTasksGrpc.CloudTasksImplBaseBase class for the server implementation of the service CloudTasks.static classCloudTasksGrpc.CloudTasksStubA stub to allow clients to do asynchronous rpc calls to service CloudTasks.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()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.CloudTasksBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudTasksGrpc.CloudTasksFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudTasksGrpc.CloudTasksStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListQueuesMethod
public static io.grpc.MethodDescriptor<ListQueuesRequest,ListQueuesResponse> getListQueuesMethod()
-
getGetQueueMethod
public static io.grpc.MethodDescriptor<GetQueueRequest,Queue> getGetQueueMethod()
-
getCreateQueueMethod
public static io.grpc.MethodDescriptor<CreateQueueRequest,Queue> getCreateQueueMethod()
-
getUpdateQueueMethod
public static io.grpc.MethodDescriptor<UpdateQueueRequest,Queue> getUpdateQueueMethod()
-
getDeleteQueueMethod
public static io.grpc.MethodDescriptor<DeleteQueueRequest,com.google.protobuf.Empty> getDeleteQueueMethod()
-
getPurgeQueueMethod
public static io.grpc.MethodDescriptor<PurgeQueueRequest,Queue> getPurgeQueueMethod()
-
getPauseQueueMethod
public static io.grpc.MethodDescriptor<PauseQueueRequest,Queue> getPauseQueueMethod()
-
getResumeQueueMethod
public static io.grpc.MethodDescriptor<ResumeQueueRequest,Queue> getResumeQueueMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
getListTasksMethod
public static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> getListTasksMethod()
-
getGetTaskMethod
public static io.grpc.MethodDescriptor<GetTaskRequest,Task> getGetTaskMethod()
-
getCreateTaskMethod
public static io.grpc.MethodDescriptor<CreateTaskRequest,Task> getCreateTaskMethod()
-
getDeleteTaskMethod
public static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.protobuf.Empty> getDeleteTaskMethod()
-
getRunTaskMethod
public static io.grpc.MethodDescriptor<RunTaskRequest,Task> getRunTaskMethod()
-
getBufferTaskMethod
public static io.grpc.MethodDescriptor<BufferTaskRequest,BufferTaskResponse> getBufferTaskMethod()
-
newStub
public static CloudTasksGrpc.CloudTasksStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudTasksGrpc.CloudTasksBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudTasksGrpc.CloudTasksFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudTasksGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-