Class ExternalVpnGatewaysClient.ListPage (1.105.0)

public static class ExternalVpnGatewaysClient.ListPage extends AbstractPage<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway,ExternalVpnGatewaysClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ExternalVpnGatewaysClient.ListPage

Methods

createPage(@Nullable PageContext<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway> context, @Nullable ExternalVpnGatewayList response)

protected ExternalVpnGatewaysClient.ListPage createPage(@Nullable PageContext<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway> context, @Nullable ExternalVpnGatewayList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.ExternalVpnGatewayList
Returns
Type Description
ExternalVpnGatewaysClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway> context, ApiFuture<ExternalVpnGatewayList> futureResponse)

public ApiFuture<ExternalVpnGatewaysClient.ListPage> createPageAsync(@Nullable PageContext<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway> context, ApiFuture<ExternalVpnGatewayList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExternalVpnGatewaysRequest,ExternalVpnGatewayList,ExternalVpnGateway>
futureResponse ApiFuture<ExternalVpnGatewayList>
Returns
Type Description
ApiFuture<ListPage>
Overrides