Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SdkVersion.
The version of the SDK used to run the job.
Generated from protobuf message google.dataflow.v1beta3.SdkVersion
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ version |
string
The version of the SDK used to run the job. |
↳ version_display_name |
string
A readable string describing the version of the SDK. |
↳ sdk_support_status |
int
The support status for this SDK version. |
getVersion
The version of the SDK used to run the job.
Returns | |
---|---|
Type | Description |
string |
setVersion
The version of the SDK used to run the job.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersionDisplayName
A readable string describing the version of the SDK.
Returns | |
---|---|
Type | Description |
string |
setVersionDisplayName
A readable string describing the version of the SDK.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSdkSupportStatus
The support status for this SDK version.
Returns | |
---|---|
Type | Description |
int |
setSdkSupportStatus
The support status for this SDK version.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |