Google Ads Ad Manager V1 Client - Class CdnConfigType (0.8.0)

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 \ CdnConfigTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CDN_CONFIG_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CDN_CONFIG_TYPE_UNSPECIFIED = 0;

AD_MEDIA_DELIVERY

Value: 1

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

Generated from protobuf enum AD_MEDIA_DELIVERY = 1;

LIVE_STREAM_SOURCE_CONTENT

Value: 2

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

Generated from protobuf enum LIVE_STREAM_SOURCE_CONTENT = 2;

MIDROLL

Value: 3

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

Generated from protobuf enum MIDROLL = 3;

VOD_SOURCE_CONTENT

Value: 4

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

Generated from protobuf enum VOD_SOURCE_CONTENT = 4;