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 Type
    Method
    Description
    long
    int64 endTime = 2;
    boolean
    bool includeBounds = 3;
    long
    int64 startTime = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.