Uses of Class
com.google.cloud.recommendationengine.v1beta1.CatalogItemPathName
-
Packages that use CatalogItemPathName Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of CatalogItemPathName in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return CatalogItemPathName Modifier and Type Method Description CatalogItemPathNameCatalogItemPathName.Builder. build()static CatalogItemPathNameCatalogItemPathName. of(String project, String location, String catalog, String catalogItemPath)static CatalogItemPathNameCatalogItemPathName. parse(String formattedString)Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type CatalogItemPathName Modifier and Type Method Description static List<CatalogItemPathName>CatalogItemPathName. parseList(List<String> formattedStrings)Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type CatalogItemPathName Modifier and Type Method Description voidCatalogServiceClient. deleteCatalogItem(CatalogItemPathName name)Deletes a catalog item.CatalogItemCatalogServiceClient. getCatalogItem(CatalogItemPathName name)Gets a specific catalog item.CatalogItemCatalogServiceClient. updateCatalogItem(CatalogItemPathName name, CatalogItem catalogItem, com.google.protobuf.FieldMask updateMask)Updates a catalog item.Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type CatalogItemPathName Modifier and Type Method Description static List<String>CatalogItemPathName. toStringList(List<CatalogItemPathName> values)
-