Show / Hide Table of Contents

Class TargetingPresetServiceSettings

Settings for TargetingPresetServiceClient instances.

Inheritance
object
ServiceSettingsBase
TargetingPresetServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class TargetingPresetServiceSettings : ServiceSettingsBase

Constructors

TargetingPresetServiceSettings()

Constructs a new TargetingPresetServiceSettings object with default settings.

Declaration
public TargetingPresetServiceSettings()

Properties

BatchCreateTargetingPresetsSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.BatchCreateTargetingPresets and TargetingPresetServiceClient.BatchCreateTargetingPresetsAsync.

Declaration
public CallSettings BatchCreateTargetingPresetsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

BatchDeactivateTargetingPresetsSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.BatchDeactivateTargetingPresets and TargetingPresetServiceClient.BatchDeactivateTargetingPresetsAsync.

Declaration
public CallSettings BatchDeactivateTargetingPresetsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

BatchUpdateTargetingPresetsSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.BatchUpdateTargetingPresets and TargetingPresetServiceClient.BatchUpdateTargetingPresetsAsync.

Declaration
public CallSettings BatchUpdateTargetingPresetsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

CreateTargetingPresetSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.CreateTargetingPreset and TargetingPresetServiceClient.CreateTargetingPresetAsync.

Declaration
public CallSettings CreateTargetingPresetSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetTargetingPresetSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.GetTargetingPreset and TargetingPresetServiceClient.GetTargetingPresetAsync.

Declaration
public CallSettings GetTargetingPresetSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListTargetingPresetsSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.ListTargetingPresets and TargetingPresetServiceClient.ListTargetingPresetsAsync.

Declaration
public CallSettings ListTargetingPresetsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateTargetingPresetSettings

CallSettings for synchronous and asynchronous calls to TargetingPresetServiceClient.UpdateTargetingPreset and TargetingPresetServiceClient.UpdateTargetingPresetAsync.

Declaration
public CallSettings UpdateTargetingPresetSettings { 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 TargetingPresetServiceSettings Clone()
Returns
Type Description
TargetingPresetServiceSettings

A deep clone of this TargetingPresetServiceSettings object.

GetDefault()

Get a new instance of the default TargetingPresetServiceSettings.

Declaration
public static TargetingPresetServiceSettings GetDefault()
Returns
Type Description
TargetingPresetServiceSettings

A new instance of the default TargetingPresetServiceSettings.

In this article
Back to top Generated by DocFX