Class BusinessInfoServiceSettings
Settings for BusinessInfoServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class BusinessInfoServiceSettings : ServiceSettingsBase
Constructors
BusinessInfoServiceSettings()
Constructs a new BusinessInfoServiceSettings object with default settings.
Declaration
public BusinessInfoServiceSettings()
Properties
GetBusinessInfoSettings
CallSettings for synchronous and asynchronous calls to
BusinessInfoServiceClient.GetBusinessInfo
and BusinessInfoServiceClient.GetBusinessInfoAsync
.
Declaration
public CallSettings GetBusinessInfoSettings { 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.
UpdateBusinessInfoSettings
CallSettings for synchronous and asynchronous calls to
BusinessInfoServiceClient.UpdateBusinessInfo
and BusinessInfoServiceClient.UpdateBusinessInfoAsync
.
Declaration
public CallSettings UpdateBusinessInfoSettings { 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 BusinessInfoServiceSettings Clone()
Returns
Type | Description |
---|---|
BusinessInfoServiceSettings | A deep clone of this BusinessInfoServiceSettings object. |
GetDefault()
Get a new instance of the default BusinessInfoServiceSettings.
Declaration
public static BusinessInfoServiceSettings GetDefault()
Returns
Type | Description |
---|---|
BusinessInfoServiceSettings | A new instance of the default BusinessInfoServiceSettings. |