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 CatalogItemPathName
CatalogItemPathName.Builder. build()
static CatalogItemPathName
CatalogItemPathName. of(String project, String location, String catalog, String catalogItemPath)
static CatalogItemPathName
CatalogItemPathName. 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 void
CatalogServiceClient. deleteCatalogItem(CatalogItemPathName name)
Deletes a catalog item.CatalogItem
CatalogServiceClient. getCatalogItem(CatalogItemPathName name)
Gets a specific catalog item.CatalogItem
CatalogServiceClient. 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)
-