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