Class LfpProvidersService.LfpProvidersServiceBase
Base class for server-side implementations of LfpProvidersService
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
[BindServiceMethod(typeof(LfpProvidersService), "BindService")]
public abstract class LfpProvidersService.LfpProvidersServiceBase
Methods
FindLfpProviders(FindLfpProvidersRequest, ServerCallContext)
Find the LFP provider candidates in a given country.
Declaration
public virtual Task<FindLfpProvidersResponse> FindLfpProviders(FindLfpProvidersRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
FindLfpProvidersRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<FindLfpProvidersResponse> | The response to send back to the client (wrapped by a task). |
LinkLfpProvider(LinkLfpProviderRequest, ServerCallContext)
Link the specified merchant to a LFP provider for the specified country.
Declaration
public virtual Task<LinkLfpProviderResponse> LinkLfpProvider(LinkLfpProviderRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
LinkLfpProviderRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<LinkLfpProviderResponse> | The response to send back to the client (wrapped by a task). |