Show / Hide Table of Contents

Class IssueResolutionServiceSettings

Settings for IssueResolutionServiceClient instances.

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

Constructors

IssueResolutionServiceSettings()

Constructs a new IssueResolutionServiceSettings object with default settings.

Declaration
public IssueResolutionServiceSettings()

Properties

RenderAccountIssuesSettings

CallSettings for synchronous and asynchronous calls to IssueResolutionServiceClient.RenderAccountIssues and IssueResolutionServiceClient.RenderAccountIssuesAsync.

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

RenderProductIssuesSettings

CallSettings for synchronous and asynchronous calls to IssueResolutionServiceClient.RenderProductIssues and IssueResolutionServiceClient.RenderProductIssuesAsync.

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

TriggerActionSettings

CallSettings for synchronous and asynchronous calls to IssueResolutionServiceClient.TriggerAction and IssueResolutionServiceClient.TriggerActionAsync .

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

A deep clone of this IssueResolutionServiceSettings object.

GetDefault()

Get a new instance of the default IssueResolutionServiceSettings.

Declaration
public static IssueResolutionServiceSettings GetDefault()
Returns
Type Description
IssueResolutionServiceSettings

A new instance of the default IssueResolutionServiceSettings.

In this article
Back to top Generated by DocFX