SdkVersionSdkSupportStatus

enum SdkVersionSdkSupportStatus : Enum<SdkVersionSdkSupportStatus> , ConvertibleToJava<SdkVersionSdkSupportStatus>

The support status for this SDK version.

Entries

Link copied to clipboard

Cloud Dataflow is unaware of this version.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SdkVersionSdkSupportStatus
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SdkVersionSdkSupportStatus
Link copied to clipboard
Link copied to clipboard