Class: Google::Bigtable::V2::ValueRange
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::ValueRange
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb
Overview
Specifies a contiguous range of raw byte values.
Instance Attribute Summary collapse
-
#end_value_closed ⇒ String
Used when giving an inclusive upper bound for the range.
-
#end_value_open ⇒ String
Used when giving an exclusive upper bound for the range.
-
#start_value_closed ⇒ String
Used when giving an inclusive lower bound for the range.
-
#start_value_open ⇒ String
Used when giving an exclusive lower bound for the range.
Instance Attribute Details
#end_value_closed ⇒ String
Returns Used when giving an inclusive upper bound for the range.
146 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 146 class ValueRange; end |
#end_value_open ⇒ String
Returns Used when giving an exclusive upper bound for the range.
146 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 146 class ValueRange; end |
#start_value_closed ⇒ String
Returns Used when giving an inclusive lower bound for the range.
146 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 146 class ValueRange; end |
#start_value_open ⇒ String
Returns Used when giving an exclusive lower bound for the range.
146 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 146 class ValueRange; end |