Enum MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity (0.1.0)

public enum MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity extends Enum<MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity> implements ProtocolMessageEnum

How the issue affects the serving of the merchant review.

Protobuf enum google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISAPPROVED

Issue disapproves the merchant review.

DISAPPROVED = 2;

DISAPPROVED_VALUE

Issue disapproves the merchant review.

DISAPPROVED = 2;

NOT_IMPACTED

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

NOT_IMPACTED = 1;

NOT_IMPACTED_VALUE

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

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