Class RegistryClient.ListApisPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListApisRequest,ListApisResponse,Api,RegistryClient.ListApisPage>
-
- com.google.cloud.apigeeregistry.v1.RegistryClient.ListApisPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Api>
,com.google.api.gax.paging.Page<Api>
- Enclosing class:
- RegistryClient
public static class RegistryClient.ListApisPage extends com.google.api.gax.paging.AbstractPage<ListApisRequest,ListApisResponse,Api,RegistryClient.ListApisPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegistryClient.ListApisPage
createPage(com.google.api.gax.rpc.PageContext<ListApisRequest,ListApisResponse,Api> context, ListApisResponse response)
com.google.api.core.ApiFuture<RegistryClient.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 RegistryClient.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,RegistryClient.ListApisPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RegistryClient.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,RegistryClient.ListApisPage>
-
-