public enum CompilationDiagnostic.Severity extends Enum<CompilationDiagnostic.Severity> implements ProtocolMessageEnumThe severity level of the compilation diagnostic.
 Protobuf enum google.cloud.chronicle.v1.CompilationDiagnostic.Severity
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ERROR | A compilation error.   | 
| ERROR_VALUE | A compilation error.   | 
| SEVERITY_UNSPECIFIED | An unspecified severity level.   | 
| SEVERITY_UNSPECIFIED_VALUE | An unspecified severity level.   | 
| UNRECOGNIZED | |
| WARNING | A compilation warning.   | 
| WARNING_VALUE | A compilation 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() | |