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