Class AccountsServiceSettings
Settings for Accounts
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountsServiceSettings : ServiceSettingsBase
Constructors
AccountsServiceSettings()
Constructs a new Accounts
Declaration
public AccountsServiceSettings()
Properties
CreateAndConfigureAccountSettings
CallAccountsServiceClient.CreateAndConfigureAccount
and
AccountsServiceClient.CreateAndConfigureAccountAsync
.
Declaration
public CallSettings CreateAndConfigureAccountSettings { 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.
DeleteAccountSettings
CallAccountsServiceClient.DeleteAccount
and AccountsServiceClient.DeleteAccountAsync
.
Declaration
public CallSettings DeleteAccountSettings { 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.
GetAccountSettings
CallAccountsServiceClient.GetAccount
and AccountsServiceClient.GetAccountAsync
.
Declaration
public CallSettings GetAccountSettings { 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.
ListAccountsSettings
CallAccountsServiceClient.ListAccounts
and AccountsServiceClient.ListAccountsAsync
.
Declaration
public CallSettings ListAccountsSettings { 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.
ListSubAccountsSettings
CallAccountsServiceClient.ListSubAccounts
and AccountsServiceClient.ListSubAccountsAsync
.
Declaration
public CallSettings ListSubAccountsSettings { 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.
UpdateAccountSettings
CallAccountsServiceClient.UpdateAccount
and AccountsServiceClient.UpdateAccountAsync
.
Declaration
public CallSettings UpdateAccountSettings { 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 AccountsServiceSettings Clone()
Returns
Type | Description |
---|---|
Accounts |
A deep clone of this Accounts |
GetDefault()
Get a new instance of the default Accounts
Declaration
public static AccountsServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Accounts |
A new instance of the default Accounts |