Class LfpInventoryService.LfpInventoryServiceBase
Base class for server-side implementations of LfpInventoryService
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
[BindServiceMethod(typeof(LfpInventoryService), "BindService")]
public abstract class LfpInventoryService.LfpInventoryServiceBase
Methods
InsertLfpInventory(InsertLfpInventoryRequest, ServerCallContext)
Inserts a LfpInventory
resource for the given target merchant account. If
the resource already exists, it will be replaced. The inventory
automatically expires after 30 days.
Declaration
public virtual Task<LfpInventory> InsertLfpInventory(InsertLfpInventoryRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
InsertLfpInventoryRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<LfpInventory> | The response to send back to the client (wrapped by a task). |