Show / Hide Table of Contents

Class RegionalInventoryServiceSettings

Settings for RegionalInventoryServiceClient instances.

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

Constructors

RegionalInventoryServiceSettings()

Constructs a new RegionalInventoryServiceSettings object with default settings.

Declaration
public RegionalInventoryServiceSettings()

Properties

DeleteRegionalInventorySettings

CallSettings for synchronous and asynchronous calls to RegionalInventoryServiceClient.DeleteRegionalInventory and RegionalInventoryServiceClient.DeleteRegionalInventoryAsync.

Declaration
public CallSettings DeleteRegionalInventorySettings { 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.

InsertRegionalInventorySettings

CallSettings for synchronous and asynchronous calls to RegionalInventoryServiceClient.InsertRegionalInventory and RegionalInventoryServiceClient.InsertRegionalInventoryAsync.

Declaration
public CallSettings InsertRegionalInventorySettings { 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.

ListRegionalInventoriesSettings

CallSettings for synchronous and asynchronous calls to RegionalInventoryServiceClient.ListRegionalInventories and RegionalInventoryServiceClient.ListRegionalInventoriesAsync.

Declaration
public CallSettings ListRegionalInventoriesSettings { 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 RegionalInventoryServiceSettings Clone()
Returns
Type Description
RegionalInventoryServiceSettings

A deep clone of this RegionalInventoryServiceSettings object.

GetDefault()

Get a new instance of the default RegionalInventoryServiceSettings.

Declaration
public static RegionalInventoryServiceSettings GetDefault()
Returns
Type Description
RegionalInventoryServiceSettings

A new instance of the default RegionalInventoryServiceSettings.

In this article
Back to top Generated by DocFX