Enum SdkBug.Type (0.67.0)

public enum SdkBug.Type extends Enum<SdkBug.Type> implements ProtocolMessageEnum

Nature 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

ProtocolMessageEnum

Static Fields

Name Description
DATALOSS

Using this version of the SDK may cause data loss.

DATALOSS = 3;

DATALOSS_VALUE

Using this version of the SDK may cause data loss.

DATALOSS = 3;

GENERAL

Catch-all for SDK bugs that don't fit in the below categories.

GENERAL = 1;

GENERAL_VALUE

Catch-all for SDK bugs that don't fit in the below categories.

GENERAL = 1;

PERFORMANCE

Using this version of the SDK may result in degraded performance.

PERFORMANCE = 2;

PERFORMANCE_VALUE

Using this version of the SDK may result in degraded performance.

PERFORMANCE = 2;

TYPE_UNSPECIFIED

Unknown issue with this SDK.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unknown issue with this SDK.

TYPE_UNSPECIFIED = 0;

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