Class CatalogServiceClient.ListCatalogsPage (2.43.0)

public static class CatalogServiceClient.ListCatalogsPage extends AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,CatalogServiceClient.ListCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.ListCatalogsPage

Methods

createPage(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)

protected CatalogServiceClient.ListCatalogsPage createPage(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
Parameters
NameDescription
contextPageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog>
responseListCatalogsResponse
Returns
TypeDescription
CatalogServiceClient.ListCatalogsPage
Overrides

createPageAsync(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)

public ApiFuture<CatalogServiceClient.ListCatalogsPage> createPageAsync(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog>
futureResponseApiFuture<ListCatalogsResponse>
Returns
TypeDescription
ApiFuture<ListCatalogsPage>
Overrides