Class: Google::Cloud::Dataflow::V1beta3::ParameterMetadataEnumOption
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ParameterMetadataEnumOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
ParameterMetadataEnumOption specifies the option shown in the enum form.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#label ⇒ ::String
Optional.
-
#value ⇒ ::String
Required.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. The description to display for the enum option.
405 406 407 408 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 405 class ParameterMetadataEnumOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
Returns Optional. The label to display for the enum option.
405 406 407 408 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 405 class ParameterMetadataEnumOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Required. The value of the enum option.
405 406 407 408 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 405 class ParameterMetadataEnumOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |