Class: Google::Cloud::Bigtable::V2::ReadRowsResponse::CellChunk
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ReadRowsResponse::CellChunk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Specifies a piece of a row's contents returned as part of the read response stream.
Instance Attribute Summary collapse
-
#commit_row ⇒ ::Boolean
Indicates that the client can safely process all previous chunks for
row_key, as its data has been fully read. -
#family_name ⇒ ::Google::Protobuf::StringValue
The column family name for this chunk of data.
-
#labels ⇒ ::Array<::String>
Labels applied to the cell by a RowFilter.
-
#qualifier ⇒ ::Google::Protobuf::BytesValue
The column qualifier for this chunk of data.
-
#reset_row ⇒ ::Boolean
Indicates that the client should drop all previous chunks for
row_key, as it will be re-read from the beginning. -
#row_key ⇒ ::String
The row key for this chunk of data.
-
#timestamp_micros ⇒ ::Integer
The cell's stored timestamp, which also uniquely identifies it within its column.
-
#value ⇒ ::String
The value stored in the cell.
-
#value_size ⇒ ::Integer
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value.
Instance Attribute Details
#commit_row ⇒ ::Boolean
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family_name ⇒ ::Google::Protobuf::StringValue
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#labels ⇒ ::Array<::String>
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qualifier ⇒ ::Google::Protobuf::BytesValue
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reset_row ⇒ ::Boolean
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_key ⇒ ::String
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp_micros ⇒ ::Integer
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_size ⇒ ::Integer
167 168 169 170 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 167 class CellChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |