Class VpnGatewaysClient.AggregatedListPage (1.105.0)

public static class VpnGatewaysClient.AggregatedListPage extends AbstractPage<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>,VpnGatewaysClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > VpnGatewaysClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, @Nullable VpnGatewayAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, ApiFuture<VpnGatewayAggregatedList> futureResponse)

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