Class MarketingDataInsightsServiceSettings
Settings for MarketingDataInsightsServiceClient instances.
Inherited Members
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class MarketingDataInsightsServiceSettings : ServiceSettingsBase
Constructors
MarketingDataInsightsServiceSettings()
Constructs a new MarketingDataInsightsServiceSettings object with default settings.
Declaration
public MarketingDataInsightsServiceSettings()
Properties
RetrieveInsightsSettings
CallSettings for synchronous and asynchronous calls to
MarketingDataInsightsServiceClient.RetrieveInsights and
MarketingDataInsightsServiceClient.RetrieveInsightsAsync.
Declaration
public CallSettings RetrieveInsightsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public MarketingDataInsightsServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| MarketingDataInsightsServiceSettings | A deep clone of this MarketingDataInsightsServiceSettings object. |
GetDefault()
Get a new instance of the default MarketingDataInsightsServiceSettings.
Declaration
public static MarketingDataInsightsServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| MarketingDataInsightsServiceSettings | A new instance of the default MarketingDataInsightsServiceSettings. |