Class CatalogServiceClient.ListCatalogItemsPage (0.49.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
Name Description
context PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem>
response ListCatalogItemsResponse
Returns
Type Description
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
Name Description
context PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem>
futureResponse ApiFuture<ListCatalogItemsResponse>
Returns
Type Description
ApiFuture<ListCatalogItemsPage>
Overrides