com.google.api.gax.longrunning.OperationFuture<AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata> |
ProductServiceClient.addFulfillmentPlacesAsync(ProductName product) |
It is recommended to use the
[ProductService.AddLocalInventories][google.cloud.retail.v2.ProductService.AddLocalInventories]
method instead of
[ProductService.AddFulfillmentPlaces][google.cloud.retail.v2.ProductService.AddFulfillmentPlaces].
|
com.google.api.gax.longrunning.OperationFuture<AddLocalInventoriesResponse,AddLocalInventoriesMetadata> |
ProductServiceClient.addLocalInventoriesAsync(ProductName product) |
Updates local inventory information for a [Product][google.cloud.retail.v2.Product] at a list
of places, while respecting the last update timestamps of each inventory field.
|
void |
ProductServiceClient.deleteProduct(ProductName name) |
Deletes a [Product][google.cloud.retail.v2.Product].
|
Product |
ProductServiceClient.getProduct(ProductName name) |
Gets a [Product][google.cloud.retail.v2.Product].
|
com.google.api.gax.longrunning.OperationFuture<RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata> |
ProductServiceClient.removeFulfillmentPlacesAsync(ProductName product) |
It is recommended to use the
[ProductService.RemoveLocalInventories][google.cloud.retail.v2.ProductService.RemoveLocalInventories]
method instead of
[ProductService.RemoveFulfillmentPlaces][google.cloud.retail.v2.ProductService.RemoveFulfillmentPlaces].
|
com.google.api.gax.longrunning.OperationFuture<RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata> |
ProductServiceClient.removeLocalInventoriesAsync(ProductName product) |
Remove local inventory information for a [Product][google.cloud.retail.v2.Product] at a list of
places at a removal timestamp.
|