Class: Google::Cloud::Bigtable::V2::RowRange

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 contiguous range of rows.

Instance Attribute Summary collapse

Instance Attribute Details

#end_key_closed::String

Returns Used when giving an inclusive upper bound for the range.

Returns:

  • (::String)

    Used when giving an inclusive upper bound for the range.



131
132
133
134
# File 'proto_docs/google/bigtable/v2/data.rb', line 131

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

#end_key_open::String

Returns Used when giving an exclusive upper bound for the range.

Returns:

  • (::String)

    Used when giving an exclusive upper bound for the range.



131
132
133
134
# File 'proto_docs/google/bigtable/v2/data.rb', line 131

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

#start_key_closed::String

Returns Used when giving an inclusive lower bound for the range.

Returns:

  • (::String)

    Used when giving an inclusive lower bound for the range.



131
132
133
134
# File 'proto_docs/google/bigtable/v2/data.rb', line 131

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

#start_key_open::String

Returns Used when giving an exclusive lower bound for the range.

Returns:

  • (::String)

    Used when giving an exclusive lower bound for the range.



131
132
133
134
# File 'proto_docs/google/bigtable/v2/data.rb', line 131

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