public static interface DescriptorProtos.GeneratedCodeInfoOrBuilder extends MessageLiteOrBuilder
Modifier and Type | Method and 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.
|
List<DescriptorProtos.GeneratedCodeInfo.Annotation> |
getAnnotationList()
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
|
getDefaultInstanceForType, isInitialized
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;
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;
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;
Copyright © 2008–2016 Google. All rights reserved.