public enum SdkVersion.SdkSupportStatus extends Enum<SdkVersion.SdkSupportStatus> implements ProtocolMessageEnumThe support status of the SDK used to run the job.
Protobuf enum google.dataflow.v1beta3.SdkVersion.SdkSupportStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DEPRECATED | This version of the SDK is deprecated and will eventually be unsupported. |
| DEPRECATED_VALUE | This version of the SDK is deprecated and will eventually be unsupported. |
| STALE | A newer version of the SDK family exists, and an update is recommended. |
| STALE_VALUE | A newer version of the SDK family exists, and an update is recommended. |
| SUPPORTED | This is a known version of an SDK, and is supported. |
| SUPPORTED_VALUE | This is a known version of an SDK, and is supported. |
| UNKNOWN | Cloud Dataflow is unaware of this version. |
| UNKNOWN_VALUE | Cloud Dataflow is unaware of this version. |
| UNRECOGNIZED | |
| UNSUPPORTED | Support for this SDK version has ended and it should no longer be used. |
| UNSUPPORTED_VALUE | Support for this SDK version has ended and it should no longer be used. |
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() |