Package com.google.cloud.apigateway.v1
Class ApiGatewayServiceClient.ListApisPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage>
-
- com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApisPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Api>
,com.google.api.gax.paging.Page<Api>
- Enclosing class:
- ApiGatewayServiceClient
public static class ApiGatewayServiceClient.ListApisPage extends com.google.api.gax.paging.AbstractPage<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ApiGatewayServiceClient.ListApisPage
createPage(com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api> context, ListApisResponse response)
com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListApisPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api> context, com.google.api.core.ApiFuture<ListApisResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ApiGatewayServiceClient.ListApisPage createPage(com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api> context, ListApisResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListApisPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api> context, com.google.api.core.ApiFuture<ListApisResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage>
-
-