Class AccountIssueServiceSettings
Settings for AccountIssueServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountIssueServiceSettings : ServiceSettingsBase
Constructors
AccountIssueServiceSettings()
Constructs a new AccountIssueServiceSettings object with default settings.
Declaration
public AccountIssueServiceSettings()
Properties
ListAccountIssuesSettings
CallSettings for synchronous and asynchronous calls to
AccountIssueServiceClient.ListAccountIssues
and AccountIssueServiceClient.ListAccountIssuesAsync
.
Declaration
public CallSettings ListAccountIssuesSettings { 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 AccountIssueServiceSettings Clone()
Returns
Type | Description |
---|---|
AccountIssueServiceSettings | A deep clone of this AccountIssueServiceSettings object. |
GetDefault()
Get a new instance of the default AccountIssueServiceSettings.
Declaration
public static AccountIssueServiceSettings GetDefault()
Returns
Type | Description |
---|---|
AccountIssueServiceSettings | A new instance of the default AccountIssueServiceSettings. |