Show / Hide Table of Contents

Class AdBreakServiceSettings

Settings for AdBreakServiceClient instances.

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

Constructors

AdBreakServiceSettings()

Constructs a new AdBreakServiceSettings object with default settings.

Declaration
public AdBreakServiceSettings()

Properties

CreateAdBreakSettings

CallSettings for synchronous and asynchronous calls to AdBreakServiceClient.CreateAdBreak and AdBreakServiceClient.CreateAdBreakAsync.

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

DeleteAdBreakSettings

CallSettings for synchronous and asynchronous calls to AdBreakServiceClient.DeleteAdBreak and AdBreakServiceClient.DeleteAdBreakAsync.

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

GetAdBreakSettings

CallSettings for synchronous and asynchronous calls to AdBreakServiceClient.GetAdBreak and AdBreakServiceClient.GetAdBreakAsync.

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

ListAdBreaksSettings

CallSettings for synchronous and asynchronous calls to AdBreakServiceClient.ListAdBreaks and AdBreakServiceClient.ListAdBreaksAsync.

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

UpdateAdBreakSettings

CallSettings for synchronous and asynchronous calls to AdBreakServiceClient.UpdateAdBreak and AdBreakServiceClient.UpdateAdBreakAsync.

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

A deep clone of this AdBreakServiceSettings object.

GetDefault()

Get a new instance of the default AdBreakServiceSettings.

Declaration
public static AdBreakServiceSettings GetDefault()
Returns
Type Description
AdBreakServiceSettings

A new instance of the default AdBreakServiceSettings.

In this article
Back to top Generated by DocFX