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

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CdnConfigStatus.

Indicates the status of the CdnConfiguration.

Protobuf type google.ads.admanager.v1.CdnConfigStatusEnum.CdnConfigStatus

Namespace

Google \ Ads \ AdManager \ V1 \ CdnConfigStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CDN_CONFIG_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CDN_CONFIG_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The CDN configuration is in use.

Generated from protobuf enum ACTIVE = 1;

ARCHIVED

Value: 2

The CDN configuration is no longer used.

Generated from protobuf enum ARCHIVED = 2;