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"];
|
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.clearLocation() |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
static DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilder() |
|
static DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.newBuilder(DescriptorProtos.SourceCodeInfo prototype) |
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.removeLocation(int index) |
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
|
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"];
|