Class ConversionSourcesServiceSettings
Settings for ConversionSourcesServiceClient instances.
Inherited Members
Namespace: Google.Shopping.Merchant.Conversions.V1Beta
Assembly: Google.Shopping.Merchant.Conversions.V1Beta.dll
Syntax
public sealed class ConversionSourcesServiceSettings : ServiceSettingsBase
Constructors
ConversionSourcesServiceSettings()
Constructs a new ConversionSourcesServiceSettings object with default settings.
Declaration
public ConversionSourcesServiceSettings()
Properties
CreateConversionSourceSettings
CallSettings for synchronous and asynchronous calls to
ConversionSourcesServiceClient.CreateConversionSource
and
ConversionSourcesServiceClient.CreateConversionSourceAsync
.
Declaration
public CallSettings CreateConversionSourceSettings { 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.
DeleteConversionSourceSettings
CallSettings for synchronous and asynchronous calls to
ConversionSourcesServiceClient.DeleteConversionSource
and
ConversionSourcesServiceClient.DeleteConversionSourceAsync
.
Declaration
public CallSettings DeleteConversionSourceSettings { 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.
GetConversionSourceSettings
CallSettings for synchronous and asynchronous calls to
ConversionSourcesServiceClient.GetConversionSource
and
ConversionSourcesServiceClient.GetConversionSourceAsync
.
Declaration
public CallSettings GetConversionSourceSettings { 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.
ListConversionSourcesSettings
CallSettings for synchronous and asynchronous calls to
ConversionSourcesServiceClient.ListConversionSources
and
ConversionSourcesServiceClient.ListConversionSourcesAsync
.
Declaration
public CallSettings ListConversionSourcesSettings { 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.
UndeleteConversionSourceSettings
CallSettings for synchronous and asynchronous calls to
ConversionSourcesServiceClient.UndeleteConversionSource
and
ConversionSourcesServiceClient.UndeleteConversionSourceAsync
.
Declaration
public CallSettings UndeleteConversionSourceSettings { 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.
UpdateConversionSourceSettings
CallSettings for synchronous and asynchronous calls to
ConversionSourcesServiceClient.UpdateConversionSource
and
ConversionSourcesServiceClient.UpdateConversionSourceAsync
.
Declaration
public CallSettings UpdateConversionSourceSettings { 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 ConversionSourcesServiceSettings Clone()
Returns
Type | Description |
---|---|
ConversionSourcesServiceSettings | A deep clone of this ConversionSourcesServiceSettings object. |
GetDefault()
Get a new instance of the default ConversionSourcesServiceSettings.
Declaration
public static ConversionSourcesServiceSettings GetDefault()
Returns
Type | Description |
---|---|
ConversionSourcesServiceSettings | A new instance of the default ConversionSourcesServiceSettings. |