Google Cloud Dataflow V1beta3 Client - Class ParameterMetadataEnumOption (0.8.1)

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

ParameterMetadataEnumOption specifies the option shown in the enum form.

Generated from protobuf message google.dataflow.v1beta3.ParameterMetadataEnumOption

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ value string

Required. The value of the enum option.

↳ label string

Optional. The label to display for the enum option.

↳ description string

Optional. The description to display for the enum option.

getValue

Required. The value of the enum option.

Returns
Type Description
string

setValue

Required. The value of the enum option.

Parameter
Name Description
var string
Returns
Type Description
$this

getLabel

Optional. The label to display for the enum option.

Returns
Type Description
string

setLabel

Optional. The label to display for the enum option.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Optional. The description to display for the enum option.

Returns
Type Description
string

setDescription

Optional. The description to display for the enum option.

Parameter
Name Description
var string
Returns
Type Description
$this