Class JobServiceClient.ListJobsPage (2.2.9)

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
NameDescription
contextPageContext<ListJobsRequest,ListJobsResponse,Job>
responseListJobsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponseApiFuture<ListJobsResponse>
Returns
TypeDescription
ApiFuture<ListJobsPage>
Overrides