Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ValueRange.
Specifies a contiguous range of raw byte values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_value_closed
def end_value_closed() -> ::String
-
(::String) — 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.
#end_value_closed=
def end_value_closed=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#end_value_open
def end_value_open() -> ::String
-
(::String) — 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.
#end_value_open=
def end_value_open=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#start_value_closed
def start_value_closed() -> ::String
-
(::String) — 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.
#start_value_closed=
def start_value_closed=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#start_value_open
def start_value_open() -> ::String
-
(::String) — 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.
#start_value_open=
def start_value_open=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.