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 \ CdnConfigStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CDN_CONFIG_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CDN_CONFIG_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The CDN configuration is in use.
Generated from protobuf enum ACTIVE = 1;
ARCHIVED
Value: 2The CDN configuration is no longer used.
Generated from protobuf enum ARCHIVED = 2;