Show / Hide Table of Contents

Class LfpProvidersServiceSettings

Settings for LfpProvidersServiceClient instances.

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

Constructors

LfpProvidersServiceSettings()

Constructs a new LfpProvidersServiceSettings object with default settings.

Declaration
public LfpProvidersServiceSettings()

Properties

FindLfpProvidersSettings

CallSettings for synchronous and asynchronous calls to LfpProvidersServiceClient.FindLfpProviders and LfpProvidersServiceClient.FindLfpProvidersAsync .

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

LinkLfpProviderSettings

CallSettings for synchronous and asynchronous calls to LfpProvidersServiceClient.LinkLfpProvider and LfpProvidersServiceClient.LinkLfpProviderAsync.

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

A deep clone of this LfpProvidersServiceSettings object.

GetDefault()

Get a new instance of the default LfpProvidersServiceSettings.

Declaration
public static LfpProvidersServiceSettings GetDefault()
Returns
Type Description
LfpProvidersServiceSettings

A new instance of the default LfpProvidersServiceSettings.

In this article
Back to top Generated by DocFX