Class HubServiceClient.ListGatewayAdvertisedRoutesPage (1.94.0)

public static class HubServiceClient.ListGatewayAdvertisedRoutesPage extends AbstractPage<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute,HubServiceClient.ListGatewayAdvertisedRoutesPage>

Inheritance

java.lang.Object > AbstractPage > HubServiceClient.ListGatewayAdvertisedRoutesPage

Methods

createPage(@Nullable PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute> context, @Nullable ListGatewayAdvertisedRoutesResponse response)

protected HubServiceClient.ListGatewayAdvertisedRoutesPage createPage(@Nullable PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute> context, @Nullable ListGatewayAdvertisedRoutesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute>
response @org.jspecify.annotations.Nullable com.google.cloud.networkconnectivity.v1beta.ListGatewayAdvertisedRoutesResponse
Returns
Type Description
HubServiceClient.ListGatewayAdvertisedRoutesPage
Overrides

createPageAsync(@Nullable PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute> context, ApiFuture<ListGatewayAdvertisedRoutesResponse> futureResponse)

public ApiFuture<HubServiceClient.ListGatewayAdvertisedRoutesPage> createPageAsync(@Nullable PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute> context, ApiFuture<ListGatewayAdvertisedRoutesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute>
futureResponse ApiFuture<ListGatewayAdvertisedRoutesResponse>
Returns
Type Description
ApiFuture<ListGatewayAdvertisedRoutesPage>
Overrides