Show / Hide Table of Contents

Class ShippingSettingsServiceSettings

Settings for ShippingSettingsServiceClient instances.

Inheritance
object
ServiceSettingsBase
ShippingSettingsServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ShippingSettingsServiceSettings : ServiceSettingsBase

Constructors

ShippingSettingsServiceSettings()

Constructs a new ShippingSettingsServiceSettings object with default settings.

Declaration
public ShippingSettingsServiceSettings()

Properties

GetShippingSettingsSettings

CallSettings for synchronous and asynchronous calls to ShippingSettingsServiceClient.GetShippingSettings and ShippingSettingsServiceClient.GetShippingSettingsAsync.

Declaration
public CallSettings GetShippingSettingsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

InsertShippingSettingsSettings

CallSettings for synchronous and asynchronous calls to ShippingSettingsServiceClient.InsertShippingSettings and ShippingSettingsServiceClient.InsertShippingSettingsAsync.

Declaration
public CallSettings InsertShippingSettingsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

Creates a deep clone of this object, with all the same property values.

Declaration
public ShippingSettingsServiceSettings Clone()
Returns
Type Description
ShippingSettingsServiceSettings

A deep clone of this ShippingSettingsServiceSettings object.

GetDefault()

Get a new instance of the default ShippingSettingsServiceSettings.

Declaration
public static ShippingSettingsServiceSettings GetDefault()
Returns
Type Description
ShippingSettingsServiceSettings

A new instance of the default ShippingSettingsServiceSettings.

In this article
Back to top Generated by DocFX