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