Package com.google.cloud.talent.v4
Class JobServiceGrpc
- java.lang.Object
-
- com.google.cloud.talent.v4.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobServiceGrpc.AsyncServiceA service handles job management, including job CRUD, enumeration and search.static classJobServiceGrpc.JobServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service JobService.static classJobServiceGrpc.JobServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service JobService.static classJobServiceGrpc.JobServiceImplBaseBase class for the server implementation of the service JobService.static classJobServiceGrpc.JobServiceStubA stub to allow clients to do asynchronous rpc calls to service JobService.
-
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(JobServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<BatchCreateJobsRequest,com.google.longrunning.Operation>getBatchCreateJobsMethod()static io.grpc.MethodDescriptor<BatchDeleteJobsRequest,com.google.longrunning.Operation>getBatchDeleteJobsMethod()static io.grpc.MethodDescriptor<BatchUpdateJobsRequest,com.google.longrunning.Operation>getBatchUpdateJobsMethod()static io.grpc.MethodDescriptor<CreateJobRequest,Job>getCreateJobMethod()static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty>getDeleteJobMethod()static io.grpc.MethodDescriptor<GetJobRequest,Job>getGetJobMethod()static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>getListJobsMethod()static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse>getSearchJobsForAlertMethod()static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse>getSearchJobsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateJobRequest,Job>getUpdateJobMethod()static JobServiceGrpc.JobServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic JobServiceGrpc.JobServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic JobServiceGrpc.JobServiceStubnewStub(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
-
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()
-
getListJobsMethod
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
-
getSearchJobsMethod
public static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse> getSearchJobsMethod()
-
getSearchJobsForAlertMethod
public static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse> getSearchJobsForAlertMethod()
-
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
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(JobServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-