Class JobServiceClient.SearchJobsPage (2.96.0)

public static class JobServiceClient.SearchJobsPage extends AbstractPage<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob,JobServiceClient.SearchJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.SearchJobsPage

Methods

createPage(@Nullable PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, @Nullable SearchJobsResponse response)

protected JobServiceClient.SearchJobsPage createPage(@Nullable PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, @Nullable SearchJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,MatchingJob>
response @org.jspecify.annotations.Nullable com.google.cloud.talent.v4beta1.SearchJobsResponse
Returns
Type Description
JobServiceClient.SearchJobsPage
Overrides

createPageAsync(@Nullable PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, ApiFuture<SearchJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.SearchJobsPage> createPageAsync(@Nullable PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, ApiFuture<SearchJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,MatchingJob>
futureResponse ApiFuture<SearchJobsResponse>
Returns
Type Description
ApiFuture<SearchJobsPage>
Overrides