Enum ComputedStatusEnum.ComputedStatus (0.4.0)

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

ProtocolMessageEnum

Static 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 = 11;

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.

CANCELED = 11;

COMPLETED

The LineItem has completed its run.

COMPLETED = 8;

COMPLETED_VALUE

The LineItem has completed its run.

COMPLETED = 8;

COMPUTED_STATUS_UNSPECIFIED

No value specified.

COMPUTED_STATUS_UNSPECIFIED = 0;

COMPUTED_STATUS_UNSPECIFIED_VALUE

No value specified.

COMPUTED_STATUS_UNSPECIFIED = 0;

DELIVERING

The LineItem has begun serving.

DELIVERING = 2;

DELIVERING_VALUE

The LineItem has begun serving.

DELIVERING = 2;

DELIVERY_EXTENDED

The LineItem has past its link LineItem#endDateTime with an auto extension, but hasn't met its goal.

DELIVERY_EXTENDED = 1;

DELIVERY_EXTENDED_VALUE

The LineItem has past its link LineItem#endDateTime with an auto extension, but hasn't met its goal.

DELIVERY_EXTENDED = 1;

DISAPPROVED

The LineItem has been disapproved and is not eligible to serve.

DISAPPROVED = 9;

DISAPPROVED_VALUE

The LineItem has been disapproved and is not eligible to serve.

DISAPPROVED = 9;

DRAFT

The LineItem is still being drafted.

DRAFT = 10;

DRAFT_VALUE

The LineItem is still being drafted.

DRAFT = 10;

INACTIVE

The LineItem is inactive. It is either caused by missing creatives or the network disabling auto-activation.

INACTIVE = 5;

INACTIVE_VALUE

The LineItem is inactive. It is either caused by missing creatives or the network disabling auto-activation.

INACTIVE = 5;

PAUSED

The LineItem has been paused from serving.

PAUSED = 4;

PAUSED_INVENTORY_RELEASED

The LineItem has been paused and its reserved inventory has been released. The LineItem will not serve.

PAUSED_INVENTORY_RELEASED = 6;

PAUSED_INVENTORY_RELEASED_VALUE

The LineItem has been paused and its reserved inventory has been released. The LineItem will not serve.

PAUSED_INVENTORY_RELEASED = 6;

PAUSED_VALUE

The LineItem has been paused from serving.

PAUSED = 4;

PENDING_APPROVAL

The LineItem has been submitted for approval.

PENDING_APPROVAL = 7;

PENDING_APPROVAL_VALUE

The LineItem has been submitted for approval.

PENDING_APPROVAL = 7;

READY

The LineItem has been activated and is ready to serve.

READY = 3;

READY_VALUE

The LineItem has been activated and is ready to serve.

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