Class JobServiceClient.SearchJobsForAlertPage (2.96.0)

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

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.SearchJobsForAlertPage

Methods

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

protected JobServiceClient.SearchJobsForAlertPage 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.SearchJobsForAlertPage
Overrides

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

public ApiFuture<JobServiceClient.SearchJobsForAlertPage> 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<SearchJobsForAlertPage>
Overrides