public enum Order.Status extends Enum<Order.Status> implements ProtocolMessageEnum
The status of an Order.
Protobuf enum google.ads.admanager.v1.Order.Status
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APPROVED |
Indicates that the Order has been approved and is ready to serve. |
APPROVED_VALUE |
Indicates that the Order has been approved and is ready to serve. |
CANCELED |
Indicates that the Order has been canceled and cannot serve. |
CANCELED_VALUE |
Indicates that the Order has been canceled and cannot serve. |
DELETED |
Indicates that the Order has been deleted. |
DELETED_VALUE |
Indicates that the Order has been deleted. |
DISAPPROVED |
Indicates that the Order has been disapproved and is not eligible to serve. |
DISAPPROVED_VALUE |
Indicates that the Order has been disapproved and is not eligible to serve. |
DRAFT |
Indicates that the Order has just been created but no approval has been requested yet. |
DRAFT_VALUE |
Indicates that the Order has just been created but no approval has been requested yet. |
PAUSED |
This is a legacy state. Paused status should be checked on LineItems within the order. |
PAUSED_VALUE |
This is a legacy state. Paused status should be checked on LineItems within the order. |
PENDING_APPROVAL |
Indicates that a request for approval for the Order has been made. |
PENDING_APPROVAL_VALUE |
Indicates that a request for approval for the Order has been made. |
STATUS_UNSPECIFIED |
Default value. This value is unused. |
STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |