Class DeveloperRegistrationServiceSettings
Settings for DeveloperRegistrationServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class DeveloperRegistrationServiceSettings : ServiceSettingsBase
Constructors
DeveloperRegistrationServiceSettings()
Constructs a new DeveloperRegistrationServiceSettings object with default settings.
Declaration
public DeveloperRegistrationServiceSettings()
Properties
GetDeveloperRegistrationSettings
CallSettings for synchronous and asynchronous calls to
DeveloperRegistrationServiceClient.GetDeveloperRegistration and
DeveloperRegistrationServiceClient.GetDeveloperRegistrationAsync.
Declaration
public CallSettings GetDeveloperRegistrationSettings { 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.
RegisterGcpSettings
CallSettings for synchronous and asynchronous calls to
DeveloperRegistrationServiceClient.RegisterGcp and
DeveloperRegistrationServiceClient.RegisterGcpAsync.
Declaration
public CallSettings RegisterGcpSettings { 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.
UnregisterGcpSettings
CallSettings for synchronous and asynchronous calls to
DeveloperRegistrationServiceClient.UnregisterGcp and
DeveloperRegistrationServiceClient.UnregisterGcpAsync.
Declaration
public CallSettings UnregisterGcpSettings { 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 DeveloperRegistrationServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| DeveloperRegistrationServiceSettings | A deep clone of this DeveloperRegistrationServiceSettings object. |
GetDefault()
Get a new instance of the default DeveloperRegistrationServiceSettings.
Declaration
public static DeveloperRegistrationServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| DeveloperRegistrationServiceSettings | A new instance of the default DeveloperRegistrationServiceSettings. |