Class TermsOfServiceAgreementStateServiceSettings
Settings for TermsOfServiceAgreementStateServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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. |