Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
ProductSetName |
ProductSetName.Builder.build() |
static ProductSetName |
ProductSetName.of(String project,
String location,
String productSet) |
static ProductSetName |
ProductSetName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProductSetName> |
ProductSetName.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(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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProductSetName.toStringList(List<ProductSetName> values) |
Copyright © 2022 Google LLC. All rights reserved.