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.Annotation
getAnnotation(int index)
An Annotation connects some span of text in generated code to an element of its generating .proto file.int
getAnnotationCount()
An Annotation connects some span of text in generated code to an element of its generating .proto file.java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>
getAnnotationList()
An Annotation connects some span of text in generated code to an element of its generating .proto file.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Method Detail
-
getAnnotationList
java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation> getAnnotationList()
An Annotation connects some span of text in generated code to an element of its generating .proto file.
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
-
getAnnotation
DescriptorProtos.GeneratedCodeInfo.Annotation getAnnotation(int index)
An Annotation connects some span of text in generated code to an element of its generating .proto file.
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
-
getAnnotationCount
int getAnnotationCount()
An Annotation connects some span of text in generated code to an element of its generating .proto file.
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
-
-