Enum SdkVersion.SdkSupportStatus (0.8.0)

public enum SdkVersion.SdkSupportStatus extends Enum<SdkVersion.SdkSupportStatus> implements ProtocolMessageEnum

The support status of the SDK used to run the job.

Protobuf enum google.dataflow.v1beta3.SdkVersion.SdkSupportStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEPRECATED

This version of the SDK is deprecated and will eventually be unsupported.

DEPRECATED = 3;

DEPRECATED_VALUE

This version of the SDK is deprecated and will eventually be unsupported.

DEPRECATED = 3;

STALE

A newer version of the SDK family exists, and an update is recommended.

STALE = 2;

STALE_VALUE

A newer version of the SDK family exists, and an update is recommended.

STALE = 2;

SUPPORTED

This is a known version of an SDK, and is supported.

SUPPORTED = 1;

SUPPORTED_VALUE

This is a known version of an SDK, and is supported.

SUPPORTED = 1;

UNKNOWN

Cloud Dataflow is unaware of this version.

UNKNOWN = 0;

UNKNOWN_VALUE

Cloud Dataflow is unaware of this version.

UNKNOWN = 0;

UNRECOGNIZED
UNSUPPORTED

Support for this SDK version has ended and it should no longer be used.

UNSUPPORTED = 4;

UNSUPPORTED_VALUE

Support for this SDK version has ended and it should no longer be used.

UNSUPPORTED = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()