Google Cloud Dataflow V1beta3 Client - Class Parameter (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class Parameter.

Structured data associated with this message.

Generated from protobuf message google.dataflow.v1beta3.StructuredMessage.Parameter

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ key string

Key or name for this parameter.

↳ value Google\Protobuf\Value

Value for this parameter.

getKey

Key or name for this parameter.

Returns
TypeDescription
string

setKey

Key or name for this parameter.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValue

Value for this parameter.

Returns
TypeDescription
Google\Protobuf\Value|null

hasValue

clearValue

setValue

Value for this parameter.

Parameter
NameDescription
var Google\Protobuf\Value
Returns
TypeDescription
$this