Class AccountTaxServiceSettings
Settings for AccountTaxServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountTaxServiceSettings : ServiceSettingsBase
Constructors
AccountTaxServiceSettings()
Constructs a new AccountTaxServiceSettings object with default settings.
Declaration
public AccountTaxServiceSettings()
Properties
GetAccountTaxSettings
CallSettings for synchronous and asynchronous calls to
AccountTaxServiceClient.GetAccountTax
and AccountTaxServiceClient.GetAccountTaxAsync
.
Declaration
public CallSettings GetAccountTaxSettings { 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.
ListAccountTaxSettings
CallSettings for synchronous and asynchronous calls to
AccountTaxServiceClient.ListAccountTax
and AccountTaxServiceClient.ListAccountTaxAsync
.
Declaration
public CallSettings ListAccountTaxSettings { 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.
UpdateAccountTaxSettings
CallSettings for synchronous and asynchronous calls to
AccountTaxServiceClient.UpdateAccountTax
and AccountTaxServiceClient.UpdateAccountTaxAsync
.
Declaration
public CallSettings UpdateAccountTaxSettings { 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 AccountTaxServiceSettings Clone()
Returns
Type | Description |
---|---|
AccountTaxServiceSettings | A deep clone of this AccountTaxServiceSettings object. |
GetDefault()
Get a new instance of the default AccountTaxServiceSettings.
Declaration
public static AccountTaxServiceSettings GetDefault()
Returns
Type | Description |
---|---|
AccountTaxServiceSettings | A new instance of the default AccountTaxServiceSettings. |