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 ProductName
ProductName.Builder. build()
static ProductName
ProductName. of(String project, String location, String product)
static ProductName
ProductName. 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 void
ProductSearchClient. addProductToProductSet(ProductSetName name, ProductName product)
Adds a Product to the specified ProductSet.void
ProductSearchClient. addProductToProductSet(String name, ProductName product)
Adds a Product to the specified ProductSet.ReferenceImage
ProductSearchClient. createReferenceImage(ProductName parent, ReferenceImage referenceImage, String referenceImageId)
Creates and returns a new ReferenceImage resource.void
ProductSearchClient. deleteProduct(ProductName name)
Permanently deletes a product and its reference images.Product
ProductSearchClient. getProduct(ProductName name)
Gets information associated with a Product.ProductSearchClient.ListReferenceImagesPagedResponse
ProductSearchClient. listReferenceImages(ProductName parent)
Lists reference images.void
ProductSearchClient. removeProductFromProductSet(ProductSetName name, ProductName product)
Removes a Product from the specified ProductSet.void
ProductSearchClient. 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)
-