Enum CreativeTemplateTypeEnum.CreativeTemplateType (0.39.0)

public enum CreativeTemplateTypeEnum.CreativeTemplateType extends Enum<CreativeTemplateTypeEnum.CreativeTemplateType> implements ProtocolMessageEnum

Describes type of the creative template.

Protobuf enum google.ads.admanager.v1.CreativeTemplateTypeEnum.CreativeTemplateType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATIVE_TEMPLATE_TYPE_UNSPECIFIED

Default value. This value is unused.

CREATIVE_TEMPLATE_TYPE_UNSPECIFIED = 0;

CREATIVE_TEMPLATE_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

CREATIVE_TEMPLATE_TYPE_UNSPECIFIED = 0;

CUSTOM

Creative templates created by an administrator or other user in the network.

CUSTOM = 2;

CUSTOM_VALUE

Creative templates created by an administrator or other user in the network.

CUSTOM = 2;

STANDARD

Creative templates that are included in Ad Manager by default.

STANDARD = 1;

STANDARD_VALUE

Creative templates that are included in Ad Manager by default.

STANDARD = 1;

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