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