Uses of Class
com.google.protobuf.generated.DescriptorProtos.SourceCodeInfo.Builder
Packages that use DescriptorProtos.SourceCodeInfo.Builder
-
Uses of DescriptorProtos.SourceCodeInfo.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.SourceCodeInfo.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Encapsulates information about the original source file from which a FileDescriptorProto was generated.Methods in com.google.protobuf.generated that return DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addAllLocation
(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation
(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation
(DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.addLocation
(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.clear()
DescriptorProtos.SourceCodeInfo.Builder.clearLocation()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoBuilder()
This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Builder.mergeFrom
(DescriptorProtos.SourceCodeInfo other) DescriptorProtos.SourceCodeInfo.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.SourceCodeInfo.newBuilder()
DescriptorProtos.SourceCodeInfo.newBuilder
(DescriptorProtos.SourceCodeInfo prototype) DescriptorProtos.SourceCodeInfo.newBuilderForType()
protected DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.SourceCodeInfo.Builder.removeLocation
(int index) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.setLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder.setLocation
(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.toBuilder()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.setSourceCodeInfo
(DescriptorProtos.SourceCodeInfo.Builder builderForValue) This field contains optional information about the original source code.