public enum ComputedStatusEnum.ComputedStatus extends Enum<ComputedStatusEnum.ComputedStatus> implements ProtocolMessageEnum
Describes the computed LineItem status that is derived from the current state of the LineItem.
Protobuf enum google.ads.admanager.v1.ComputedStatusEnum.ComputedStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELED |
The LineItem has been canceled and is no longer eligible to serve. This is a legacy status imported from Google Ad Manager orders. |
CANCELED_VALUE |
The LineItem has been canceled and is no longer eligible to serve. This is a legacy status imported from Google Ad Manager orders. |
COMPLETED |
The LineItem has completed its run. |
COMPLETED_VALUE |
The LineItem has completed its run. |
COMPUTED_STATUS_UNSPECIFIED |
No value specified. |
COMPUTED_STATUS_UNSPECIFIED_VALUE |
No value specified. |
DELIVERING |
The LineItem has begun serving. |
DELIVERING_VALUE |
The LineItem has begun serving. |
DELIVERY_EXTENDED |
The LineItem has past its link LineItem#endDateTime with an auto extension, but hasn't met its goal. |
DELIVERY_EXTENDED_VALUE |
The LineItem has past its link LineItem#endDateTime with an auto extension, but hasn't met its goal. |
DISAPPROVED |
The LineItem has been disapproved and is not eligible to serve. |
DISAPPROVED_VALUE |
The LineItem has been disapproved and is not eligible to serve. |
DRAFT |
The LineItem is still being drafted. |
DRAFT_VALUE |
The LineItem is still being drafted. |
INACTIVE |
The LineItem is inactive. It is either caused by missing creatives or the network disabling auto-activation. |
INACTIVE_VALUE |
The LineItem is inactive. It is either caused by missing creatives or the network disabling auto-activation. |
PAUSED |
The LineItem has been paused from serving. |
PAUSED_INVENTORY_RELEASED |
The LineItem has been paused and its reserved inventory has been released. The LineItem will not serve. |
PAUSED_INVENTORY_RELEASED_VALUE |
The LineItem has been paused and its reserved inventory has been released. The LineItem will not serve. |
PAUSED_VALUE |
The LineItem has been paused from serving. |
PENDING_APPROVAL |
The LineItem has been submitted for approval. |
PENDING_APPROVAL_VALUE |
The LineItem has been submitted for approval. |
READY |
The LineItem has been activated and is ready to serve. |
READY_VALUE |
The LineItem has been activated and is ready to serve. |
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() |