Reference documentation and code samples for the Cloud Bigtable V2 Client class TimestampRange.
Specified a contiguous range of microsecond timestamps.
Generated from protobuf message google.bigtable.v2.TimestampRange
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_timestamp_micros
int|string
Inclusive lower bound. If left empty, interpreted as 0.
↳ end_timestamp_micros
int|string
Exclusive upper bound. If left empty, interpreted as infinity.
getStartTimestampMicros
Inclusive lower bound. If left empty, interpreted as 0.
int|string
setStartTimestampMicros
Inclusive lower bound. If left empty, interpreted as 0.
var
int|string
$this
getEndTimestampMicros
Exclusive upper bound. If left empty, interpreted as infinity.
int|string
setEndTimestampMicros
Exclusive upper bound. If left empty, interpreted as infinity.
var
int|string
$this