Enum PromotionStatus.DestinationStatus.State (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
EXPIRED

The promotion is no longer active.

EXPIRED = 5;

EXPIRED_VALUE

The promotion is no longer active.

EXPIRED = 5;

IN_REVIEW

The promotion is under review.

IN_REVIEW = 1;

IN_REVIEW_VALUE

The promotion is under review.

IN_REVIEW = 1;

LIVE

The promotion is approved and active.

LIVE = 3;

LIVE_VALUE

The promotion is approved and active.

LIVE = 3;

PENDING

The promotion is not stopped, and all reviews are approved, but the active date is in the future.

PENDING = 6;

PENDING_VALUE

The promotion is not stopped, and all reviews are approved, but the active date is in the future.

PENDING = 6;

REJECTED

The promotion is disapproved.

REJECTED = 2;

REJECTED_VALUE

The promotion is disapproved.

REJECTED = 2;

STATE_UNSPECIFIED

Unknown promotion state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unknown promotion state.

STATE_UNSPECIFIED = 0;

STOPPED

The promotion is stopped by merchant.

STOPPED = 4;

STOPPED_VALUE

The promotion is stopped by merchant.

STOPPED = 4;

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