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
264 265 266 267 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 264 class TimestampRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_timestamp_micros ⇒ ::Integer
264 265 266 267 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 264 class TimestampRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |