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

Returns Exclusive upper bound. If left empty, interpreted as infinity.

Returns:

  • (::Integer)

    Exclusive upper bound. If left empty, interpreted as infinity.



227
228
229
230
# File 'proto_docs/google/bigtable/v2/data.rb', line 227

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.

Returns:

  • (::Integer)

    Inclusive lower bound. If left empty, interpreted as 0.



227
228
229
230
# File 'proto_docs/google/bigtable/v2/data.rb', line 227

class TimestampRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end