Package com.google.protobuf
Interface DescriptorProtos.SourceCodeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder>,com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.SourceCodeInfoOrBuilder extends com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.LocationgetLocation(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];intgetLocationCount()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];java.util.List<DescriptorProtos.SourceCodeInfo.Location>getLocationList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
-
-
Method Detail
-
getLocationList
java.util.List<DescriptorProtos.SourceCodeInfo.Location> getLocationList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
getLocation
DescriptorProtos.SourceCodeInfo.Location getLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
getLocationCount
int getLocationCount()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
-