Cloud Bigtable V2 Client - Class TimestampRange (1.27.0)

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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int|string

setStartTimestampMicros

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getEndTimestampMicros

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

Returns
TypeDescription
int|string

setEndTimestampMicros

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this