public enum PromotionStatus.DestinationStatus.State extends Enum<PromotionStatus.DestinationStatus.State> implements ProtocolMessageEnum
The current state of the promotion.
Protobuf enum
google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EXPIRED |
The promotion is no longer active. |
EXPIRED_VALUE |
The promotion is no longer active. |
IN_REVIEW |
The promotion is under review. |
IN_REVIEW_VALUE |
The promotion is under review. |
LIVE |
The promotion is approved and active. |
LIVE_VALUE |
The promotion is approved and active. |
PENDING |
The promotion is not stopped, and all reviews are approved, but the active date is in the future. |
PENDING_VALUE |
The promotion is not stopped, and all reviews are approved, but the active date is in the future. |
REJECTED |
The promotion is disapproved. |
REJECTED_VALUE |
The promotion is disapproved. |
STATE_UNSPECIFIED |
Unknown promotion state. |
STATE_UNSPECIFIED_VALUE |
Unknown promotion state. |
STOPPED |
The promotion is stopped by merchant. |
STOPPED_VALUE |
The promotion is stopped by merchant. |
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() |