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