Show / Hide Table of Contents

Class LfpMerchantStateService.LfpMerchantStateServiceBase

Base class for server-side implementations of LfpMerchantStateService

Inheritance
object
LfpMerchantStateService.LfpMerchantStateServiceBase
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(LfpMerchantStateService), "BindService")]
public abstract class LfpMerchantStateService.LfpMerchantStateServiceBase

Methods

GetLfpMerchantState(GetLfpMerchantStateRequest, ServerCallContext)

Gets the LFP state of a merchant

Declaration
public virtual Task<LfpMerchantState> GetLfpMerchantState(GetLfpMerchantStateRequest request, ServerCallContext context)
Parameters
Type Name Description
GetLfpMerchantStateRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<LfpMerchantState>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX