Package com.google.cloud.batch.v1alpha
Class BatchServiceClient.ListJobsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListJobsRequest,ListJobsResponse,Job,BatchServiceClient.ListJobsPage>
-
- com.google.cloud.batch.v1alpha.BatchServiceClient.ListJobsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Job>
,com.google.api.gax.paging.Page<Job>
- Enclosing class:
- BatchServiceClient
public static class BatchServiceClient.ListJobsPage extends com.google.api.gax.paging.AbstractPage<ListJobsRequest,ListJobsResponse,Job,BatchServiceClient.ListJobsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchServiceClient.ListJobsPage
createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected BatchServiceClient.ListJobsPage createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListJobsRequest,ListJobsResponse,Job,BatchServiceClient.ListJobsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListJobsRequest,ListJobsResponse,Job,BatchServiceClient.ListJobsPage>
-
-