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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEMOTED |
The product is demoted and most likely have limited performance in search results |
DEMOTED_VALUE |
The product is demoted and most likely have limited performance in search results |
DISAPPROVED |
Issue disapproves the product. |
DISAPPROVED_VALUE |
Issue disapproves the product. |
NOT_IMPACTED |
This issue represents a warning and does not have a direct affect on the product. |
NOT_IMPACTED_VALUE |
This issue represents a warning and does not have a direct affect on the product. |
SEVERITY_UNSPECIFIED |
Not specified. |
SEVERITY_UNSPECIFIED_VALUE |
Not specified. |
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() |