Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class RuntimeMetadata.
RuntimeMetadata describing a runtime environment.
Generated from protobuf message google.dataflow.v1beta3.RuntimeMetadata
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sdk_info |
Google\Cloud\Dataflow\V1beta3\SDKInfo
SDK Info for the template. |
↳ parameters |
array<Google\Cloud\Dataflow\V1beta3\ParameterMetadata>
The parameters for the template. |
getSdkInfo
SDK Info for the template.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataflow\V1beta3\SDKInfo|null |
hasSdkInfo
clearSdkInfo
setSdkInfo
SDK Info for the template.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataflow\V1beta3\SDKInfo
|
Returns | |
---|---|
Type | Description |
$this |
getParameters
The parameters for the template.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setParameters
The parameters for the template.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\ParameterMetadata>
|
Returns | |
---|---|
Type | Description |
$this |