public enum SdkBug.Severity extends Enum<SdkBug.Severity> implements ProtocolMessageEnum
Indicates the severity of the bug. Other severities may be added to this list in the future.
Protobuf enum google.dataflow.v1beta3.SdkBug.Severity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NOTICE |
A minor bug that that may reduce reliability or performance for some jobs. Impact will be minimal or non-existent for most jobs. |
NOTICE_VALUE |
A minor bug that that may reduce reliability or performance for some jobs. Impact will be minimal or non-existent for most jobs. |
SEVERE |
A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely. |
SEVERE_VALUE |
A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely. |
SEVERITY_UNSPECIFIED |
A bug of unknown severity. |
SEVERITY_UNSPECIFIED_VALUE |
A bug of unknown severity. |
UNRECOGNIZED |
|
WARNING |
A bug that has some likelihood of causing performance degradation, data loss, or job failures. |
WARNING_VALUE |
A bug that has some likelihood of causing performance degradation, data loss, or job failures. |
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() |