Show / Hide Table of Contents

Class MarketingDataInsightsServiceSettings

Settings for MarketingDataInsightsServiceClient instances.

Inheritance
object
ServiceSettingsBase
MarketingDataInsightsServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
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.

In this article
Back to top Generated by DocFX