public static final class JobServiceGrpc.JobServiceFutureStub extends AbstractFutureStub<JobServiceGrpc.JobServiceFutureStub>
A service handles job management, including job CRUD, enumeration and search.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchCreateJobs(BatchCreateJobsRequest request)
Begins executing a batch create jobs operation.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
batchDeleteJobs(BatchDeleteJobsRequest request)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchUpdateJobs(BatchUpdateJobsRequest request)
Begins executing a batch update jobs operation.
|
protected JobServiceGrpc.JobServiceFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Job> |
createJob(CreateJobRequest request)
Creates a new job.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteJob(DeleteJobRequest request)
Deletes the specified job.
|
com.google.common.util.concurrent.ListenableFuture<Job> |
getJob(GetJobRequest request)
Retrieves the specified job, whose status is OPEN or recently EXPIRED
within the last 90 days.
|
com.google.common.util.concurrent.ListenableFuture<ListJobsResponse> |
listJobs(ListJobsRequest request)
Lists jobs by filter.
|
com.google.common.util.concurrent.ListenableFuture<SearchJobsResponse> |
searchJobs(SearchJobsRequest request)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
|
com.google.common.util.concurrent.ListenableFuture<SearchJobsResponse> |
searchJobsForAlert(SearchJobsRequest request)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
|
com.google.common.util.concurrent.ListenableFuture<Job> |
updateJob(UpdateJobRequest request)
Updates specified job.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected JobServiceGrpc.JobServiceFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<JobServiceGrpc.JobServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<Job> createJob(CreateJobRequest request)
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
public com.google.common.util.concurrent.ListenableFuture<Operation> batchCreateJobs(BatchCreateJobsRequest request)
Begins executing a batch create jobs operation.
public com.google.common.util.concurrent.ListenableFuture<Job> getJob(GetJobRequest request)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
public com.google.common.util.concurrent.ListenableFuture<Job> updateJob(UpdateJobRequest request)
Updates specified job. Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
public com.google.common.util.concurrent.ListenableFuture<Operation> batchUpdateJobs(BatchUpdateJobsRequest request)
Begins executing a batch update jobs operation.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteJob(DeleteJobRequest request)
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
public com.google.common.util.concurrent.ListenableFuture<Empty> batchDeleteJobs(BatchDeleteJobsRequest request)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.
public com.google.common.util.concurrent.ListenableFuture<ListJobsResponse> listJobs(ListJobsRequest request)
Lists jobs by filter.
public com.google.common.util.concurrent.ListenableFuture<SearchJobsResponse> searchJobs(SearchJobsRequest request)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs present in the database, and only returns jobs that the caller has permission to search against.
public com.google.common.util.concurrent.ListenableFuture<SearchJobsResponse> searchJobsForAlert(SearchJobsRequest request)
Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.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), and has different algorithmic adjustments that are targeted to passive job seekers. This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs present in the database, and only returns jobs the caller has permission to search against.
Copyright © 2022 Google LLC. All rights reserved.