Class ProductsServiceSettings
Settings for Products
Inherited Members
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ProductsServiceSettings : ServiceSettingsBase
Constructors
ProductsServiceSettings()
Constructs a new Products
Declaration
public ProductsServiceSettings()
Properties
GetProductSettings
CallProductsServiceClient.GetProduct
and ProductsServiceClient.GetProductAsync
.
Declaration
public CallSettings GetProductSettings { 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.
ListProductsSettings
CallProductsServiceClient.ListProducts
and ProductsServiceClient.ListProductsAsync
.
Declaration
public CallSettings ListProductsSettings { 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 ProductsServiceSettings Clone()
Returns
Type | Description |
---|---|
Products |
A deep clone of this Products |
GetDefault()
Get a new instance of the default Products
Declaration
public static ProductsServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Products |
A new instance of the default Products |