Google Cloud Dataflow V1beta3 Client - Class SdkVersion (0.4.1)

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 \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setVersion

The version of the SDK used to run the job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersionDisplayName

A readable string describing the version of the SDK.

Returns
TypeDescription
string

setVersionDisplayName

A readable string describing the version of the SDK.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSdkSupportStatus

The support status for this SDK version.

Returns
TypeDescription
int

setSdkSupportStatus

The support status for this SDK version.

Parameter
NameDescription
var int
Returns
TypeDescription
$this