Class CssProductInputsServiceSettings
Settings for CssProductInputsServiceClient instances.
Inherited Members
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.
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. |