Interface CdnConfigOrBuilder (0.54.0)

public interface CdnConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdMediaDeliveryConfig()

public abstract AdMediaDeliveryConfig getAdMediaDeliveryConfig()

Optional. Config of CDN to deliver ad media.

.google.ads.admanager.v1.AdMediaDeliveryConfig ad_media_delivery_config = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdMediaDeliveryConfig

The adMediaDeliveryConfig.

getAdMediaDeliveryConfigOrBuilder()

public abstract AdMediaDeliveryConfigOrBuilder getAdMediaDeliveryConfigOrBuilder()

Optional. Config of CDN to deliver ad media.

.google.ads.admanager.v1.AdMediaDeliveryConfig ad_media_delivery_config = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdMediaDeliveryConfigOrBuilder

getCdnConfigStatus()

public abstract CdnConfigStatusEnum.CdnConfigStatus getCdnConfigStatus()

Output only. The status of the CDN config.

optional .google.ads.admanager.v1.CdnConfigStatusEnum.CdnConfigStatus cdn_config_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CdnConfigStatusEnum.CdnConfigStatus

The cdnConfigStatus.

getCdnConfigStatusValue()

public abstract int getCdnConfigStatusValue()

Output only. The status of the CDN config.

optional .google.ads.admanager.v1.CdnConfigStatusEnum.CdnConfigStatus cdn_config_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for cdnConfigStatus.

getCdnConfigType()

public abstract CdnConfigTypeEnum.CdnConfigType getCdnConfigType()

Required. The type of CDN config represented by this CdnConfig.

optional .google.ads.admanager.v1.CdnConfigTypeEnum.CdnConfigType cdn_config_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CdnConfigTypeEnum.CdnConfigType

The cdnConfigType.

getCdnConfigTypeValue()

public abstract int getCdnConfigTypeValue()

Required. The type of CDN config represented by this CdnConfig.

optional .google.ads.admanager.v1.CdnConfigTypeEnum.CdnConfigType cdn_config_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for cdnConfigType.

getDisplayName()

public abstract String getDisplayName()

Required. The name of the CdnConfig. This value is required to create a CDN config and has a maximum length of 255 characters.

optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. The name of the CdnConfig. This value is required to create a CDN config and has a maximum length of 255 characters.

optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getName()

public abstract String getName()

Identifier. The resource name of the CdnConfig. Format: networks/{network_code}/cdnConfigs/{cdn_config_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the CdnConfig. Format: networks/{network_code}/cdnConfigs/{cdn_config_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getSourceContentConfig()

public abstract SourceContentConfig getSourceContentConfig()

Optional. Parameters about this CDN config as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream.

.google.ads.admanager.v1.SourceContentConfig source_content_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SourceContentConfig

The sourceContentConfig.

getSourceContentConfigOrBuilder()

public abstract SourceContentConfigOrBuilder getSourceContentConfigOrBuilder()

Optional. Parameters about this CDN config as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream.

.google.ads.admanager.v1.SourceContentConfig source_content_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SourceContentConfigOrBuilder

hasAdMediaDeliveryConfig()

public abstract boolean hasAdMediaDeliveryConfig()

Optional. Config of CDN to deliver ad media.

.google.ads.admanager.v1.AdMediaDeliveryConfig ad_media_delivery_config = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the adMediaDeliveryConfig field is set.

hasCdnConfigStatus()

public abstract boolean hasCdnConfigStatus()

Output only. The status of the CDN config.

optional .google.ads.admanager.v1.CdnConfigStatusEnum.CdnConfigStatus cdn_config_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the cdnConfigStatus field is set.

hasCdnConfigType()

public abstract boolean hasCdnConfigType()

Required. The type of CDN config represented by this CdnConfig.

optional .google.ads.admanager.v1.CdnConfigTypeEnum.CdnConfigType cdn_config_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cdnConfigType field is set.

hasDisplayName()

public abstract boolean hasDisplayName()

Required. The name of the CdnConfig. This value is required to create a CDN config and has a maximum length of 255 characters.

optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the displayName field is set.

hasSourceContentConfig()

public abstract boolean hasSourceContentConfig()

Optional. Parameters about this CDN config as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream.

.google.ads.admanager.v1.SourceContentConfig source_content_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the sourceContentConfig field is set.