Class LfpStoreServiceSettings
Settings for LfpStoreServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
public sealed class LfpStoreServiceSettings : ServiceSettingsBase
Constructors
LfpStoreServiceSettings()
Constructs a new LfpStoreServiceSettings object with default settings.
Declaration
public LfpStoreServiceSettings()
Properties
DeleteLfpStoreSettings
CallSettings for synchronous and asynchronous calls to
LfpStoreServiceClient.DeleteLfpStore
and LfpStoreServiceClient.DeleteLfpStoreAsync
.
Declaration
public CallSettings DeleteLfpStoreSettings { 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.
GetLfpStoreSettings
CallSettings for synchronous and asynchronous calls to
LfpStoreServiceClient.GetLfpStore
and LfpStoreServiceClient.GetLfpStoreAsync
.
Declaration
public CallSettings GetLfpStoreSettings { 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.
InsertLfpStoreSettings
CallSettings for synchronous and asynchronous calls to
LfpStoreServiceClient.InsertLfpStore
and LfpStoreServiceClient.InsertLfpStoreAsync
.
Declaration
public CallSettings InsertLfpStoreSettings { 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.
ListLfpStoresSettings
CallSettings for synchronous and asynchronous calls to
LfpStoreServiceClient.ListLfpStores
and LfpStoreServiceClient.ListLfpStoresAsync
.
Declaration
public CallSettings ListLfpStoresSettings { 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 LfpStoreServiceSettings Clone()
Returns
Type | Description |
---|---|
LfpStoreServiceSettings | A deep clone of this LfpStoreServiceSettings object. |
GetDefault()
Get a new instance of the default LfpStoreServiceSettings.
Declaration
public static LfpStoreServiceSettings GetDefault()
Returns
Type | Description |
---|---|
LfpStoreServiceSettings | A new instance of the default LfpStoreServiceSettings. |