Show / Hide Table of Contents

Class ReportServiceSettings

Settings for ReportServiceClient instances.

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

Constructors

ReportServiceSettings()

Constructs a new ReportServiceSettings object with default settings.

Declaration
public ReportServiceSettings()

Properties

SearchSettings

CallSettings for synchronous and asynchronous calls to ReportServiceClient.Search and ReportServiceClient.SearchAsync.

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

A deep clone of this ReportServiceSettings object.

GetDefault()

Get a new instance of the default ReportServiceSettings.

Declaration
public static ReportServiceSettings GetDefault()
Returns
Type Description
ReportServiceSettings

A new instance of the default ReportServiceSettings.

In this article
Back to top Generated by DocFX