Uses of Class
com.google.cloud.retail.v2alpha.CatalogServiceClient.ListCatalogsPage
-
Packages that use CatalogServiceClient.ListCatalogsPage Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of CatalogServiceClient.ListCatalogsPage in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha 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.v2alpha 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.v2alpha with type arguments of type CatalogServiceClient.ListCatalogsPage Modifier and Type Method Description protected CatalogServiceClient.ListCatalogsFixedSizeCollection
CatalogServiceClient.ListCatalogsFixedSizeCollection. createCollection(List<CatalogServiceClient.ListCatalogsPage> pages, int collectionSize)
-