Interface TimelineSetProto.TimeSegmentPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TimelineSetProto.TimeSegmentPB, TimelineSetProto.TimeSegmentPB.Builder
Enclosing class:
TimelineSetProto

public static interface TimelineSetProto.TimeSegmentPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 end = 2;
    long
    int64 start = 1;
    .common.protobuf.AnyObjectPB value = 3;
    .common.protobuf.AnyObjectPB value = 3;
    boolean
    .common.protobuf.AnyObjectPB value = 3;

    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

    • getStart

      long getStart()
      int64 start = 1;
      Returns:
      The start.
    • getEnd

      long getEnd()
      int64 end = 2;
      Returns:
      The end.
    • hasValue

      boolean hasValue()
      .common.protobuf.AnyObjectPB value = 3;
      Returns:
      Whether the value field is set.
    • getValue

      .common.protobuf.AnyObjectPB value = 3;
      Returns:
      The value.
    • getValueOrBuilder

      .common.protobuf.AnyObjectPB value = 3;