Enum ContentStatusEnum.ContentStatus (0.54.0)

public enum ContentStatusEnum.ContentStatus extends Enum<ContentStatusEnum.ContentStatus> implements ProtocolMessageEnum

Describes the status of a Content object.

Protobuf enum google.ads.admanager.v1.ContentStatusEnum.ContentStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Indicates the Content has been created and is eligible to have ads served against it.

ACTIVE = 1;

ACTIVE_VALUE

Indicates the Content has been created and is eligible to have ads served against it.

ACTIVE = 1;

ARCHIVED

Indicates the Content has been archived; user-visible.

ARCHIVED = 3;

ARCHIVED_VALUE

Indicates the Content has been archived; user-visible.

ARCHIVED = 3;

CONTENT_STATUS_UNSPECIFIED

Default value. This value is unused.

CONTENT_STATUS_UNSPECIFIED = 0;

CONTENT_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

CONTENT_STATUS_UNSPECIFIED = 0;

DELETED

Indicates the Content has been removed from an external CMS.

DELETED = 4;

DELETED_VALUE

Indicates the Content has been removed from an external CMS.

DELETED = 4;

DUPLICATED

Indicates the Content is a duplicate of another piece of content.

DUPLICATED = 5;

DUPLICATED_VALUE

Indicates the Content is a duplicate of another piece of content.

DUPLICATED = 5;

INACTIVE

Indicates the Content has been deactivated and cannot have ads served against it.

INACTIVE = 2;

INACTIVE_VALUE

Indicates the Content has been deactivated and cannot have ads served against it.

INACTIVE = 2;

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