Class ProductServiceGrpc.ProductServiceBlockingStub (2.7.0)

public static final class ProductServiceGrpc.ProductServiceBlockingStub extends AbstractBlockingStub<ProductServiceGrpc.ProductServiceBlockingStub>

Service for ingesting Product information of the customer's website.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ProductServiceGrpc.ProductServiceBlockingStub

Methods

addFulfillmentPlaces(AddFulfillmentPlacesRequest request)

public Operation addFulfillmentPlaces(AddFulfillmentPlacesRequest request)

Incrementally adds place IDs to Product.fulfillment_info.place_ids. This process is asynchronous and does not require the Product to exist before updating fulfillment information. If the request is valid, the update will be enqueued and processed downstream. As a consequence, when a response is returned, the added place IDs are not immediately manifested in the Product queried by ProductService.GetProduct or ProductService.ListProducts. This feature is only available for users who have Retail Search enabled. Please enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request AddFulfillmentPlacesRequest
Returns
Type Description
Operation

addLocalInventories(AddLocalInventoriesRequest request)

public Operation addLocalInventories(AddLocalInventoriesRequest request)

Updates local inventory information for a Product at a list of places, while respecting the last update timestamps of each inventory field. This process is asynchronous and does not require the Product to exist before updating inventory information. If the request is valid, the update will be enqueued and processed downstream. As a consequence, when a response is returned, updates are not immediately manifested in the Product queried by ProductService.GetProduct or ProductService.ListProducts. Local inventory information can only be modified using this method. ProductService.CreateProduct and ProductService.UpdateProduct has no effect on local inventories. This feature is only available for users who have Retail Search enabled. Please enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request AddLocalInventoriesRequest
Returns
Type Description
Operation

build(Channel channel, CallOptions callOptions)

protected ProductServiceGrpc.ProductServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ProductServiceGrpc.ProductServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createProduct(CreateProductRequest request)

public Product createProduct(CreateProductRequest request)

Creates a Product.

Parameter
Name Description
request CreateProductRequest
Returns
Type Description
Product

deleteProduct(DeleteProductRequest request)

public Empty deleteProduct(DeleteProductRequest request)

Deletes a Product.

Parameter
Name Description
request DeleteProductRequest
Returns
Type Description
Empty

getProduct(GetProductRequest request)

public Product getProduct(GetProductRequest request)

Gets a Product.

Parameter
Name Description
request GetProductRequest
Returns
Type Description
Product

importProducts(ImportProductsRequest request)

public Operation importProducts(ImportProductsRequest request)

Bulk import of multiple Products. Request processing may be synchronous. Non-existing items are created. Note that it is possible for a subset of the Products to be successfully updated.

Parameter
Name Description
request ImportProductsRequest
Returns
Type Description
Operation

listProducts(ListProductsRequest request)

public ListProductsResponse listProducts(ListProductsRequest request)

Gets a list of Products.

Parameter
Name Description
request ListProductsRequest
Returns
Type Description
ListProductsResponse

purgeProducts(PurgeProductsRequest request)

public Operation purgeProducts(PurgeProductsRequest request)

Permanently deletes all selected Products under a branch. This process is asynchronous. If the request is valid, the removal will be enqueued and processed offline. Depending on the number of Products, this operation could take hours to complete. Before the operation completes, some Products may still be returned by ProductService.GetProduct or ProductService.ListProducts. Depending on the number of Products, this operation could take hours to complete. To get a sample of Products that would be deleted, set PurgeProductsRequest.force to false.

Parameter
Name Description
request PurgeProductsRequest
Returns
Type Description
Operation

removeFulfillmentPlaces(RemoveFulfillmentPlacesRequest request)

public Operation removeFulfillmentPlaces(RemoveFulfillmentPlacesRequest request)

Incrementally removes place IDs from a Product.fulfillment_info.place_ids. This process is asynchronous and does not require the Product to exist before updating fulfillment information. If the request is valid, the update will be enqueued and processed downstream. As a consequence, when a response is returned, the removed place IDs are not immediately manifested in the Product queried by ProductService.GetProduct or ProductService.ListProducts. This feature is only available for users who have Retail Search enabled. Please enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request RemoveFulfillmentPlacesRequest
Returns
Type Description
Operation

removeLocalInventories(RemoveLocalInventoriesRequest request)

public Operation removeLocalInventories(RemoveLocalInventoriesRequest request)

Remove local inventory information for a Product at a list of places at a removal timestamp. This process is asynchronous. If the request is valid, the removal will be enqueued and processed downstream. As a consequence, when a response is returned, removals are not immediately manifested in the Product queried by ProductService.GetProduct or ProductService.ListProducts. Local inventory information can only be removed using this method. ProductService.CreateProduct and ProductService.UpdateProduct has no effect on local inventories. This feature is only available for users who have Retail Search enabled. Please enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request RemoveLocalInventoriesRequest
Returns
Type Description
Operation

setInventory(SetInventoryRequest request)

public Operation setInventory(SetInventoryRequest request)

Updates inventory information for a Product while respecting the last update timestamps of each inventory field. This process is asynchronous and does not require the Product to exist before updating fulfillment information. If the request is valid, the update will be enqueued and processed downstream. As a consequence, when a response is returned, updates are not immediately manifested in the Product queried by ProductService.GetProduct or ProductService.ListProducts. When inventory is updated with ProductService.CreateProduct and ProductService.UpdateProduct, the specified inventory field value(s) will overwrite any existing value(s) while ignoring the last update time for this field. Furthermore, the last update time for the specified inventory fields will be overwritten to the time of the ProductService.CreateProduct or ProductService.UpdateProduct request. If no inventory fields are set in CreateProductRequest.product, then any pre-existing inventory information for this product will be used. If no inventory fields are set in SetInventoryRequest.set_mask, then any existing inventory information will be preserved. Pre-existing inventory information can only be updated with ProductService.SetInventory, ProductService.AddFulfillmentPlaces, and ProductService.RemoveFulfillmentPlaces. This feature is only available for users who have Retail Search enabled. Please enable Retail Search on Cloud Console before using this feature.

Parameter
Name Description
request SetInventoryRequest
Returns
Type Description
Operation

updateProduct(UpdateProductRequest request)

public Product updateProduct(UpdateProductRequest request)

Updates a Product.

Parameter
Name Description
request UpdateProductRequest
Returns
Type Description
Product