Class AccountRelationshipsServiceSettings
Settings for AccountRelationshipsServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AccountRelationshipsServiceSettings : ServiceSettingsBase
Constructors
AccountRelationshipsServiceSettings()
Constructs a new AccountRelationshipsServiceSettings object with default settings.
Declaration
public AccountRelationshipsServiceSettings()
Properties
GetAccountRelationshipSettings
CallSettings for synchronous and asynchronous calls to
AccountRelationshipsServiceClient.GetAccountRelationship
and
AccountRelationshipsServiceClient.GetAccountRelationshipAsync
.
Declaration
public CallSettings GetAccountRelationshipSettings { 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.
ListAccountRelationshipsSettings
CallSettings for synchronous and asynchronous calls to
AccountRelationshipsServiceClient.ListAccountRelationships
and
AccountRelationshipsServiceClient.ListAccountRelationshipsAsync
.
Declaration
public CallSettings ListAccountRelationshipsSettings { 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.
UpdateAccountRelationshipSettings
CallSettings for synchronous and asynchronous calls to
AccountRelationshipsServiceClient.UpdateAccountRelationship
and
AccountRelationshipsServiceClient.UpdateAccountRelationshipAsync
.
Declaration
public CallSettings UpdateAccountRelationshipSettings { 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 AccountRelationshipsServiceSettings Clone()
Returns
Type | Description |
---|---|
AccountRelationshipsServiceSettings | A deep clone of this AccountRelationshipsServiceSettings object. |
GetDefault()
Get a new instance of the default AccountRelationshipsServiceSettings.
Declaration
public static AccountRelationshipsServiceSettings GetDefault()
Returns
Type | Description |
---|---|
AccountRelationshipsServiceSettings | A new instance of the default AccountRelationshipsServiceSettings. |