Enum Severity (0.2.0)

public enum Severity extends Enum<Severity> implements ProtocolMessageEnum

Enum specifying the severity of the issue.

Protobuf enum google.shopping.merchant.issueresolution.v1beta.Severity

Implements

ProtocolMessageEnum

Static 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 = 1;

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.

ERROR = 1;

INFO

Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required.

INFO = 3;

INFO_VALUE

Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required.

INFO = 3;

SEVERITY_UNSPECIFIED

Default value. Will never be provided by the API.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Default value. Will never be provided by the API.

SEVERITY_UNSPECIFIED = 0;

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 = 2;

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.

WARNING = 2;

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