Class PrivateCatalogClient.SearchCatalogsPage (0.46.0)

public static class PrivateCatalogClient.SearchCatalogsPage extends AbstractPage<SearchCatalogsRequest,SearchCatalogsResponse,Catalog,PrivateCatalogClient.SearchCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > PrivateCatalogClient.SearchCatalogsPage

Methods

createPage(PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, SearchCatalogsResponse response)

protected PrivateCatalogClient.SearchCatalogsPage createPage(PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, SearchCatalogsResponse response)
Parameters
Name Description
context PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog>
response SearchCatalogsResponse
Returns
Type Description
PrivateCatalogClient.SearchCatalogsPage
Overrides

createPageAsync(PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, ApiFuture<SearchCatalogsResponse> futureResponse)

public ApiFuture<PrivateCatalogClient.SearchCatalogsPage> createPageAsync(PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, ApiFuture<SearchCatalogsResponse> futureResponse)
Parameters
Name Description
context PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog>
futureResponse ApiFuture<SearchCatalogsResponse>
Returns
Type Description
ApiFuture<SearchCatalogsPage>
Overrides