Package com.google.api.apikeys.v2
Class ApiKeysClient.ListKeysPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListKeysRequest,ListKeysResponse,Key,ApiKeysClient.ListKeysPage>
-
- com.google.api.apikeys.v2.ApiKeysClient.ListKeysPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Key>
,com.google.api.gax.paging.Page<Key>
- Enclosing class:
- ApiKeysClient
public static class ApiKeysClient.ListKeysPage extends com.google.api.gax.paging.AbstractPage<ListKeysRequest,ListKeysResponse,Key,ApiKeysClient.ListKeysPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ApiKeysClient.ListKeysPage
createPage(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)
com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> 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 ApiKeysClient.ListKeysPage createPage(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListKeysRequest,ListKeysResponse,Key,ApiKeysClient.ListKeysPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListKeysRequest,ListKeysResponse,Key,ApiKeysClient.ListKeysPage>
-
-