Class AggregateProductStatusesServiceSettings
Settings for AggregateProductStatusesServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class AggregateProductStatusesServiceSettings : ServiceSettingsBase
Constructors
AggregateProductStatusesServiceSettings()
Constructs a new AggregateProductStatusesServiceSettings object with default settings.
Declaration
public AggregateProductStatusesServiceSettings()
Properties
ListAggregateProductStatusesSettings
CallSettings for synchronous and asynchronous calls to
AggregateProductStatusesServiceClient.ListAggregateProductStatuses
and
AggregateProductStatusesServiceClient.ListAggregateProductStatusesAsync
.
Declaration
public CallSettings ListAggregateProductStatusesSettings { 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 AggregateProductStatusesServiceSettings Clone()
Returns
Type | Description |
---|---|
AggregateProductStatusesServiceSettings | A deep clone of this AggregateProductStatusesServiceSettings object. |
GetDefault()
Get a new instance of the default AggregateProductStatusesServiceSettings.
Declaration
public static AggregateProductStatusesServiceSettings GetDefault()
Returns
Type | Description |
---|---|
AggregateProductStatusesServiceSettings | A new instance of the default AggregateProductStatusesServiceSettings. |