Class RegistryClient.ListApiSpecsPage (0.3.1)

public static class RegistryClient.ListApiSpecsPage extends AbstractPage<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec,RegistryClient.ListApiSpecsPage>

Inheritance

java.lang.Object > AbstractPage > RegistryClient.ListApiSpecsPage

Methods

createPage(PageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec> context, ListApiSpecsResponse response)

protected RegistryClient.ListApiSpecsPage createPage(PageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec> context, ListApiSpecsResponse response)
Parameters
NameDescription
contextPageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec>
responseListApiSpecsResponse
Returns
TypeDescription
RegistryClient.ListApiSpecsPage
Overrides

createPageAsync(PageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec> context, ApiFuture<ListApiSpecsResponse> futureResponse)

public ApiFuture<RegistryClient.ListApiSpecsPage> createPageAsync(PageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec> context, ApiFuture<ListApiSpecsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec>
futureResponseApiFuture<ListApiSpecsResponse>
Returns
TypeDescription
ApiFuture<ListApiSpecsPage>
Overrides