Show / Hide Table of Contents

Class DataSourcesServiceSettings

Settings for DataSourcesServiceClient instances.

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

Constructors

DataSourcesServiceSettings()

Constructs a new DataSourcesServiceSettings object with default settings.

Declaration
public DataSourcesServiceSettings()

Properties

CreateDataSourceSettings

CallSettings for synchronous and asynchronous calls to DataSourcesServiceClient.CreateDataSource and DataSourcesServiceClient.CreateDataSourceAsync.

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

DeleteDataSourceSettings

CallSettings for synchronous and asynchronous calls to DataSourcesServiceClient.DeleteDataSource and DataSourcesServiceClient.DeleteDataSourceAsync.

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

FetchDataSourceSettings

CallSettings for synchronous and asynchronous calls to DataSourcesServiceClient.FetchDataSource and DataSourcesServiceClient.FetchDataSourceAsync.

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

GetDataSourceSettings

CallSettings for synchronous and asynchronous calls to DataSourcesServiceClient.GetDataSource and DataSourcesServiceClient.GetDataSourceAsync.

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

ListDataSourcesSettings

CallSettings for synchronous and asynchronous calls to DataSourcesServiceClient.ListDataSources and DataSourcesServiceClient.ListDataSourcesAsync.

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

UpdateDataSourceSettings

CallSettings for synchronous and asynchronous calls to DataSourcesServiceClient.UpdateDataSource and DataSourcesServiceClient.UpdateDataSourceAsync.

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

A deep clone of this DataSourcesServiceSettings object.

GetDefault()

Get a new instance of the default DataSourcesServiceSettings.

Declaration
public static DataSourcesServiceSettings GetDefault()
Returns
Type Description
DataSourcesServiceSettings

A new instance of the default DataSourcesServiceSettings.

In this article
Back to top Generated by DocFX