Interface AdMediaDeliveryConfigOrBuilder (0.54.0)

public interface AdMediaDeliveryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdditionalDeliverySettings(int index)

public abstract MediaLocation getAdditionalDeliverySettings(int index)

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.

repeated .google.ads.admanager.v1.MediaLocation additional_delivery_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
MediaLocation

getAdditionalDeliverySettingsCount()

public abstract int getAdditionalDeliverySettingsCount()

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.

repeated .google.ads.admanager.v1.MediaLocation additional_delivery_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getAdditionalDeliverySettingsList()

public abstract List<MediaLocation> getAdditionalDeliverySettingsList()

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.

repeated .google.ads.admanager.v1.MediaLocation additional_delivery_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<MediaLocation>

getAdditionalDeliverySettingsOrBuilder(int index)

public abstract MediaLocationOrBuilder getAdditionalDeliverySettingsOrBuilder(int index)

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.

repeated .google.ads.admanager.v1.MediaLocation additional_delivery_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
MediaLocationOrBuilder

getAdditionalDeliverySettingsOrBuilderList()

public abstract List<? extends MediaLocationOrBuilder> getAdditionalDeliverySettingsOrBuilderList()

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.

repeated .google.ads.admanager.v1.MediaLocation additional_delivery_settings = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.ads.admanager.v1.MediaLocationOrBuilder>

getDeliverySettings()

public abstract MediaLocation getDeliverySettings()

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.

.google.ads.admanager.v1.MediaLocation delivery_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MediaLocation

The deliverySettings.

getDeliverySettingsOrBuilder()

public abstract MediaLocationOrBuilder getDeliverySettingsOrBuilder()

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.

.google.ads.admanager.v1.MediaLocation delivery_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MediaLocationOrBuilder

getOverrideDefaultDeliverySettings()

public abstract boolean getOverrideDefaultDeliverySettings()

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

optional bool override_default_delivery_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The overrideDefaultDeliverySettings.

hasDeliverySettings()

public abstract boolean hasDeliverySettings()

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.

.google.ads.admanager.v1.MediaLocation delivery_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the deliverySettings field is set.

hasOverrideDefaultDeliverySettings()

public abstract boolean hasOverrideDefaultDeliverySettings()

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

optional bool override_default_delivery_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the overrideDefaultDeliverySettings field is set.