Class: Google::Cloud::Bigtable::V2::ProtoSchema
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ProtoSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
ResultSet schema in proto format
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::Bigtable::V2::ColumnMetadata>
The columns in the result set.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::Bigtable::V2::ColumnMetadata>
Returns The columns in the result set.
736 737 738 739 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 736 class ProtoSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |