Show / Hide Table of Contents

Class GbpAccountsServiceSettings

Settings for GbpAccountsServiceClient instances.

Inheritance
object
ServiceSettingsBase
GbpAccountsServiceSettings
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 GbpAccountsServiceSettings : ServiceSettingsBase

Constructors

GbpAccountsServiceSettings()

Constructs a new GbpAccountsServiceSettings object with default settings.

Declaration
public GbpAccountsServiceSettings()

Properties

LinkGbpAccountSettings

CallSettings for synchronous and asynchronous calls to GbpAccountsServiceClient.LinkGbpAccount and GbpAccountsServiceClient.LinkGbpAccountAsync.

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

ListGbpAccountsSettings

CallSettings for synchronous and asynchronous calls to GbpAccountsServiceClient.ListGbpAccounts and GbpAccountsServiceClient.ListGbpAccountsAsync.

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

A deep clone of this GbpAccountsServiceSettings object.

GetDefault()

Get a new instance of the default GbpAccountsServiceSettings.

Declaration
public static GbpAccountsServiceSettings GetDefault()
Returns
Type Description
GbpAccountsServiceSettings

A new instance of the default GbpAccountsServiceSettings.

In this article
Back to top Generated by DocFX