public enum FileUpload.Issue.Severity extends Enum<FileUpload.Issue.Severity> implements ProtocolMessageEnum
The severity of the issue.
Protobuf enum google.shopping.merchant.datasources.v1beta.FileUpload.Issue.Severity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR |
The issue is an error. |
ERROR_VALUE |
The issue is an error. |
SEVERITY_UNSPECIFIED |
Severity unspecified. |
SEVERITY_UNSPECIFIED_VALUE |
Severity unspecified. |
UNRECOGNIZED |
|
WARNING |
The issue is the warning. |
WARNING_VALUE |
The issue is the warning. |
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() |