Class: Google::Cloud::Bigtable::V2::ResultSetMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ResultSetMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Describes the structure of a Bigtable result set.
Instance Attribute Summary collapse
-
#proto_schema ⇒ ::Google::Cloud::Bigtable::V2::ProtoSchema
Schema in proto format.
Instance Attribute Details
#proto_schema ⇒ ::Google::Cloud::Bigtable::V2::ProtoSchema
Returns Schema in proto format.
745 746 747 748 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 745 class ResultSetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |