Class CheckoutSettingsServiceSettings
Settings for CheckoutSettingsServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class CheckoutSettingsServiceSettings : ServiceSettingsBase
Constructors
CheckoutSettingsServiceSettings()
Constructs a new CheckoutSettingsServiceSettings object with default settings.
Declaration
public CheckoutSettingsServiceSettings()
Properties
CreateCheckoutSettingsSettings
CallSettings for synchronous and asynchronous calls to
CheckoutSettingsServiceClient.CreateCheckoutSettings
and
CheckoutSettingsServiceClient.CreateCheckoutSettingsAsync
.
Declaration
public CallSettings CreateCheckoutSettingsSettings { 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.
DeleteCheckoutSettingsSettings
CallSettings for synchronous and asynchronous calls to
CheckoutSettingsServiceClient.DeleteCheckoutSettings
and
CheckoutSettingsServiceClient.DeleteCheckoutSettingsAsync
.
Declaration
public CallSettings DeleteCheckoutSettingsSettings { 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.
GetCheckoutSettingsSettings
CallSettings for synchronous and asynchronous calls to
CheckoutSettingsServiceClient.GetCheckoutSettings
and
CheckoutSettingsServiceClient.GetCheckoutSettingsAsync
.
Declaration
public CallSettings GetCheckoutSettingsSettings { 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.
UpdateCheckoutSettingsSettings
CallSettings for synchronous and asynchronous calls to
CheckoutSettingsServiceClient.UpdateCheckoutSettings
and
CheckoutSettingsServiceClient.UpdateCheckoutSettingsAsync
.
Declaration
public CallSettings UpdateCheckoutSettingsSettings { 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 CheckoutSettingsServiceSettings Clone()
Returns
Type | Description |
---|---|
CheckoutSettingsServiceSettings | A deep clone of this CheckoutSettingsServiceSettings object. |
GetDefault()
Get a new instance of the default CheckoutSettingsServiceSettings.
Declaration
public static CheckoutSettingsServiceSettings GetDefault()
Returns
Type | Description |
---|---|
CheckoutSettingsServiceSettings | A new instance of the default CheckoutSettingsServiceSettings. |