Class HubServiceClient.ListGatewayAdvertisedRoutesPage (1.87.0)

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

Inheritance

java.lang.Object > AbstractPage > HubServiceClient.ListGatewayAdvertisedRoutesPage

Methods

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

protected HubServiceClient.ListGatewayAdvertisedRoutesPage createPage(PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute> context, ListGatewayAdvertisedRoutesResponse response)
Parameters
Name Description
context PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute>
response ListGatewayAdvertisedRoutesResponse
Returns
Type Description
HubServiceClient.ListGatewayAdvertisedRoutesPage
Overrides

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

public ApiFuture<HubServiceClient.ListGatewayAdvertisedRoutesPage> createPageAsync(PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute> context, ApiFuture<ListGatewayAdvertisedRoutesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListGatewayAdvertisedRoutesRequest,ListGatewayAdvertisedRoutesResponse,GatewayAdvertisedRoute>
futureResponse ApiFuture<ListGatewayAdvertisedRoutesResponse>
Returns
Type Description
ApiFuture<ListGatewayAdvertisedRoutesPage>
Overrides