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