Package com.google.protobuf
Interface DescriptorProtos.GeneratedCodeInfoOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.GeneratedCodeInfoOrBuilder extends MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfo.AnnotationgetAnnotation(int index)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];intgetAnnotationCount()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Method Detail
-
getAnnotationList
java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation> getAnnotationList()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
getAnnotation
DescriptorProtos.GeneratedCodeInfo.Annotation getAnnotation(int index)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
getAnnotationCount
int getAnnotationCount()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
-