sdkSupportStatus property

String? sdkSupportStatus
getter/setter pair

The support status for this SDK version. Possible string values are:

  • "UNKNOWN" : Cloud Dataflow is unaware of this version.
  • "SUPPORTED" : This is a known version of an SDK, and is supported.
  • "STALE" : A newer version of the SDK family exists, and an update is recommended.
  • "DEPRECATED" : This version of the SDK is deprecated and will eventually be unsupported.
  • "UNSUPPORTED" : Support for this SDK version has ended and it should no longer be used.

Implementation

core.String? sdkSupportStatus;