Show / Hide Table of Contents

Class LfpInventoryService.LfpInventoryServiceBase

Base class for server-side implementations of LfpInventoryService

Inheritance
object
LfpInventoryService.LfpInventoryServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.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).

In this article
Back to top Generated by DocFX