Class: Google::Cloud::ApiHub::V1::ConfigValueOption
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ConfigValueOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
ConfigValueOption represents an option for a config variable of type enum or multi select.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#id ⇒ ::String
Required.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. Description of the option.
1405 1406 1407 1408 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1405 class ConfigValueOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Display name of the option.
1405 1406 1407 1408 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1405 class ConfigValueOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Required. Id of the option.
1405 1406 1407 1408 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1405 class ConfigValueOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |