Enum CreativeTemplateStatusEnum.CreativeTemplateStatus (0.39.0)

public enum CreativeTemplateStatusEnum.CreativeTemplateStatus extends Enum<CreativeTemplateStatusEnum.CreativeTemplateStatus> implements ProtocolMessageEnum

Describes status of the creative template

Protobuf enum google.ads.admanager.v1.CreativeTemplateStatusEnum.CreativeTemplateStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The CreativeTemplate is active

ACTIVE = 1;

ACTIVE_VALUE

The CreativeTemplate is active

ACTIVE = 1;

CREATIVE_TEMPLATE_STATUS_UNSPECIFIED

Default value. This value is unused.

CREATIVE_TEMPLATE_STATUS_UNSPECIFIED = 0;

CREATIVE_TEMPLATE_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

CREATIVE_TEMPLATE_STATUS_UNSPECIFIED = 0;

DELETED

The CreativeTemplate is deleted. Creatives created from this CreativeTemplate can no longer serve.

DELETED = 2;

DELETED_VALUE

The CreativeTemplate is deleted. Creatives created from this CreativeTemplate can no longer serve.

DELETED = 2;

INACTIVE

The CreativeTemplate is inactive. Users cannot create new creatives from this template, but existing ones can be edited and continue to serve

INACTIVE = 3;

INACTIVE_VALUE

The CreativeTemplate is inactive. Users cannot create new creatives from this template, but existing ones can be edited and continue to serve

INACTIVE = 3;

UNRECOGNIZED

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()