Enum ContentStatusSourceEnum.ContentStatusSource (0.54.0)

public enum ContentStatusSourceEnum.ContentStatusSource extends Enum<ContentStatusSourceEnum.ContentStatusSource> implements ProtocolMessageEnum

Describes who defined the status of the Content object.

Protobuf enum google.ads.admanager.v1.ContentStatusSourceEnum.ContentStatusSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
CMS

Indicates that the status of the Content is defined by the CMS.

CMS = 1;

CMS_VALUE

Indicates that the status of the Content is defined by the CMS.

CMS = 1;

CONTENT_STATUS_SOURCE_UNSPECIFIED

Default value. This value is unused.

CONTENT_STATUS_SOURCE_UNSPECIFIED = 0;

CONTENT_STATUS_SOURCE_UNSPECIFIED_VALUE

Default value. This value is unused.

CONTENT_STATUS_SOURCE_UNSPECIFIED = 0;

UNRECOGNIZED
USER

Indicates that the status of the Content is defined by the user.

USER = 2;

USER_VALUE

Indicates that the status of the Content is defined by the user.

USER = 2;

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