public static interface JobServiceGrpc.AsyncService
A service handles job management, including job CRUD, enumeration and search.
| Modifier and Type | Method and Description |
|---|---|
default void |
batchCreateJobs(BatchCreateJobsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Begins executing a batch create jobs operation.
|
default void |
batchDeleteJobs(BatchDeleteJobsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Begins executing a batch delete jobs operation.
|
default void |
batchUpdateJobs(BatchUpdateJobsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Begins executing a batch update jobs operation.
|
default void |
createJob(CreateJobRequest request,
io.grpc.stub.StreamObserver<Job> responseObserver)
Creates a new job.
|
default void |
deleteJob(DeleteJobRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified job.
|
default void |
getJob(GetJobRequest request,
io.grpc.stub.StreamObserver<Job> responseObserver)
Retrieves the specified job, whose status is OPEN or recently EXPIRED
within the last 90 days.
|
default void |
listJobs(ListJobsRequest request,
io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)
Lists jobs by filter.
|
default void |
searchJobs(SearchJobsRequest request,
io.grpc.stub.StreamObserver<SearchJobsResponse> responseObserver)
Searches for jobs using the provided
[SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
|
default void |
searchJobsForAlert(SearchJobsRequest request,
io.grpc.stub.StreamObserver<SearchJobsResponse> responseObserver)
Searches for jobs using the provided
[SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
|
default void |
updateJob(UpdateJobRequest request,
io.grpc.stub.StreamObserver<Job> responseObserver)
Updates specified job.
|
default void createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
default void batchCreateJobs(BatchCreateJobsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Begins executing a batch create jobs operation.
default void getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
default void updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates specified job. Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
default void batchUpdateJobs(BatchUpdateJobsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Begins executing a batch update jobs operation.
default void deleteJob(DeleteJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
default void batchDeleteJobs(BatchDeleteJobsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Begins executing a batch delete jobs operation.
default void listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)
Lists jobs by filter.
default void searchJobs(SearchJobsRequest request, io.grpc.stub.StreamObserver<SearchJobsResponse> responseObserver)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest]. This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs that the caller has permission to search against.
default void searchJobsForAlert(SearchJobsRequest request, io.grpc.stub.StreamObserver<SearchJobsResponse> responseObserver)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest]. This API call is intended for the use case of targeting passive job seekers (for example, job seekers who have signed up to receive email alerts about potential job opportunities), it has different algorithmic adjustments that are designed to specifically target passive job seekers. This call constrains the [visibility][google.cloud.talent.v4.Job.visibility] of jobs present in the database, and only returns jobs the caller has permission to search against.
Copyright © 2025 Google LLC. All rights reserved.