Package com.google.bigtable.v2
Interface TimestampRangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimestampRange,TimestampRange.Builder
public interface TimestampRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongExclusive upper bound.longInclusive lower bound.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStartTimestampMicros
long getStartTimestampMicros()Inclusive lower bound. If left empty, interpreted as 0.
int64 start_timestamp_micros = 1;- Returns:
- The startTimestampMicros.
-
getEndTimestampMicros
long getEndTimestampMicros()Exclusive upper bound. If left empty, interpreted as infinity.
int64 end_timestamp_micros = 2;- Returns:
- The endTimestampMicros.
-