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