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