Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
Packages that use DescriptorProtos.SourceCodeInfo.Builder
-
Uses of DescriptorProtos.SourceCodeInfo.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.SourceCodeInfo.Builder.addAllLocation
(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.addLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.addLocation
(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.addLocation
(DescriptorProtos.SourceCodeInfo.Location value) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.addLocation
(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.clear()
DescriptorProtos.SourceCodeInfo.Builder.clearLocation()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoBuilder()
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.SourceCodeInfo.Builder.mergeFrom
(DescriptorProtos.SourceCodeInfo other) DescriptorProtos.SourceCodeInfo.newBuilder()
DescriptorProtos.SourceCodeInfo.newBuilder
(DescriptorProtos.SourceCodeInfo prototype) DescriptorProtos.SourceCodeInfo.newBuilderForType()
protected DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.SourceCodeInfo.Builder.removeLocation
(int index) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.setLocation
(int index, DescriptorProtos.SourceCodeInfo.Location value) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder.setLocation
(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.toBuilder()
Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.setSourceCodeInfo
(DescriptorProtos.SourceCodeInfo.Builder builderForValue) optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];