Class: Google::Cloud::Bigtable::V2::TimestampRange
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::TimestampRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Specified a contiguous range of microsecond timestamps.
Instance Attribute Summary collapse
-
#end_timestamp_micros ⇒ ::Integer
Exclusive upper bound.
-
#start_timestamp_micros ⇒ ::Integer
Inclusive lower bound.
Instance Attribute Details
#end_timestamp_micros ⇒ ::Integer
Returns Exclusive upper bound. If left empty, interpreted as infinity.
179 180 181 182 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 179 class TimestampRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_timestamp_micros ⇒ ::Integer
Returns Inclusive lower bound. If left empty, interpreted as 0.
179 180 181 182 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 179 class TimestampRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |