Google Cloud Dataflow V1beta3 Client - Class RuntimeMetadata (0.6.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Dataflow\V1beta3\SDKInfo|null

hasSdkInfo

clearSdkInfo

setSdkInfo

SDK Info for the template.

Parameter
NameDescription
var Google\Cloud\Dataflow\V1beta3\SDKInfo
Returns
TypeDescription
$this

getParameters

The parameters for the template.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setParameters

The parameters for the template.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\ParameterMetadata>
Returns
TypeDescription
$this