Show / Hide Table of Contents

Class AccountServicesServiceSettings

Settings for AccountServicesServiceClient instances.

Inheritance
object
ServiceSettingsBase
AccountServicesServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AccountServicesServiceSettings : ServiceSettingsBase

Constructors

AccountServicesServiceSettings()

Constructs a new AccountServicesServiceSettings object with default settings.

Declaration
public AccountServicesServiceSettings()

Properties

ApproveAccountServiceSettings

CallSettings for synchronous and asynchronous calls to AccountServicesServiceClient.ApproveAccountService and AccountServicesServiceClient.ApproveAccountServiceAsync.

Declaration
public CallSettings ApproveAccountServiceSettings { 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.

GetAccountServiceSettings

CallSettings for synchronous and asynchronous calls to AccountServicesServiceClient.GetAccountService and AccountServicesServiceClient.GetAccountServiceAsync.

Declaration
public CallSettings GetAccountServiceSettings { 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.

ListAccountServicesSettings

CallSettings for synchronous and asynchronous calls to AccountServicesServiceClient.ListAccountServices and AccountServicesServiceClient.ListAccountServicesAsync.

Declaration
public CallSettings ListAccountServicesSettings { 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.

ProposeAccountServiceSettings

CallSettings for synchronous and asynchronous calls to AccountServicesServiceClient.ProposeAccountService and AccountServicesServiceClient.ProposeAccountServiceAsync.

Declaration
public CallSettings ProposeAccountServiceSettings { 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.

RejectAccountServiceSettings

CallSettings for synchronous and asynchronous calls to AccountServicesServiceClient.RejectAccountService and AccountServicesServiceClient.RejectAccountServiceAsync.

Declaration
public CallSettings RejectAccountServiceSettings { 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 AccountServicesServiceSettings Clone()
Returns
Type Description
AccountServicesServiceSettings

A deep clone of this AccountServicesServiceSettings object.

GetDefault()

Get a new instance of the default AccountServicesServiceSettings.

Declaration
public static AccountServicesServiceSettings GetDefault()
Returns
Type Description
AccountServicesServiceSettings

A new instance of the default AccountServicesServiceSettings.

In this article
Back to top Generated by DocFX