public static interface DescriptorProtos.GeneratedCodeInfoOrBuilder extends MessageOrBuilder
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.
|
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.
|
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder |
getAnnotationOrBuilder(int index)
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
|
java.util.List<? extends DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder> |
getAnnotationOrBuilderList()
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
java.util.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;
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder getAnnotationOrBuilder(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;