Uses of Class
com.google.cloud.retail.v2.CatalogServiceClient.ListCatalogsPage
-
Packages that use CatalogServiceClient.ListCatalogsPage Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of CatalogServiceClient.ListCatalogsPage in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return CatalogServiceClient.ListCatalogsPage Modifier and Type Method Description protected CatalogServiceClient.ListCatalogsPage
CatalogServiceClient.ListCatalogsPage. createPage(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
Methods in com.google.cloud.retail.v2 that return types with arguments of type CatalogServiceClient.ListCatalogsPage Modifier and Type Method Description com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogsPage>
CatalogServiceClient.ListCatalogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
Method parameters in com.google.cloud.retail.v2 with type arguments of type CatalogServiceClient.ListCatalogsPage Modifier and Type Method Description protected CatalogServiceClient.ListCatalogsFixedSizeCollection
CatalogServiceClient.ListCatalogsFixedSizeCollection. createCollection(List<CatalogServiceClient.ListCatalogsPage> pages, int collectionSize)
-