Package com.google.protobuf
Interface DescriptorProtos.SourceCodeInfoOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.SourceCodeInfoOrBuilder extends MessageOrBuilder
-
-
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"];DescriptorProtos.SourceCodeInfo.LocationOrBuildergetLocationOrBuilder(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>getLocationOrBuilderList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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"];
-
getLocationOrBuilderList
java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder> getLocationOrBuilderList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
getLocationOrBuilder
DescriptorProtos.SourceCodeInfo.LocationOrBuilder getLocationOrBuilder(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
-