Class AccountLabelsServiceSettings
Settings for AccountLabelsServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class AccountLabelsServiceSettings : ServiceSettingsBase
Constructors
AccountLabelsServiceSettings()
Constructs a new AccountLabelsServiceSettings object with default settings.
Declaration
public AccountLabelsServiceSettings()
Properties
CreateAccountLabelSettings
CallSettings for synchronous and asynchronous calls to
AccountLabelsServiceClient.CreateAccountLabel and
AccountLabelsServiceClient.CreateAccountLabelAsync.
Declaration
public CallSettings CreateAccountLabelSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
DeleteAccountLabelSettings
CallSettings for synchronous and asynchronous calls to
AccountLabelsServiceClient.DeleteAccountLabel and
AccountLabelsServiceClient.DeleteAccountLabelAsync.
Declaration
public CallSettings DeleteAccountLabelSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
ListAccountLabelsSettings
CallSettings for synchronous and asynchronous calls to
AccountLabelsServiceClient.ListAccountLabels and AccountLabelsServiceClient.ListAccountLabelsAsync
.
Declaration
public CallSettings ListAccountLabelsSettings { 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.
UpdateAccountLabelSettings
CallSettings for synchronous and asynchronous calls to
AccountLabelsServiceClient.UpdateAccountLabel and
AccountLabelsServiceClient.UpdateAccountLabelAsync.
Declaration
public CallSettings UpdateAccountLabelSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public AccountLabelsServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| AccountLabelsServiceSettings | A deep clone of this AccountLabelsServiceSettings object. |
GetDefault()
Get a new instance of the default AccountLabelsServiceSettings.
Declaration
public static AccountLabelsServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| AccountLabelsServiceSettings | A new instance of the default AccountLabelsServiceSettings. |