Class: Google::Cloud::Bigtable::V2::Type::Enum
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Type::Enum
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/types.rb
Overview
A protobuf enum type.
Values of type Enum are stored in Value.int_value.
Instance Attribute Summary collapse
-
#enum_name ⇒ ::String
The fully qualified name of the protobuf enum message, including package.
-
#schema_bundle_id ⇒ ::String
The ID of the schema bundle that this enum is defined in.
Instance Attribute Details
#enum_name ⇒ ::String
Returns The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
481 482 483 484 |
# File 'proto_docs/google/bigtable/v2/types.rb', line 481 class Enum include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_bundle_id ⇒ ::String
Returns The ID of the schema bundle that this enum is defined in.
481 482 483 484 |
# File 'proto_docs/google/bigtable/v2/types.rb', line 481 class Enum include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |