Enum CdnConfigTypeEnum.CdnConfigType (0.54.0)

public enum CdnConfigTypeEnum.CdnConfigType extends Enum<CdnConfigTypeEnum.CdnConfigType> implements ProtocolMessageEnum

Indicates the type of CDN configuration for CdnConfiguration.

Protobuf enum google.ads.admanager.v1.CdnConfigTypeEnum.CdnConfigType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_MEDIA_DELIVERY

A configuration that specifies a publisher-provided CDN for delivering ad media.

AD_MEDIA_DELIVERY = 1;

AD_MEDIA_DELIVERY_VALUE

A configuration that specifies a publisher-provided CDN for delivering ad media.

AD_MEDIA_DELIVERY = 1;

CDN_CONFIG_TYPE_UNSPECIFIED

Default value. This value is unused.

CDN_CONFIG_TYPE_UNSPECIFIED = 0;

CDN_CONFIG_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

CDN_CONFIG_TYPE_UNSPECIFIED = 0;

LIVE_STREAM_SOURCE_CONTENT

A configuration that specifies where and how LiveStreamEvent content should be ingested and delivered.

LIVE_STREAM_SOURCE_CONTENT = 2;

LIVE_STREAM_SOURCE_CONTENT_VALUE

A configuration that specifies where and how LiveStreamEvent content should be ingested and delivered.

LIVE_STREAM_SOURCE_CONTENT = 2;

MIDROLL

A configuration that specifies where and how split content should be uploaded and delivered.

MIDROLL = 3;

MIDROLL_VALUE

A configuration that specifies where and how split content should be uploaded and delivered.

MIDROLL = 3;

UNRECOGNIZED
VOD_SOURCE_CONTENT

A configuration that specifies where and how video on demand content should be ingested and delivered.

VOD_SOURCE_CONTENT = 4;

VOD_SOURCE_CONTENT_VALUE

A configuration that specifies where and how video on demand content should be ingested and delivered.

VOD_SOURCE_CONTENT = 4;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()