public enum Severity extends Enum<Severity> implements ProtocolMessageEnum
Enum specifying the severity of the issue.
Protobuf enum google.shopping.merchant.issueresolution.v1beta.Severity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR |
Causes either an account suspension or an item disapproval. Errors should be resolved as soon as possible to ensure items are eligible to appear in results again. |
ERROR_VALUE |
Causes either an account suspension or an item disapproval. Errors should be resolved as soon as possible to ensure items are eligible to appear in results again. |
INFO |
Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required. |
INFO_VALUE |
Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required. |
SEVERITY_UNSPECIFIED |
Default value. Will never be provided by the API. |
SEVERITY_UNSPECIFIED_VALUE |
Default value. Will never be provided by the API. |
UNRECOGNIZED |
|
WARNING |
Warnings can negatively impact the performance of ads and can lead to item or account suspensions in the future unless the issue is resolved. |
WARNING_VALUE |
Warnings can negatively impact the performance of ads and can lead to item or account suspensions in the future unless the issue is resolved. |
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() |