Class BatchServiceClient.ListJobsPage (0.42.0)

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

Inheritance

java.lang.Object > AbstractPage > BatchServiceClient.ListJobsPage

Methods

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

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

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

public ApiFuture<BatchServiceClient.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