Package com.google.protobuf
Interface DescriptorProtos.SourceCodeInfoOrBuilder
-
- All Superinterfaces:
GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder>
,MessageLiteOrBuilder
- All Known Implementing Classes:
DescriptorProtos.SourceCodeInfo
,DescriptorProtos.SourceCodeInfo.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.SourceCodeInfoOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.Location
getLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
int
getLocationCount()
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.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
-
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"];
-
-