Module: Google::Cloud::Dataflow::V1beta3::SdkVersion::SdkSupportStatus
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
The support status of the SDK used to run the job.
Constant Summary collapse
- UNKNOWN =
Cloud Dataflow is unaware of this version.
0
- SUPPORTED =
This is a known version of an SDK, and is supported.
1
- STALE =
A newer version of the SDK family exists, and an update is recommended.
2
- DEPRECATED =
This version of the SDK is deprecated and will eventually be unsupported.
3
- UNSUPPORTED =
Support for this SDK version has ended and it should no longer be used.
4