Show / Hide Table of Contents

Class ShippingSettingsService.ShippingSettingsServiceBase

Base class for server-side implementations of ShippingSettingsService

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

Methods

GetShippingSettings(GetShippingSettingsRequest, ServerCallContext)

Retrieve shipping setting information.

Declaration
public virtual Task<ShippingSettings> GetShippingSettings(GetShippingSettingsRequest request, ServerCallContext context)
Parameters
Type Name Description
GetShippingSettingsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ShippingSettings>

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

InsertShippingSettings(InsertShippingSettingsRequest, ServerCallContext)

Replace the shipping setting of a business with the request shipping setting. Executing this method requires admin access.

Declaration
public virtual Task<ShippingSettings> InsertShippingSettings(InsertShippingSettingsRequest request, ServerCallContext context)
Parameters
Type Name Description
InsertShippingSettingsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ShippingSettings>

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

In this article
Back to top Generated by DocFX