Google Cloud Dataflow V1beta3 Client - Class SdkSupportStatus (0.9.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SdkSupportStatus.
The support status of the SDK used to run the job.
Protobuf type google.dataflow.v1beta3.SdkVersion.SdkSupportStatus
Namespace
Google \ Cloud \ Dataflow \ V1beta3 \ SdkVersion
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
UNKNOWN
Value: 0
Cloud Dataflow is unaware of this version.
Generated from protobuf enum UNKNOWN = 0;
SUPPORTED
Value: 1
This is a known version of an SDK, and is supported.
Generated from protobuf enum SUPPORTED = 1;
STALE
Value: 2
A newer version of the SDK family exists, and an update is recommended.
Generated from protobuf enum STALE = 2;
DEPRECATED
Value: 3
This version of the SDK is deprecated and will eventually be
unsupported.
Generated from protobuf enum DEPRECATED = 3;
UNSUPPORTED
Value: 4
Support for this SDK version has ended and it should no longer be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]