Uses of Class
com.google.cloud.vision.v1.ProductSetName
-
Packages that use ProductSetName Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of ProductSetName in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return ProductSetName Modifier and Type Method Description ProductSetName
ProductSetName.Builder. build()
static ProductSetName
ProductSetName. of(String project, String location, String productSet)
static ProductSetName
ProductSetName. parse(String formattedString)
Methods in com.google.cloud.vision.v1 that return types with arguments of type ProductSetName Modifier and Type Method Description static List<ProductSetName>
ProductSetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vision.v1 with parameters of type ProductSetName Modifier and Type Method Description void
ProductSearchClient. addProductToProductSet(ProductSetName name, ProductName product)
Adds a Product to the specified ProductSet.void
ProductSearchClient. addProductToProductSet(ProductSetName name, String product)
Adds a Product to the specified ProductSet.void
ProductSearchClient. deleteProductSet(ProductSetName name)
Permanently deletes a ProductSet.ProductSet
ProductSearchClient. getProductSet(ProductSetName name)
Gets information associated with a ProductSet.ProductSearchClient.ListProductsInProductSetPagedResponse
ProductSearchClient. listProductsInProductSet(ProductSetName name)
Lists the Products in a ProductSet, in an unspecified order.void
ProductSearchClient. removeProductFromProductSet(ProductSetName name, ProductName product)
Removes a Product from the specified ProductSet.void
ProductSearchClient. removeProductFromProductSet(ProductSetName name, String product)
Removes a Product from the specified ProductSet.Method parameters in com.google.cloud.vision.v1 with type arguments of type ProductSetName Modifier and Type Method Description static List<String>
ProductSetName. toStringList(List<ProductSetName> values)
-