Google Cloud Dataflow V1beta3 Client - Class RuntimeMetadata (0.6.5)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ sdk_info SDKInfo

SDK Info for the template.

↳ parameters array<ParameterMetadata>

The parameters for the template.

getSdkInfo

SDK Info for the template.

Returns
Type Description
SDKInfo|null

hasSdkInfo

clearSdkInfo

setSdkInfo

SDK Info for the template.

Parameter
Name Description
var 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<ParameterMetadata>
Returns
Type Description
$this