Class JobServiceGrpc


  • @Generated(value="by gRPC proto compiler",
               comments="Source: google/cloud/talent/v4/job_service.proto")
    public final class JobServiceGrpc
    extends Object
     A service handles job management, including job CRUD, enumeration and search.
     
    • Method Detail

      • getCreateJobMethod

        public static io.grpc.MethodDescriptor<CreateJobRequest,​Job> getCreateJobMethod()
      • getBatchCreateJobsMethod

        public static io.grpc.MethodDescriptor<BatchCreateJobsRequest,​com.google.longrunning.Operation> getBatchCreateJobsMethod()
      • getGetJobMethod

        public static io.grpc.MethodDescriptor<GetJobRequest,​Job> getGetJobMethod()
      • getUpdateJobMethod

        public static io.grpc.MethodDescriptor<UpdateJobRequest,​Job> getUpdateJobMethod()
      • getBatchUpdateJobsMethod

        public static io.grpc.MethodDescriptor<BatchUpdateJobsRequest,​com.google.longrunning.Operation> getBatchUpdateJobsMethod()
      • getDeleteJobMethod

        public static io.grpc.MethodDescriptor<DeleteJobRequest,​com.google.protobuf.Empty> getDeleteJobMethod()
      • getBatchDeleteJobsMethod

        public static io.grpc.MethodDescriptor<BatchDeleteJobsRequest,​com.google.longrunning.Operation> getBatchDeleteJobsMethod()
      • newStub

        public static JobServiceGrpc.JobServiceStub newStub​(io.grpc.Channel channel)
        Creates a new async stub that supports all call types for the service
      • newBlockingStub

        public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub​(io.grpc.Channel channel)
        Creates a new blocking-style stub that supports unary and streaming output calls on the service
      • newFutureStub

        public static JobServiceGrpc.JobServiceFutureStub 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()