Class: Google::Cloud::Bigtable::V2::Row
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Specifies the complete (requested) contents of a single row of a table. Rows which exceed 256MiB in size cannot be read in full.
Instance Attribute Summary collapse
-
#families ⇒ ::Array<::Google::Cloud::Bigtable::V2::Family>
May be empty, but only if the entire row is empty.
-
#key ⇒ ::String
The unique key which identifies this row within its table.
Instance Attribute Details
#families ⇒ ::Array<::Google::Cloud::Bigtable::V2::Family>
Returns May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
35 36 37 38 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 35 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
Returns The unique key which identifies this row within its table. This is the same key that's used to identify the row in, for example, a MutateRowRequest. May contain any non-empty byte string up to 4KiB in length.
35 36 37 38 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 35 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |