Show / Hide Table of Contents

Class LfpMerchantStateServiceSettings

Settings for LfpMerchantStateServiceClient instances.

Inheritance
object
ServiceSettingsBase
LfpMerchantStateServiceSettings
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 LfpMerchantStateServiceSettings : ServiceSettingsBase

Constructors

LfpMerchantStateServiceSettings()

Constructs a new LfpMerchantStateServiceSettings object with default settings.

Declaration
public LfpMerchantStateServiceSettings()

Properties

GetLfpMerchantStateSettings

CallSettings for synchronous and asynchronous calls to LfpMerchantStateServiceClient.GetLfpMerchantState and LfpMerchantStateServiceClient.GetLfpMerchantStateAsync.

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

A deep clone of this LfpMerchantStateServiceSettings object.

GetDefault()

Get a new instance of the default LfpMerchantStateServiceSettings.

Declaration
public static LfpMerchantStateServiceSettings GetDefault()
Returns
Type Description
LfpMerchantStateServiceSettings

A new instance of the default LfpMerchantStateServiceSettings.

In this article
Back to top Generated by DocFX