Class: Google::Cloud::Bigtable::V2::ColumnMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ColumnMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Describes a column in a Bigtable Query Language result set.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the column.
-
#type ⇒ ::Google::Cloud::Bigtable::V2::Type
The type of the column.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the column.
727 728 729 730 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 727 class ColumnMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Bigtable::V2::Type
Returns The type of the column.
727 728 729 730 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 727 class ColumnMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |