Class TargetVpnGatewaysClient.AggregatedListPage (1.105.0)

public static class TargetVpnGatewaysClient.AggregatedListPage extends AbstractPage<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList,Map.Entry<String,TargetVpnGatewaysScopedList>,TargetVpnGatewaysClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > TargetVpnGatewaysClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList,Map.Entry<String,TargetVpnGatewaysScopedList>> context, @Nullable TargetVpnGatewayAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListTargetVpnGatewaysRequest,TargetVpnGatewayAggregatedList,Map.Entry<String,TargetVpnGatewaysScopedList>> context, ApiFuture<TargetVpnGatewayAggregatedList> futureResponse)

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