Class 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.
     
    • Method Detail

      • 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()
      • 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()
      • 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
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()