Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::TimestampRange (v0.5.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::TimestampRange.

Specified a contiguous range of microsecond timestamps.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_timestamp_micros

def end_timestamp_micros() -> ::Integer
Returns
  • (::Integer) — Exclusive upper bound. If left empty, interpreted as infinity.

#end_timestamp_micros=

def end_timestamp_micros=(value) -> ::Integer
Parameter
  • value (::Integer) — Exclusive upper bound. If left empty, interpreted as infinity.
Returns
  • (::Integer) — Exclusive upper bound. If left empty, interpreted as infinity.

#start_timestamp_micros

def start_timestamp_micros() -> ::Integer
Returns
  • (::Integer) — Inclusive lower bound. If left empty, interpreted as 0.

#start_timestamp_micros=

def start_timestamp_micros=(value) -> ::Integer
Parameter
  • value (::Integer) — Inclusive lower bound. If left empty, interpreted as 0.
Returns
  • (::Integer) — Inclusive lower bound. If left empty, interpreted as 0.