Interface TimeRangeProto.TimeRangePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeRangeProto.TimeRangePB,TimeRangeProto.TimeRangePB.Builder
- Enclosing class:
- TimeRangeProto
public static interface TimeRangeProto.TimeRangePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 endTime = 2;booleanbool includeBounds = 3;longint64 startTime = 1;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
-
getStartTime
long getStartTime()int64 startTime = 1;- Returns:
- The startTime.
-
getEndTime
long getEndTime()int64 endTime = 2;- Returns:
- The endTime.
-
getIncludeBounds
boolean getIncludeBounds()bool includeBounds = 3;- Returns:
- The includeBounds.
-