Class CatalogServiceClient.ListCatalogItemsPage (0.25.0)

public static class CatalogServiceClient.ListCatalogItemsPage extends AbstractPage<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem,CatalogServiceClient.ListCatalogItemsPage>

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.ListCatalogItemsPage

Methods

createPage(PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ListCatalogItemsResponse response)

protected CatalogServiceClient.ListCatalogItemsPage createPage(PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ListCatalogItemsResponse response)
Parameters
NameDescription
contextPageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem>
responseListCatalogItemsResponse
Returns
TypeDescription
CatalogServiceClient.ListCatalogItemsPage
Overrides

createPageAsync(PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ApiFuture<ListCatalogItemsResponse> futureResponse)

public ApiFuture<CatalogServiceClient.ListCatalogItemsPage> createPageAsync(PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ApiFuture<ListCatalogItemsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem>
futureResponseApiFuture<ListCatalogItemsResponse>
Returns
TypeDescription
ApiFuture<ListCatalogItemsPage>
Overrides