Class HomepageServiceSettings
Settings for Homepage
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 Homepage
Declaration
public HomepageServiceSettings()
Properties
ClaimHomepageSettings
CallHomepageServiceClient.ClaimHomepage
and HomepageServiceClient.ClaimHomepageAsync
.
Declaration
public CallSettings ClaimHomepageSettings { 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.
GetHomepageSettings
CallHomepageServiceClient.GetHomepage
and HomepageServiceClient.GetHomepageAsync
.
Declaration
public CallSettings GetHomepageSettings { 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.
UnclaimHomepageSettings
CallHomepageServiceClient.UnclaimHomepage
and HomepageServiceClient.UnclaimHomepageAsync
.
Declaration
public CallSettings UnclaimHomepageSettings { 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.
UpdateHomepageSettings
CallHomepageServiceClient.UpdateHomepage
and HomepageServiceClient.UpdateHomepageAsync
.
Declaration
public CallSettings UpdateHomepageSettings { 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 HomepageServiceSettings Clone()
Returns
Type | Description |
---|---|
Homepage |
A deep clone of this Homepage |
GetDefault()
Get a new instance of the default Homepage
Declaration
public static HomepageServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Homepage |
A new instance of the default Homepage |