Class UrlMapsClient.AggregatedListPage (1.105.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(@Nullable PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, @Nullable UrlMapsAggregatedList response)

protected UrlMapsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, @Nullable UrlMapsAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,java.util.Map.Entry<String,UrlMapsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.UrlMapsAggregatedList
Returns
Type Description
UrlMapsClient.AggregatedListPage
Overrides

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

public ApiFuture<UrlMapsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, ApiFuture<UrlMapsAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,java.util.Map.Entry<String,UrlMapsScopedList>>
futureResponse ApiFuture<UrlMapsAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides