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 \ V1beta3Methods
__construct
Constructor.
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.
string
setValue
Required. The value of the enum option.
var
string
$this
getLabel
Optional. The label to display for the enum option.
string
setLabel
Optional. The label to display for the enum option.
var
string
$this
getDescription
Optional. The description to display for the enum option.
string
setDescription
Optional. The description to display for the enum option.
var
string
$this