Enum PromotionStatus.ItemLevelIssue.Severity (0.1.0)

public enum PromotionStatus.ItemLevelIssue.Severity extends Enum<PromotionStatus.ItemLevelIssue.Severity> implements ProtocolMessageEnum

The severity of the issue.

Protobuf enum google.shopping.merchant.promotions.v1beta.PromotionStatus.ItemLevelIssue.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEMOTED

The promotion is demoted and most likely have limited performance in search results

DEMOTED = 2;

DEMOTED_VALUE

The promotion is demoted and most likely have limited performance in search results

DEMOTED = 2;

DISAPPROVED

Issue disapproves the promotion.

DISAPPROVED = 3;

DISAPPROVED_VALUE

Issue disapproves the promotion.

DISAPPROVED = 3;

NOT_IMPACTED

This issue represents a warning and does not have a direct affect on the promotion.

NOT_IMPACTED = 1;

NOT_IMPACTED_VALUE

This issue represents a warning and does not have a direct affect on the promotion.

NOT_IMPACTED = 1;

SEVERITY_UNSPECIFIED

Not specified.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Not specified.

SEVERITY_UNSPECIFIED = 0;

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