Class: Google::Cloud::Bigtable::V2::RowSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/data.rb

Overview

Specifies a non-contiguous set of rows.

Instance Attribute Summary collapse

Instance Attribute Details

#row_keys::Array<::String>

Returns Single rows included in the set.

Returns:

  • (::Array<::String>)

    Single rows included in the set.



143
144
145
146
# File 'proto_docs/google/bigtable/v2/data.rb', line 143

class RowSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#row_ranges::Array<::Google::Cloud::Bigtable::V2::RowRange>

Returns Contiguous row ranges included in the set.

Returns:



143
144
145
146
# File 'proto_docs/google/bigtable/v2/data.rb', line 143

class RowSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end