Google Cloud Dataflow V1beta3 Client - Class Parameter (0.6.2)

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

Namespace

Google \ Cloud \ Dataflow \ V1beta3 \ StructuredMessage

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setKey

Key or name for this parameter.

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

Value for this parameter.

Returns
Type Description
Google\Protobuf\Value|null

hasValue

clearValue

setValue

Value for this parameter.

Parameter
Name Description
var Google\Protobuf\Value
Returns
Type Description
$this