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