Class LocalInventoryServiceSettings
Settings for Local
Inherited Members
Namespace: Google.Shopping.Merchant.Inventories.V1Beta
Assembly: Google.Shopping.Merchant.Inventories.V1Beta.dll
Syntax
public sealed class LocalInventoryServiceSettings : ServiceSettingsBase
Constructors
LocalInventoryServiceSettings()
Constructs a new Local
Declaration
public LocalInventoryServiceSettings()
Properties
DeleteLocalInventorySettings
CallLocalInventoryServiceClient.DeleteLocalInventory
and
LocalInventoryServiceClient.DeleteLocalInventoryAsync
.
Declaration
public CallSettings DeleteLocalInventorySettings { 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.
InsertLocalInventorySettings
CallLocalInventoryServiceClient.InsertLocalInventory
and
LocalInventoryServiceClient.InsertLocalInventoryAsync
.
Declaration
public CallSettings InsertLocalInventorySettings { 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.
ListLocalInventoriesSettings
CallLocalInventoryServiceClient.ListLocalInventories
and
LocalInventoryServiceClient.ListLocalInventoriesAsync
.
Declaration
public CallSettings ListLocalInventoriesSettings { 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 LocalInventoryServiceSettings Clone()
Returns
Type | Description |
---|---|
Local |
A deep clone of this Local |
GetDefault()
Get a new instance of the default Local
Declaration
public static LocalInventoryServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Local |
A new instance of the default Local |