Show / Hide Table of Contents

Class AdUnitServiceSettings

Settings for AdUnitServiceClient instances.

Inheritance
object
ServiceSettingsBase
AdUnitServiceSettings
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 AdUnitServiceSettings : ServiceSettingsBase

Constructors

AdUnitServiceSettings()

Constructs a new AdUnitServiceSettings object with default settings.

Declaration
public AdUnitServiceSettings()

Properties

BatchActivateAdUnitsSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.BatchActivateAdUnits and AdUnitServiceClient.BatchActivateAdUnitsAsync.

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

BatchArchiveAdUnitsSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.BatchArchiveAdUnits and AdUnitServiceClient.BatchArchiveAdUnitsAsync.

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

BatchCreateAdUnitsSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.BatchCreateAdUnits and AdUnitServiceClient.BatchCreateAdUnitsAsync.

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

BatchDeactivateAdUnitsSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.BatchDeactivateAdUnits and AdUnitServiceClient.BatchDeactivateAdUnitsAsync .

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

BatchUpdateAdUnitsSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.BatchUpdateAdUnits and AdUnitServiceClient.BatchUpdateAdUnitsAsync.

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

CreateAdUnitSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.CreateAdUnit and AdUnitServiceClient.CreateAdUnitAsync.

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

GetAdUnitSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.GetAdUnit and AdUnitServiceClient.GetAdUnitAsync.

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

ListAdUnitSizesSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.ListAdUnitSizes and AdUnitServiceClient.ListAdUnitSizesAsync.

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

ListAdUnitsSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.ListAdUnits and AdUnitServiceClient.ListAdUnitsAsync.

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

UpdateAdUnitSettings

CallSettings for synchronous and asynchronous calls to AdUnitServiceClient.UpdateAdUnit and AdUnitServiceClient.UpdateAdUnitAsync.

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

A deep clone of this AdUnitServiceSettings object.

GetDefault()

Get a new instance of the default AdUnitServiceSettings.

Declaration
public static AdUnitServiceSettings GetDefault()
Returns
Type Description
AdUnitServiceSettings

A new instance of the default AdUnitServiceSettings.

In this article
Back to top Generated by DocFX