Class: Google::Cloud::Connectors::V1::EnumOption
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::EnumOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/common.rb
Overview
EnumOption definition
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Display name of the option.
-
#id ⇒ ::String
Id of the option.
Instance Attribute Details
#display_name ⇒ ::String
Returns Display name of the option.
152 153 154 155 |
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 152 class EnumOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Id of the option.
152 153 154 155 |
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 152 class EnumOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |