Uses of Class
com.google.cloud.vision.v1p3beta1.ProductName
-
Packages that use ProductName Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of ProductName in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return ProductName Modifier and Type Method Description ProductNameProductName.Builder. build()static ProductNameProductName. of(String project, String location, String product)static ProductNameProductName. parse(String formattedString)Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type ProductName Modifier and Type Method Description static List<ProductName>ProductName. parseList(List<String> formattedStrings)Methods in com.google.cloud.vision.v1p3beta1 with parameters of type ProductName Modifier and Type Method Description voidProductSearchClient. addProductToProductSet(ProductSetName name, ProductName product)Adds a Product to the specified ProductSet.voidProductSearchClient. addProductToProductSet(String name, ProductName product)Adds a Product to the specified ProductSet.ReferenceImageProductSearchClient. createReferenceImage(ProductName parent, ReferenceImage referenceImage, String referenceImageId)Creates and returns a new ReferenceImage resource.voidProductSearchClient. deleteProduct(ProductName name)Permanently deletes a product and its reference images.ProductProductSearchClient. getProduct(ProductName name)Gets information associated with a Product.ProductSearchClient.ListReferenceImagesPagedResponseProductSearchClient. listReferenceImages(ProductName parent)Lists reference images.voidProductSearchClient. removeProductFromProductSet(ProductSetName name, ProductName product)Removes a Product from the specified ProductSet.voidProductSearchClient. removeProductFromProductSet(String name, ProductName product)Removes a Product from the specified ProductSet.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type ProductName Modifier and Type Method Description static List<String>ProductName. toStringList(List<ProductName> values)
-