Show / Hide Table of Contents

Class OmnichannelSettingsServiceSettings

Settings for OmnichannelSettingsServiceClient instances.

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

Constructors

OmnichannelSettingsServiceSettings()

Constructs a new OmnichannelSettingsServiceSettings object with default settings.

Declaration
public OmnichannelSettingsServiceSettings()

Properties

CreateOmnichannelSettingSettings

CallSettings for synchronous and asynchronous calls to OmnichannelSettingsServiceClient.CreateOmnichannelSetting and OmnichannelSettingsServiceClient.CreateOmnichannelSettingAsync.

Declaration
public CallSettings CreateOmnichannelSettingSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

GetOmnichannelSettingSettings

CallSettings for synchronous and asynchronous calls to OmnichannelSettingsServiceClient.GetOmnichannelSetting and OmnichannelSettingsServiceClient.GetOmnichannelSettingAsync.

Declaration
public CallSettings GetOmnichannelSettingSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

ListOmnichannelSettingsSettings

CallSettings for synchronous and asynchronous calls to OmnichannelSettingsServiceClient.ListOmnichannelSettings and OmnichannelSettingsServiceClient.ListOmnichannelSettingsAsync.

Declaration
public CallSettings ListOmnichannelSettingsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

RequestInventoryVerificationSettings

CallSettings for synchronous and asynchronous calls to OmnichannelSettingsServiceClient.RequestInventoryVerification and OmnichannelSettingsServiceClient.RequestInventoryVerificationAsync.

Declaration
public CallSettings RequestInventoryVerificationSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

UpdateOmnichannelSettingSettings

CallSettings for synchronous and asynchronous calls to OmnichannelSettingsServiceClient.UpdateOmnichannelSetting and OmnichannelSettingsServiceClient.UpdateOmnichannelSettingAsync.

Declaration
public CallSettings UpdateOmnichannelSettingSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

Methods

Clone()

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

Declaration
public OmnichannelSettingsServiceSettings Clone()
Returns
Type Description
OmnichannelSettingsServiceSettings

A deep clone of this OmnichannelSettingsServiceSettings object.

GetDefault()

Get a new instance of the default OmnichannelSettingsServiceSettings.

Declaration
public static OmnichannelSettingsServiceSettings GetDefault()
Returns
Type Description
OmnichannelSettingsServiceSettings

A new instance of the default OmnichannelSettingsServiceSettings.

In this article
Back to top Generated by DocFX