Class VpnGatewaysClient.ListPage (1.105.0)

public static class VpnGatewaysClient.ListPage extends AbstractPage<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway,VpnGatewaysClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > VpnGatewaysClient.ListPage

Methods

createPage(@Nullable PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, @Nullable VpnGatewayList response)

protected VpnGatewaysClient.ListPage createPage(@Nullable PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, @Nullable VpnGatewayList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.VpnGatewayList
Returns
Type Description
VpnGatewaysClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, ApiFuture<VpnGatewayList> futureResponse)

public ApiFuture<VpnGatewaysClient.ListPage> createPageAsync(@Nullable PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, ApiFuture<VpnGatewayList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway>
futureResponse ApiFuture<VpnGatewayList>
Returns
Type Description
ApiFuture<ListPage>
Overrides