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