Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
Packages that use DescriptorProtos.GeneratedCodeInfo.Builder
-
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.BuilderModifier 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.DescriptorProtos.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(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) 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.Builder.addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.clearAnnotation()An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.newBuilder()DescriptorProtos.GeneratedCodeInfo.newBuilder(DescriptorProtos.GeneratedCodeInfo prototype) DescriptorProtos.GeneratedCodeInfo.Builder.removeAnnotation(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.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.DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) An Annotation connects some span of text in generated code to an element of its generating .proto file. -
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder builderForValue) Information describing the file content being inserted.