Class HomepageServiceSettings
Settings for HomepageServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class HomepageServiceSettings : ServiceSettingsBase
Constructors
HomepageServiceSettings()
Constructs a new HomepageServiceSettings object with default settings.
Declaration
public HomepageServiceSettings()
Properties
ClaimHomepageSettings
CallSettings for synchronous and asynchronous calls to
HomepageServiceClient.ClaimHomepage and HomepageServiceClient.ClaimHomepageAsync.
Declaration
public CallSettings ClaimHomepageSettings { 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.
GetHomepageSettings
CallSettings for synchronous and asynchronous calls to
HomepageServiceClient.GetHomepage and HomepageServiceClient.GetHomepageAsync.
Declaration
public CallSettings GetHomepageSettings { 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.
UnclaimHomepageSettings
CallSettings for synchronous and asynchronous calls to
HomepageServiceClient.UnclaimHomepage and HomepageServiceClient.UnclaimHomepageAsync.
Declaration
public CallSettings UnclaimHomepageSettings { 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.
UpdateHomepageSettings
CallSettings for synchronous and asynchronous calls to
HomepageServiceClient.UpdateHomepage and HomepageServiceClient.UpdateHomepageAsync.
Declaration
public CallSettings UpdateHomepageSettings { 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 HomepageServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| HomepageServiceSettings | A deep clone of this HomepageServiceSettings object. |
GetDefault()
Get a new instance of the default HomepageServiceSettings.
Declaration
public static HomepageServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| HomepageServiceSettings | A new instance of the default HomepageServiceSettings. |