Google Cloud Dataflow V1beta3 Client - Class SDKInfo (0.5.1)

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
NameDescription
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
TypeDescription
int

setLanguage

Required. The SDK Language.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getVersion

Optional. The SDK version.

Returns
TypeDescription
string

setVersion

Optional. The SDK version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this