Show / Hide Table of Contents

Class LfpInventoryServiceSettings

Settings for LfpInventoryServiceClient instances.

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

Constructors

LfpInventoryServiceSettings()

Constructs a new LfpInventoryServiceSettings object with default settings.

Declaration
public LfpInventoryServiceSettings()

Properties

InsertLfpInventorySettings

CallSettings for synchronous and asynchronous calls to LfpInventoryServiceClient.InsertLfpInventory and LfpInventoryServiceClient.InsertLfpInventoryAsync .

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

A deep clone of this LfpInventoryServiceSettings object.

GetDefault()

Get a new instance of the default LfpInventoryServiceSettings.

Declaration
public static LfpInventoryServiceSettings GetDefault()
Returns
Type Description
LfpInventoryServiceSettings

A new instance of the default LfpInventoryServiceSettings.

In this article
Back to top Generated by DocFX