Show / Hide Table of Contents

Class BusinessIdentityServiceSettings

Settings for BusinessIdentityServiceClient instances.

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

Constructors

BusinessIdentityServiceSettings()

Constructs a new BusinessIdentityServiceSettings object with default settings.

Declaration
public BusinessIdentityServiceSettings()

Properties

GetBusinessIdentitySettings

CallSettings for synchronous and asynchronous calls to BusinessIdentityServiceClient.GetBusinessIdentity and BusinessIdentityServiceClient.GetBusinessIdentityAsync.

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

UpdateBusinessIdentitySettings

CallSettings for synchronous and asynchronous calls to BusinessIdentityServiceClient.UpdateBusinessIdentity and BusinessIdentityServiceClient.UpdateBusinessIdentityAsync.

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

A deep clone of this BusinessIdentityServiceSettings object.

GetDefault()

Get a new instance of the default BusinessIdentityServiceSettings.

Declaration
public static BusinessIdentityServiceSettings GetDefault()
Returns
Type Description
BusinessIdentityServiceSettings

A new instance of the default BusinessIdentityServiceSettings.

In this article
Back to top Generated by DocFX