Uses of Class
com.google.protobuf.generated.DescriptorProtos.GeneratedCodeInfo.Annotation
Packages that use DescriptorProtos.GeneratedCodeInfo.Annotation
-
Uses of DescriptorProtos.GeneratedCodeInfo.Annotation in com.google.protobuf.generated
Methods in com.google.protobuf.generated that return DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Annotation.Builder.build()
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.buildPartial()
DescriptorProtos.GeneratedCodeInfo.Builder.getAnnotation
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.getAnnotation
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfoOrBuilder.getAnnotation
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.getDefaultInstance()
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.getDefaultInstanceForType()
DescriptorProtos.GeneratedCodeInfo.Annotation.getDefaultInstanceForType()
DescriptorProtos.GeneratedCodeInfo.Annotation.parseDelimitedFrom
(InputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(byte[] data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(InputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteBuffer data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.getAnnotationList()
An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.getAnnotationList()
An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfoOrBuilder.getAnnotationList()
An Annotation connects some span of text in generated code to an element of its generating .proto file.com.google.protobuf.Parser
<DescriptorProtos.GeneratedCodeInfo.Annotation> DescriptorProtos.GeneratedCodeInfo.Annotation.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.GeneratedCodeInfo.Annotation> DescriptorProtos.GeneratedCodeInfo.Annotation.parser()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation
(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation
(DescriptorProtos.GeneratedCodeInfo.Annotation value) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.mergeFrom
(DescriptorProtos.GeneratedCodeInfo.Annotation other) DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilder
(DescriptorProtos.GeneratedCodeInfo.Annotation prototype) DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation
(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) An Annotation connects some span of text in generated code to an element of its generating .proto file.Method parameters in com.google.protobuf.generated with type arguments of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.addAllAnnotation
(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values) An Annotation connects some span of text in generated code to an element of its generating .proto file.