public enum SdkBug.Type extends Enum<SdkBug.Type> implements ProtocolMessageEnumNature of the issue, ordered from least severe to most. Other bug types may be added to this list in the future.
Protobuf enum google.dataflow.v1beta3.SdkBug.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DATALOSS |
Using this version of the SDK may cause data loss. |
DATALOSS_VALUE |
Using this version of the SDK may cause data loss. |
GENERAL |
Catch-all for SDK bugs that don't fit in the below categories. |
GENERAL_VALUE |
Catch-all for SDK bugs that don't fit in the below categories. |
PERFORMANCE |
Using this version of the SDK may result in degraded performance. |
PERFORMANCE_VALUE |
Using this version of the SDK may result in degraded performance. |
TYPE_UNSPECIFIED |
Unknown issue with this SDK. |
TYPE_UNSPECIFIED_VALUE |
Unknown issue with this SDK. |
UNRECOGNIZED |
|
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() |
|