Show / Hide Table of Contents

Class AutofeedSettingsServiceSettings

Settings for AutofeedSettingsServiceClient instances.

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

Constructors

AutofeedSettingsServiceSettings()

Constructs a new AutofeedSettingsServiceSettings object with default settings.

Declaration
public AutofeedSettingsServiceSettings()

Properties

GetAutofeedSettingsSettings

CallSettings for synchronous and asynchronous calls to AutofeedSettingsServiceClient.GetAutofeedSettings and AutofeedSettingsServiceClient.GetAutofeedSettingsAsync.

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

UpdateAutofeedSettingsSettings

CallSettings for synchronous and asynchronous calls to AutofeedSettingsServiceClient.UpdateAutofeedSettings and AutofeedSettingsServiceClient.UpdateAutofeedSettingsAsync.

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

A deep clone of this AutofeedSettingsServiceSettings object.

GetDefault()

Get a new instance of the default AutofeedSettingsServiceSettings.

Declaration
public static AutofeedSettingsServiceSettings GetDefault()
Returns
Type Description
AutofeedSettingsServiceSettings

A new instance of the default AutofeedSettingsServiceSettings.

In this article
Back to top Generated by DocFX