Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ProductName |
ProductName.Builder.build() |
static ProductName |
ProductName.of(String project,
String location,
String product) |
static ProductName |
ProductName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProductName> |
ProductName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProductName.toStringList(List<ProductName> values) |
Copyright © 2022 Google LLC. All rights reserved.