Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::RowRange.
Specifies a contiguous range of rows.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_key_closed
def end_key_closed() -> ::String
-
(::String) — Used when giving an inclusive upper bound for the range.
Note: The following fields are mutually exclusive:
end_key_closed
,end_key_open
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#end_key_closed=
def end_key_closed=(value) -> ::String
-
value (::String) — Used when giving an inclusive upper bound for the range.
Note: The following fields are mutually exclusive:
end_key_closed
,end_key_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_key_closed
,end_key_open
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#end_key_open
def end_key_open() -> ::String
-
(::String) — Used when giving an exclusive upper bound for the range.
Note: The following fields are mutually exclusive:
end_key_open
,end_key_closed
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#end_key_open=
def end_key_open=(value) -> ::String
-
value (::String) — Used when giving an exclusive upper bound for the range.
Note: The following fields are mutually exclusive:
end_key_open
,end_key_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_key_open
,end_key_closed
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#start_key_closed
def start_key_closed() -> ::String
-
(::String) — Used when giving an inclusive lower bound for the range.
Note: The following fields are mutually exclusive:
start_key_closed
,start_key_open
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#start_key_closed=
def start_key_closed=(value) -> ::String
-
value (::String) — Used when giving an inclusive lower bound for the range.
Note: The following fields are mutually exclusive:
start_key_closed
,start_key_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_key_closed
,start_key_open
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#start_key_open
def start_key_open() -> ::String
-
(::String) — Used when giving an exclusive lower bound for the range.
Note: The following fields are mutually exclusive:
start_key_open
,start_key_closed
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#start_key_open=
def start_key_open=(value) -> ::String
-
value (::String) — Used when giving an exclusive lower bound for the range.
Note: The following fields are mutually exclusive:
start_key_open
,start_key_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_key_open
,start_key_closed
. If a field in that set is populated, all other fields in the set will automatically be cleared.