Class RoutersClient.AggregatedListPage (1.105.0)

public static class RoutersClient.AggregatedListPage extends AbstractPage<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>,RoutersClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RoutersClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, @Nullable RouterAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListRoutersRequest,RouterAggregatedList,Map.Entry<String,RoutersScopedList>> context, ApiFuture<RouterAggregatedList> futureResponse)

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