Class SubnetworksClient.AggregatedListPage (1.105.0)

public static class SubnetworksClient.AggregatedListPage extends AbstractPage<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>,SubnetworksClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > SubnetworksClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, @Nullable SubnetworkAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, ApiFuture<SubnetworkAggregatedList> futureResponse)

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