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 \ V1beta3Methods
__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 |
setLanguage
Required. The SDK Language.
Parameter | |
---|---|
Name | Description |
var |
int
|
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 |