Class JobServiceClient.ListJobsPage (2.96.0)

public static class JobServiceClient.ListJobsPage extends AbstractPage<ListJobsRequest,ListJobsResponse,Job,JobServiceClient.ListJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListJobsPage

Methods

createPage(@Nullable PageContext<ListJobsRequest,ListJobsResponse,Job> context, @Nullable ListJobsResponse response)

protected JobServiceClient.ListJobsPage createPage(@Nullable PageContext<ListJobsRequest,ListJobsResponse,Job> context, @Nullable ListJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job>
response @org.jspecify.annotations.Nullable com.google.cloud.talent.v4beta1.ListJobsResponse
Returns
Type Description
JobServiceClient.ListJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListJobsPage> createPageAsync(@Nullable PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponse ApiFuture<ListJobsResponse>
Returns
Type Description
ApiFuture<ListJobsPage>
Overrides