Package com.google.cloud.talent.v4beta1
Class JobServiceGrpc.JobServiceImplBase
- java.lang.Object
-
- com.google.cloud.talent.v4beta1.JobServiceGrpc.JobServiceImplBase
-
- All Implemented Interfaces:
JobServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- JobServiceGrpc
public abstract static class JobServiceGrpc.JobServiceImplBase extends Object implements io.grpc.BindableService, JobServiceGrpc.AsyncService
Base class for the server implementation of the service JobService.A service handles job management, including job CRUD, enumeration and search.
-
-
Constructor Summary
Constructors Constructor Description JobServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.talent.v4beta1.JobServiceGrpc.AsyncService
batchCreateJobs, batchDeleteJobs, batchUpdateJobs, createJob, deleteJob, getJob, listJobs, searchJobs, searchJobsForAlert, updateJob
-
-