Send feedback
Class JobServiceGrpc.JobServiceFutureStub (2.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.43.0 keyboard_arrow_down
public static final class JobServiceGrpc . JobServiceFutureStub extends AbstractFutureStub<JobServiceGrpc . JobServiceFutureStub >
A stub to allow clients to do ListenableFuture-style rpc calls to service JobService.
A service handles job management, including job CRUD, enumeration and search.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
JobServiceGrpc.JobServiceFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
batchCreateJobs(BatchCreateJobsRequest request)
public ListenableFuture<Operation> batchCreateJobs ( BatchCreateJobsRequest request )
Begins executing a batch create jobs operation.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Operation >
batchDeleteJobs(BatchDeleteJobsRequest request)
public ListenableFuture<Empty> batchDeleteJobs ( BatchDeleteJobsRequest request )
Deletes a list of Job s by filter.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Empty >
batchUpdateJobs(BatchUpdateJobsRequest request)
public ListenableFuture<Operation> batchUpdateJobs ( BatchUpdateJobsRequest request )
Begins executing a batch update jobs operation.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Operation >
build(Channel channel, CallOptions callOptions)
protected JobServiceGrpc . JobServiceFutureStub build ( Channel channel , CallOptions callOptions )
Parameters
Name
Description
channel
io.grpc.Channel
callOptions
io.grpc.CallOptions
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createJob(CreateJobRequest request)
public 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.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Job >
deleteJob(DeleteJobRequest request)
public 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.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Empty >
getJob(GetJobRequest request)
public ListenableFuture<Job> getJob ( GetJobRequest request )
Retrieves the specified job, whose status is OPEN or recently EXPIRED
within the last 90 days.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Job >
listJobs(ListJobsRequest request)
public ListenableFuture<ListJobsResponse> listJobs ( ListJobsRequest request )
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <ListJobsResponse >
searchJobs(SearchJobsRequest request)
public ListenableFuture<SearchJobsResponse> searchJobs ( SearchJobsRequest request )
Searches for jobs using the provided
SearchJobsRequest .
This call constrains the
visibility of jobs present in
the database, and only returns jobs that the caller has permission to
search against.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <SearchJobsResponse >
searchJobsForAlert(SearchJobsRequest request)
public ListenableFuture<SearchJobsResponse> searchJobsForAlert ( SearchJobsRequest request )
Searches for jobs using the provided
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 of jobs present in
the database, and only returns jobs the caller has permission to search
against.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <SearchJobsResponse >
updateJob(UpdateJobRequest request)
public 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.
Returns
Type
Description
com.google.common.util.concurrent.ListenableFuture <Job >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]