Package com.google.cloud.dataproc.v1
Class BatchControllerClient.ListBatchesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage>
-
- com.google.cloud.dataproc.v1.BatchControllerClient.ListBatchesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Batch>
,com.google.api.gax.paging.Page<Batch>
- Enclosing class:
- BatchControllerClient
public static class BatchControllerClient.ListBatchesPage extends com.google.api.gax.paging.AbstractPage<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchControllerClient.ListBatchesPage
createPage(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ListBatchesResponse response)
com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> 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 BatchControllerClient.ListBatchesPage createPage(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ListBatchesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage>
-
-