Class ApiGatewayServiceClient.ListApisPage (2.9.0)

public static class ApiGatewayServiceClient.ListApisPage extends AbstractPage<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage>

Inheritance

java.lang.Object > AbstractPage > ApiGatewayServiceClient.ListApisPage

Methods

createPage(PageContext<ListApisRequest,ListApisResponse,Api> context, ListApisResponse response)

protected ApiGatewayServiceClient.ListApisPage createPage(PageContext<ListApisRequest,ListApisResponse,Api> context, ListApisResponse response)
Parameters Returns Overrides

createPageAsync(PageContext<ListApisRequest,ListApisResponse,Api> context, ApiFuture<ListApisResponse> futureResponse)

public ApiFuture<ApiGatewayServiceClient.ListApisPage> createPageAsync(PageContext<ListApisRequest,ListApisResponse,Api> context, ApiFuture<ListApisResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListApisPage>
Overrides