public interface TimestampRangeOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTimestampMicros()
Exclusive upper bound.
|
long |
getStartTimestampMicros()
Inclusive lower bound.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getStartTimestampMicros()
Inclusive lower bound. If left empty, interpreted as 0.
int64 start_timestamp_micros = 1;long getEndTimestampMicros()
Exclusive upper bound. If left empty, interpreted as infinity.
int64 end_timestamp_micros = 2;