Class QuotaServiceSettings
Settings for Quota
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 Quota
Declaration
public QuotaServiceSettings()
Properties
ListQuotaGroupsSettings
CallQuotaServiceClient.ListQuotaGroups
and QuotaServiceClient.ListQuotaGroupsAsync
.
Declaration
public CallSettings ListQuotaGroupsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 |
---|---|
Quota |
A deep clone of this Quota |
GetDefault()
Get a new instance of the default Quota
Declaration
public static QuotaServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Quota |
A new instance of the default Quota |