Class JobServiceClient.ListJobsPage (2.43.0)

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

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListJobsPage

Methods

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

protected JobServiceClient.ListJobsPage createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
Parameters
Name Description
context PageContext<ListJobsRequest,ListJobsResponse,Job>
response ListJobsResponse
Returns
Type Description
JobServiceClient.ListJobsPage
Overrides

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

public ApiFuture<JobServiceClient.ListJobsPage> createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponse ApiFuture<ListJobsResponse>
Returns
Type Description
ApiFuture<ListJobsPage>
Overrides