Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::ParameterMetadataEnumOption (v0.13.0)

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

ParameterMetadataEnumOption specifies the option shown in the enum form.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Optional. The description to display for the enum option.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. The description to display for the enum option.
Returns
  • (::String) — Optional. The description to display for the enum option.

#label

def label() -> ::String
Returns
  • (::String) — Optional. The label to display for the enum option.

#label=

def label=(value) -> ::String
Parameter
  • value (::String) — Optional. The label to display for the enum option.
Returns
  • (::String) — Optional. The label to display for the enum option.

#value

def value() -> ::String
Returns
  • (::String) — Required. The value of the enum option.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Required. The value of the enum option.
Returns
  • (::String) — Required. The value of the enum option.