Class QuotaServiceSettings
Settings for QuotaServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Quota.V1Beta
Assembly: Google.Shopping.Merchant.Quota.V1Beta.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. |