Cloud Bigtable V2 Client - Class TimestampRange (2.0.1)

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
dataarray

Optional. Data for populating the Message object.

↳ start_timestamp_microsint|string

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

↳ end_timestamp_microsint|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
varint|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
varint|string
Returns
TypeDescription
$this