Enum SdkBug.Severity (0.67.0)

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

ProtocolMessageEnum

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

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.

NOTICE = 1;

SEVERE

A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely.

SEVERE = 3;

SEVERE_VALUE

A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely.

SEVERE = 3;

SEVERITY_UNSPECIFIED

A bug of unknown severity.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

A bug of unknown severity.

SEVERITY_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

A bug that has some likelihood of causing performance degradation, data loss, or job failures.

WARNING = 2;

WARNING_VALUE

A bug that has some likelihood of causing performance degradation, data loss, or job failures.

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