Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CdnConfigType.
Indicates the type of CDN configuration for CdnConfiguration.
Protobuf type google.ads.admanager.v1.CdnConfigTypeEnum.CdnConfigType
Namespace
Google \ Ads \ AdManager \ V1 \ CdnConfigTypeEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CDN_CONFIG_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CDN_CONFIG_TYPE_UNSPECIFIED = 0;
AD_MEDIA_DELIVERY
Value: 1A configuration that specifies a publisher-provided CDN for delivering ad media.
Generated from protobuf enum AD_MEDIA_DELIVERY = 1;
LIVE_STREAM_SOURCE_CONTENT
Value: 2A configuration that specifies where and how LiveStreamEvent
content should be ingested and delivered.
Generated from protobuf enum LIVE_STREAM_SOURCE_CONTENT = 2;
MIDROLL
Value: 3A configuration that specifies where and how split content should be uploaded and delivered.
Generated from protobuf enum MIDROLL = 3;
VOD_SOURCE_CONTENT
Value: 4A configuration that specifies where and how video on demand content should be ingested and delivered.
Generated from protobuf enum VOD_SOURCE_CONTENT = 4;