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.
|
com.google.api.gax.longrunning.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.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,BatchOperationMetadata> |
ProductSearchClient.purgeProductsAsync(LocationName parent) |
Asynchronous API to delete all Products in a ProductSet or all Products that are in no
ProductSet.
|