Uses of Class
com.google.protobuf.generated.DescriptorProtos.GeneratedCodeInfo.Builder
Packages that use DescriptorProtos.GeneratedCodeInfo.Builder
-
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Describes the relationship between generated code and its original source file.Methods in com.google.protobuf.generated 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.clear()
DescriptorProtos.GeneratedCodeInfo.Builder.clearAnnotation()
An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom
(DescriptorProtos.GeneratedCodeInfo other) DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.GeneratedCodeInfo.newBuilder()
DescriptorProtos.GeneratedCodeInfo.newBuilder
(DescriptorProtos.GeneratedCodeInfo prototype) DescriptorProtos.GeneratedCodeInfo.newBuilderForType()
DescriptorProtos.GeneratedCodeInfo.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.DescriptorProtos.GeneratedCodeInfo.toBuilder()