Class RegistryClient.ListApiSpecsPage (0.43.0)

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
Name Description
context PageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec>
response ListApiSpecsResponse
Returns
Type Description
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
Name Description
context PageContext<ListApiSpecsRequest,ListApiSpecsResponse,ApiSpec>
futureResponse ApiFuture<ListApiSpecsResponse>
Returns
Type Description
ApiFuture<ListApiSpecsPage>
Overrides