Show / Hide Table of Contents

Class QuotaServiceSettings

Settings for QuotaServiceClient instances.

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

Constructors

QuotaServiceSettings()

Constructs a new QuotaServiceSettings object with default settings.

Declaration
public QuotaServiceSettings()

Properties

ListQuotaGroupsSettings

CallSettings for synchronous and asynchronous calls to QuotaServiceClient.ListQuotaGroups and QuotaServiceClient.ListQuotaGroupsAsync.

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

A deep clone of this QuotaServiceSettings object.

GetDefault()

Get a new instance of the default QuotaServiceSettings.

Declaration
public static QuotaServiceSettings GetDefault()
Returns
Type Description
QuotaServiceSettings

A new instance of the default QuotaServiceSettings.

In this article
Back to top Generated by DocFX