Show / Hide Table of Contents

Class CssProductInputsServiceSettings

Settings for CssProductInputsServiceClient instances.

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

Constructors

CssProductInputsServiceSettings()

Constructs a new CssProductInputsServiceSettings object with default settings.

Declaration
public CssProductInputsServiceSettings()

Properties

DeleteCssProductInputSettings

CallSettings for synchronous and asynchronous calls to CssProductInputsServiceClient.DeleteCssProductInput and CssProductInputsServiceClient.DeleteCssProductInputAsync.

Declaration
public CallSettings DeleteCssProductInputSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

InsertCssProductInputSettings

CallSettings for synchronous and asynchronous calls to CssProductInputsServiceClient.InsertCssProductInput and CssProductInputsServiceClient.InsertCssProductInputAsync.

Declaration
public CallSettings InsertCssProductInputSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpdateCssProductInputSettings

CallSettings for synchronous and asynchronous calls to CssProductInputsServiceClient.UpdateCssProductInput and CssProductInputsServiceClient.UpdateCssProductInputAsync.

Declaration
public CallSettings UpdateCssProductInputSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

Creates a deep clone of this object, with all the same property values.

Declaration
public CssProductInputsServiceSettings Clone()
Returns
Type Description
CssProductInputsServiceSettings

A deep clone of this CssProductInputsServiceSettings object.

GetDefault()

Get a new instance of the default CssProductInputsServiceSettings.

Declaration
public static CssProductInputsServiceSettings GetDefault()
Returns
Type Description
CssProductInputsServiceSettings

A new instance of the default CssProductInputsServiceSettings.

In this article
Back to top Generated by DocFX