Enum ProductStatus.ItemLevelIssue.Severity (0.1.0)

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

How the issue affects the serving of the product.

Protobuf enum google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEMOTED

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

DEMOTED = 2;

DEMOTED_VALUE

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

DEMOTED = 2;

DISAPPROVED

Issue disapproves the product.

DISAPPROVED = 3;

DISAPPROVED_VALUE

Issue disapproves the product.

DISAPPROVED = 3;

NOT_IMPACTED

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

NOT_IMPACTED = 1;

NOT_IMPACTED_VALUE

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

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