Package com.google.protobuf
Interface DescriptorProtos.SourceCodeInfoOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.SourceCodeInfoOrBuilder extends MessageLiteOrBuilder
-
-
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"];-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
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"];
-
-