Enum Order.Status (0.3.0)

public enum Order.Status extends Enum<Order.Status> implements ProtocolMessageEnum

The status of an Order.

Protobuf enum google.ads.admanager.v1.Order.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPROVED

Indicates that the Order has been approved and is ready to serve.

APPROVED = 4;

APPROVED_VALUE

Indicates that the Order has been approved and is ready to serve.

APPROVED = 4;

CANCELED

Indicates that the Order has been canceled and cannot serve.

CANCELED = 7;

CANCELED_VALUE

Indicates that the Order has been canceled and cannot serve.

CANCELED = 7;

DELETED

Indicates that the Order has been deleted.

DELETED = 8;

DELETED_VALUE

Indicates that the Order has been deleted.

DELETED = 8;

DISAPPROVED

Indicates that the Order has been disapproved and is not eligible to serve.

DISAPPROVED = 5;

DISAPPROVED_VALUE

Indicates that the Order has been disapproved and is not eligible to serve.

DISAPPROVED = 5;

DRAFT

Indicates that the Order has just been created but no approval has been requested yet.

DRAFT = 2;

DRAFT_VALUE

Indicates that the Order has just been created but no approval has been requested yet.

DRAFT = 2;

PAUSED

This is a legacy state. Paused status should be checked on LineItems within the order.

PAUSED = 6;

PAUSED_VALUE

This is a legacy state. Paused status should be checked on LineItems within the order.

PAUSED = 6;

PENDING_APPROVAL

Indicates that a request for approval for the Order has been made.

PENDING_APPROVAL = 3;

PENDING_APPROVAL_VALUE

Indicates that a request for approval for the Order has been made.

PENDING_APPROVAL = 3;

STATUS_UNSPECIFIED

Default value. This value is unused.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

STATUS_UNSPECIFIED = 0;

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