Interface TimelineSetProto.TimelinePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimelineSetProto.TimelinePB
,TimelineSetProto.TimelinePB.Builder
- Enclosing class:
- TimelineSetProto
public static interface TimelineSetProto.TimelinePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSegments
(int index) repeated .common.protobuf.TimeSegmentPB segments = 2;
int
repeated .common.protobuf.TimeSegmentPB segments = 2;
repeated .common.protobuf.TimeSegmentPB segments = 2;
getSegmentsOrBuilder
(int index) repeated .common.protobuf.TimeSegmentPB segments = 2;
List<? extends TimelineSetProto.TimeSegmentPBOrBuilder>
repeated .common.protobuf.TimeSegmentPB segments = 2;
getStyle()
.common.protobuf.TimelineStylePB style = 1;
int
.common.protobuf.TimelineStylePB style = 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
-
getStyleValue
int getStyleValue().common.protobuf.TimelineStylePB style = 1;
- Returns:
- The enum numeric value on the wire for style.
-
getStyle
TimelineSetProto.TimelineStylePB getStyle().common.protobuf.TimelineStylePB style = 1;
- Returns:
- The style.
-
getSegmentsList
List<TimelineSetProto.TimeSegmentPB> getSegmentsList()repeated .common.protobuf.TimeSegmentPB segments = 2;
-
getSegments
repeated .common.protobuf.TimeSegmentPB segments = 2;
-
getSegmentsCount
int getSegmentsCount()repeated .common.protobuf.TimeSegmentPB segments = 2;
-
getSegmentsOrBuilderList
List<? extends TimelineSetProto.TimeSegmentPBOrBuilder> getSegmentsOrBuilderList()repeated .common.protobuf.TimeSegmentPB segments = 2;
-
getSegmentsOrBuilder
repeated .common.protobuf.TimeSegmentPB segments = 2;
-