Class DataSourcesServiceSettings
Settings for Data
Inherited Members
Namespace: Google.Shopping.Merchant.DataSources .V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class DataSourcesServiceSettings : ServiceSettingsBase
Constructors
DataSourcesServiceSettings()
Constructs a new Data
Declaration
public DataSourcesServiceSettings()
Properties
CreateDataSourceSettings
CallDataSourcesServiceClient.CreateDataSource
and DataSourcesServiceClient.CreateDataSourceAsync
.
Declaration
public CallSettings CreateDataSourceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallDataSourcesServiceClient.DeleteDataSource
and DataSourcesServiceClient.DeleteDataSourceAsync
.
Declaration
public CallSettings DeleteDataSourceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallDataSourcesServiceClient.FetchDataSource
and DataSourcesServiceClient.FetchDataSourceAsync
.
Declaration
public CallSettings FetchDataSourceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallDataSourcesServiceClient.GetDataSource
and DataSourcesServiceClient.GetDataSourceAsync
.
Declaration
public CallSettings GetDataSourceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallDataSourcesServiceClient.ListDataSources
and DataSourcesServiceClient.ListDataSourcesAsync
.
Declaration
public CallSettings ListDataSourcesSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallDataSourcesServiceClient.UpdateDataSource
and DataSourcesServiceClient.UpdateDataSourceAsync
.
Declaration
public CallSettings UpdateDataSourceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 |
---|---|
Data |
A deep clone of this Data |
GetDefault()
Get a new instance of the default Data
Declaration
public static DataSourcesServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Data |
A new instance of the default Data |