Show / Hide Table of Contents

Class TermsOfServiceAgreementStateServiceSettings

Settings for TermsOfServiceAgreementStateServiceClient instances.

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

Constructors

TermsOfServiceAgreementStateServiceSettings()

Constructs a new TermsOfServiceAgreementStateServiceSettings object with default settings.

Declaration
public TermsOfServiceAgreementStateServiceSettings()

Properties

GetTermsOfServiceAgreementStateSettings

CallSettings for synchronous and asynchronous calls to TermsOfServiceAgreementStateServiceClient.GetTermsOfServiceAgreementState and TermsOfServiceAgreementStateServiceClient.GetTermsOfServiceAgreementStateAsync.

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

RetrieveForApplicationTermsOfServiceAgreementStateSettings

CallSettings for synchronous and asynchronous calls to TermsOfServiceAgreementStateServiceClient.RetrieveForApplicationTermsOfServiceAgreementState and TermsOfServiceAgreementStateServiceClient.RetrieveForApplicationTermsOfServiceAgreementStateAsync.

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

A deep clone of this TermsOfServiceAgreementStateServiceSettings object.

GetDefault()

Get a new instance of the default TermsOfServiceAgreementStateServiceSettings.

Declaration
public static TermsOfServiceAgreementStateServiceSettings GetDefault()
Returns
Type Description
TermsOfServiceAgreementStateServiceSettings

A new instance of the default TermsOfServiceAgreementStateServiceSettings.

In this article
Back to top Generated by DocFX