Class: Google::Cloud::Bigtable::V2::ValueRange
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ValueRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
Note: The following fields are mutually exclusive: end_value_closed, end_value_open. If a field in that set is populated, all other fields in the set will automatically be cleared.
290 291 292 293 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 290 class ValueRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_value_open ⇒ ::String
Returns Used when giving an exclusive upper bound for the range.
Note: The following fields are mutually exclusive: end_value_open, end_value_closed. If a field in that set is populated, all other fields in the set will automatically be cleared.
290 291 292 293 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 290 class ValueRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_value_closed ⇒ ::String
Returns Used when giving an inclusive lower bound for the range.
Note: The following fields are mutually exclusive: start_value_closed, start_value_open. If a field in that set is populated, all other fields in the set will automatically be cleared.
290 291 292 293 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 290 class ValueRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_value_open ⇒ ::String
Returns Used when giving an exclusive lower bound for the range.
Note: The following fields are mutually exclusive: start_value_open, start_value_closed. If a field in that set is populated, all other fields in the set will automatically be cleared.
290 291 292 293 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 290 class ValueRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |