Class: Google::Cloud::Bigtable::V2::SampleRowKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::SampleRowKeysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Response message for Bigtable.SampleRowKeys.
Instance Attribute Summary collapse
-
#offset_bytes ⇒ ::Integer
Approximate total storage space used by all rows in the table which precede
row_key. -
#row_key ⇒ ::String
Sorted streamed sequence of sample row keys in the table.
Instance Attribute Details
#offset_bytes ⇒ ::Integer
235 236 237 238 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 235 class SampleRowKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_key ⇒ ::String
235 236 237 238 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 235 class SampleRowKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |