Class LfpMerchantStateService.LfpMerchantStateServiceBase
Base class for server-side implementations of LfpMerchantStateService
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.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). |