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 \ SdkVersionMethods
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.
Generated from protobuf enum UNSUPPORTED = 4;