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