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