Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
LocationName |
LocationName.Builder.build() |
static LocationName |
LocationName.of(String project,
String location) |
static LocationName |
LocationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<LocationName> |
LocationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Product |
ProductSearchClient.createProduct(LocationName parent,
Product product,
String productId)
Creates and returns a new product resource.
|
ProductSet |
ProductSearchClient.createProductSet(LocationName parent,
ProductSet productSet,
String productSetId)
Creates and returns a new ProductSet resource.
|
OperationFuture<ImportProductSetsResponse,BatchOperationMetadata> |
ProductSearchClient.importProductSetsAsync(LocationName parent,
ImportProductSetsInputConfig inputConfig)
Asynchronous API that imports a list of reference images to specified product sets based on a
list of image information.
|
ProductSearchClient.ListProductsPagedResponse |
ProductSearchClient.listProducts(LocationName parent)
Lists products in an unspecified order.
|
ProductSearchClient.ListProductSetsPagedResponse |
ProductSearchClient.listProductSets(LocationName parent)
Lists ProductSets in an unspecified order.
|
OperationFuture<Empty,BatchOperationMetadata> |
ProductSearchClient.purgeProductsAsync(LocationName parent)
Asynchronous API to delete all Products in a ProductSet or all Products that are in no
ProductSet.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
LocationName.toStringList(List<LocationName> values) |
Copyright © 2022 Google LLC. All rights reserved.