Package com.google.protobuf
Interface DescriptorProtos.GeneratedCodeInfoOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.GeneratedCodeInfo
,DescriptorProtos.GeneratedCodeInfo.Builder
- Enclosing class:
DescriptorProtos
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.int
An Annotation connects some span of text in generated code to an element of its generating .proto file.An Annotation connects some span of text in generated code to an element of its generating .proto file.getAnnotationOrBuilder
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.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
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAnnotationList
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
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;
-
getAnnotationOrBuilderList
List<? extends DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder> getAnnotationOrBuilderList()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;
-
getAnnotationOrBuilder
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;
-