Uses of Class
com.google.cloud.recommendationengine.v1beta1.CatalogServiceClient.ListCatalogItemsPagedResponse
-
Packages that use CatalogServiceClient.ListCatalogItemsPagedResponse Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of CatalogServiceClient.ListCatalogItemsPagedResponse in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return CatalogServiceClient.ListCatalogItemsPagedResponse Modifier and Type Method Description CatalogServiceClient.ListCatalogItemsPagedResponse
CatalogServiceClient. listCatalogItems(CatalogName parent, String filter)
Gets a list of catalog items.CatalogServiceClient.ListCatalogItemsPagedResponse
CatalogServiceClient. listCatalogItems(ListCatalogItemsRequest request)
Gets a list of catalog items.CatalogServiceClient.ListCatalogItemsPagedResponse
CatalogServiceClient. listCatalogItems(String parent, String filter)
Gets a list of catalog items.Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type CatalogServiceClient.ListCatalogItemsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogItemsPagedResponse>
CatalogServiceClient.ListCatalogItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem> context, com.google.api.core.ApiFuture<ListCatalogItemsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListCatalogItemsRequest,CatalogServiceClient.ListCatalogItemsPagedResponse>
CatalogServiceClient. listCatalogItemsPagedCallable()
Gets a list of catalog items.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogServiceClient.ListCatalogItemsPagedResponse>
CatalogServiceSettings.Builder. listCatalogItemsSettings()
Returns the builder for the settings used for calls to listCatalogItems.com.google.api.gax.rpc.PagedCallSettings<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogServiceClient.ListCatalogItemsPagedResponse>
CatalogServiceSettings. listCatalogItemsSettings()
Returns the object with the settings used for calls to listCatalogItems. -
Uses of CatalogServiceClient.ListCatalogItemsPagedResponse in com.google.cloud.recommendationengine.v1beta1.stub
-