Show / Hide Table of Contents

Class AdMediaDeliveryConfig

Parameters about this CDN config of a CDN used for delivering ad media.

Inheritance
object
AdMediaDeliveryConfig
Implements
IMessage<AdMediaDeliveryConfig>
IEquatable<AdMediaDeliveryConfig>
IDeepCloneable<AdMediaDeliveryConfig>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AdMediaDeliveryConfig : IMessage<AdMediaDeliveryConfig>, IEquatable<AdMediaDeliveryConfig>, IDeepCloneable<AdMediaDeliveryConfig>, IBufferMessage, IMessage

Constructors

AdMediaDeliveryConfig()

Declaration
public AdMediaDeliveryConfig()

AdMediaDeliveryConfig(AdMediaDeliveryConfig)

Declaration
public AdMediaDeliveryConfig(AdMediaDeliveryConfig other)
Parameters
Type Name Description
AdMediaDeliveryConfig other

Properties

AdditionalDeliverySettings

Optional. List of additional delivery locations. From MediaLocationDto, the URL prefix field represents the hostname of the external CDN and the security policy will be ignored. In your stream create request, you can set the value of the dai-dlid parameter to the name of the MediaLocation you want to use.

Declaration
public RepeatedField<MediaLocation> AdditionalDeliverySettings { get; }
Property Value
Type Description
RepeatedField<MediaLocation>

DeliverySettings

Optional. Config for the delivery location that will override the default. From MediaLocationDto, the URL prefix field represents the hostname of the external CDN and the security policy will be ignored. Null if overrideDefaultDeliverySettings is false.

Declaration
public MediaLocation DeliverySettings { get; set; }
Property Value
Type Description
MediaLocation

HasOverrideDefaultDeliverySettings

Gets whether the "override_default_delivery_settings" field is set

Declaration
public bool HasOverrideDefaultDeliverySettings { get; }
Property Value
Type Description
bool

OverrideDefaultDeliverySettings

Optional. Whether to override the default delivery CDN. If false, deliverySettings must be null.

Declaration
public bool OverrideDefaultDeliverySettings { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX