Interface TimestampRangeOrBuilder (2.17.1)

public interface TimestampRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTimestampMicros()

public abstract long getEndTimestampMicros()

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

int64 end_timestamp_micros = 2;

Returns
TypeDescription
long

The endTimestampMicros.

getStartTimestampMicros()

public abstract long getStartTimestampMicros()

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

int64 start_timestamp_micros = 1;

Returns
TypeDescription
long

The startTimestampMicros.