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