Class RegionalInventoryServiceSettings
Settings for RegionalInventoryServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Inventories.V1Beta
Assembly: Google.Shopping.Merchant.Inventories.V1Beta.dll
Syntax
public sealed class RegionalInventoryServiceSettings : ServiceSettingsBase
Constructors
RegionalInventoryServiceSettings()
Constructs a new RegionalInventoryServiceSettings object with default settings.
Declaration
public RegionalInventoryServiceSettings()
Properties
DeleteRegionalInventorySettings
CallSettings for synchronous and asynchronous calls to
RegionalInventoryServiceClient.DeleteRegionalInventory
and
RegionalInventoryServiceClient.DeleteRegionalInventoryAsync
.
Declaration
public CallSettings DeleteRegionalInventorySettings { 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.
InsertRegionalInventorySettings
CallSettings for synchronous and asynchronous calls to
RegionalInventoryServiceClient.InsertRegionalInventory
and
RegionalInventoryServiceClient.InsertRegionalInventoryAsync
.
Declaration
public CallSettings InsertRegionalInventorySettings { 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.
ListRegionalInventoriesSettings
CallSettings for synchronous and asynchronous calls to
RegionalInventoryServiceClient.ListRegionalInventories
and
RegionalInventoryServiceClient.ListRegionalInventoriesAsync
.
Declaration
public CallSettings ListRegionalInventoriesSettings { 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 RegionalInventoryServiceSettings Clone()
Returns
Type | Description |
---|---|
RegionalInventoryServiceSettings | A deep clone of this RegionalInventoryServiceSettings object. |
GetDefault()
Get a new instance of the default RegionalInventoryServiceSettings.
Declaration
public static RegionalInventoryServiceSettings GetDefault()
Returns
Type | Description |
---|---|
RegionalInventoryServiceSettings | A new instance of the default RegionalInventoryServiceSettings. |