Class: Google::Cloud::Bigtable::V2::TimestampRange

Inherits:
Object
  • Object
show all
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

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