Uses of Class
com.google.cloud.recommendationengine.v1beta1.CatalogServiceClient.ListCatalogItemsPage
-
Packages that use CatalogServiceClient.ListCatalogItemsPage Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of CatalogServiceClient.ListCatalogItemsPage in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return CatalogServiceClient.ListCatalogItemsPage Modifier and Type Method Description protected CatalogServiceClient.ListCatalogItemsPage
CatalogServiceClient.ListCatalogItemsPage. createPage(com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, ListCatalogItemsResponse response)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type CatalogServiceClient.ListCatalogItemsPage Modifier and Type Method Description com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogItemsPage>
CatalogServiceClient.ListCatalogItemsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, com.google.api.core.ApiFuture<ListCatalogItemsResponse> futureResponse)
Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type CatalogServiceClient.ListCatalogItemsPage Modifier and Type Method Description protected CatalogServiceClient.ListCatalogItemsFixedSizeCollection
CatalogServiceClient.ListCatalogItemsFixedSizeCollection. createCollection(List<CatalogServiceClient.ListCatalogItemsPage> pages, int collectionSize)
-