Package com.google.cloud.apigateway.v1
Class ApiGatewayServiceClient.ListGatewaysPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListGatewaysRequest,ListGatewaysResponse,Gateway,ApiGatewayServiceClient.ListGatewaysPage>
-
- com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Gateway>
,com.google.api.gax.paging.Page<Gateway>
- Enclosing class:
- ApiGatewayServiceClient
public static class ApiGatewayServiceClient.ListGatewaysPage extends com.google.api.gax.paging.AbstractPage<ListGatewaysRequest,ListGatewaysResponse,Gateway,ApiGatewayServiceClient.ListGatewaysPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ApiGatewayServiceClient.ListGatewaysPage
createPage(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ListGatewaysResponse response)
com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListGatewaysPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, com.google.api.core.ApiFuture<ListGatewaysResponse> 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.ListGatewaysPage createPage(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ListGatewaysResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListGatewaysRequest,ListGatewaysResponse,Gateway,ApiGatewayServiceClient.ListGatewaysPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListGatewaysPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, com.google.api.core.ApiFuture<ListGatewaysResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListGatewaysRequest,ListGatewaysResponse,Gateway,ApiGatewayServiceClient.ListGatewaysPage>
-
-