DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
<Type> DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,java.util.List<Type>> extension,
Type value) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index,
DescriptorProtos.SourceCodeInfo.Location value) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index,
DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location value) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.clear() |
|
<Type> DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,Type> extension) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.clearLocation() |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.FileDescriptorProto.Builder.getSourceCodeInfoBuilder() |
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo other) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.mergeFrom(Message other) |
|
static DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilder() |
|
static DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilder(DescriptorProtos.SourceCodeInfo prototype) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilderForType() |
|
protected DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilderForType(AbstractMessage.BuilderParent parent) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.removeLocation(int index) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
<Type> DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,java.util.List<Type>> extension,
int index,
Type value) |
|
<Type> DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,Type> extension,
Type value) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index,
DescriptorProtos.SourceCodeInfo.Location value) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index,
DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.toBuilder() |
|