Class UrlMapsClient.AggregatedListPage (1.51.0)

public static class UrlMapsClient.AggregatedListPage extends AbstractPage<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>,UrlMapsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > UrlMapsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, UrlMapsAggregatedList response)

protected UrlMapsClient.AggregatedListPage createPage(PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, UrlMapsAggregatedList response)
Parameters
NameDescription
contextPageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,java.util.Map.Entry<String,UrlMapsScopedList>>
responseUrlMapsAggregatedList
Returns
TypeDescription
UrlMapsClient.AggregatedListPage
Overrides

createPageAsync(PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, ApiFuture<UrlMapsAggregatedList> futureResponse)

public ApiFuture<UrlMapsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, ApiFuture<UrlMapsAggregatedList> futureResponse)
Parameters
NameDescription
contextPageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,java.util.Map.Entry<String,UrlMapsScopedList>>
futureResponseApiFuture<UrlMapsAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides