Show / Hide Table of Contents

Class OmnichannelSettingsService.OmnichannelSettingsServiceBase

Base class for server-side implementations of OmnichannelSettingsService

Inheritance
object
OmnichannelSettingsService.OmnichannelSettingsServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
[BindServiceMethod(typeof(OmnichannelSettingsService), "BindService")]
public abstract class OmnichannelSettingsService.OmnichannelSettingsServiceBase

Methods

CreateOmnichannelSetting(CreateOmnichannelSettingRequest, ServerCallContext)

Create the omnichannel settings for a given merchant.

Declaration
public virtual Task<OmnichannelSetting> CreateOmnichannelSetting(CreateOmnichannelSettingRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateOmnichannelSettingRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<OmnichannelSetting>

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

GetOmnichannelSetting(GetOmnichannelSettingRequest, ServerCallContext)

Get the omnichannel settings for a given merchant.

Declaration
public virtual Task<OmnichannelSetting> GetOmnichannelSetting(GetOmnichannelSettingRequest request, ServerCallContext context)
Parameters
Type Name Description
GetOmnichannelSettingRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<OmnichannelSetting>

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

ListOmnichannelSettings(ListOmnichannelSettingsRequest, ServerCallContext)

List all the omnichannel settings for a given merchant.

Declaration
public virtual Task<ListOmnichannelSettingsResponse> ListOmnichannelSettings(ListOmnichannelSettingsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListOmnichannelSettingsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListOmnichannelSettingsResponse>

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

RequestInventoryVerification(RequestInventoryVerificationRequest, ServerCallContext)

Requests inventory verification for a given merchant in a given country.

Declaration
public virtual Task<RequestInventoryVerificationResponse> RequestInventoryVerification(RequestInventoryVerificationRequest request, ServerCallContext context)
Parameters
Type Name Description
RequestInventoryVerificationRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<RequestInventoryVerificationResponse>

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

UpdateOmnichannelSetting(UpdateOmnichannelSettingRequest, ServerCallContext)

Update the omnichannel setting for a given merchant in a given country.

Declaration
public virtual Task<OmnichannelSetting> UpdateOmnichannelSetting(UpdateOmnichannelSettingRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateOmnichannelSettingRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<OmnichannelSetting>

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

In this article
Back to top Generated by DocFX