Interface HistoryDataProto.AnnotationsPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HistoryDataProto.AnnotationsPB
,HistoryDataProto.AnnotationsPB.Builder
- Enclosing class:
- HistoryDataProto
public static interface HistoryDataProto.AnnotationsPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotations
(int index) repeated .AnnotationPB annotations = 1;
int
repeated .AnnotationPB annotations = 1;
repeated .AnnotationPB annotations = 1;
getAnnotationsOrBuilder
(int index) repeated .AnnotationPB annotations = 1;
List<? extends HistoryDataProto.AnnotationPBOrBuilder>
repeated .AnnotationPB annotations = 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
-
getAnnotationsList
List<HistoryDataProto.AnnotationPB> getAnnotationsList()repeated .AnnotationPB annotations = 1;
-
getAnnotations
repeated .AnnotationPB annotations = 1;
-
getAnnotationsCount
int getAnnotationsCount()repeated .AnnotationPB annotations = 1;
-
getAnnotationsOrBuilderList
List<? extends HistoryDataProto.AnnotationPBOrBuilder> getAnnotationsOrBuilderList()repeated .AnnotationPB annotations = 1;
-
getAnnotationsOrBuilder
repeated .AnnotationPB annotations = 1;
-