Google Cloud Dataflow V1beta3 Client - Class SDKInfo (0.9.0)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SDKInfo.

SDK Information.

Generated from protobuf message google.dataflow.v1beta3.SDKInfo

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ language int

Required. The SDK Language.

↳ version string

Optional. The SDK version.

getLanguage

Required. The SDK Language.

Returns
Type Description
int Enum of type Language.

setLanguage

Required. The SDK Language.

Parameter
Name Description
var int

Enum of type Language.

Returns
Type Description
$this

getVersion

Optional. The SDK version.

Returns
Type Description
string

setVersion

Optional. The SDK version.

Parameter
Name Description
var string
Returns
Type Description
$this