Show / Hide Table of Contents

Class ProductInputsServiceSettings

Settings for ProductInputsServiceClient instances.

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

Constructors

ProductInputsServiceSettings()

Constructs a new ProductInputsServiceSettings object with default settings.

Declaration
public ProductInputsServiceSettings()

Properties

DeleteProductInputSettings

CallSettings for synchronous and asynchronous calls to ProductInputsServiceClient.DeleteProductInput and ProductInputsServiceClient.DeleteProductInputAsync.

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

InsertProductInputSettings

CallSettings for synchronous and asynchronous calls to ProductInputsServiceClient.InsertProductInput and ProductInputsServiceClient.InsertProductInputAsync.

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

UpdateProductInputSettings

CallSettings for synchronous and asynchronous calls to ProductInputsServiceClient.UpdateProductInput and ProductInputsServiceClient.UpdateProductInputAsync.

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

A deep clone of this ProductInputsServiceSettings object.

GetDefault()

Get a new instance of the default ProductInputsServiceSettings.

Declaration
public static ProductInputsServiceSettings GetDefault()
Returns
Type Description
ProductInputsServiceSettings

A new instance of the default ProductInputsServiceSettings.

In this article
Back to top Generated by DocFX