Class VpnTunnelsClient.AggregatedListPage (1.105.0)

public static class VpnTunnelsClient.AggregatedListPage extends AbstractPage<AggregatedListVpnTunnelsRequest,VpnTunnelAggregatedList,Map.Entry<String,VpnTunnelsScopedList>,VpnTunnelsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > VpnTunnelsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListVpnTunnelsRequest,VpnTunnelAggregatedList,Map.Entry<String,VpnTunnelsScopedList>> context, @Nullable VpnTunnelAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListVpnTunnelsRequest,VpnTunnelAggregatedList,Map.Entry<String,VpnTunnelsScopedList>> context, ApiFuture<VpnTunnelAggregatedList> futureResponse)

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