Enum ContentBundleStatusEnum.ContentBundleStatus (0.54.0)

public enum ContentBundleStatusEnum.ContentBundleStatus extends Enum<ContentBundleStatusEnum.ContentBundleStatus> implements ProtocolMessageEnum

Status for ContentBundle objects.

Protobuf enum google.ads.admanager.v1.ContentBundleStatusEnum.ContentBundleStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The object is active and stats are collected.

ACTIVE = 1;

ACTIVE_VALUE

The object is active and stats are collected.

ACTIVE = 1;

ARCHIVED

The object has been archived.

ARCHIVED = 2;

ARCHIVED_VALUE

The object has been archived.

ARCHIVED = 2;

CONTENT_BUNDLE_STATUS_UNSPECIFIED

Default value. This value is unused.

CONTENT_BUNDLE_STATUS_UNSPECIFIED = 0;

CONTENT_BUNDLE_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

CONTENT_BUNDLE_STATUS_UNSPECIFIED = 0;

INACTIVE

The object is no longer active and no stats collected.

INACTIVE = 3;

INACTIVE_VALUE

The object is no longer active and no stats collected.

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