Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
Packages that use DescriptorProtos.SourceCodeInfo.Location Package Description com.google.protobuf -
-
Uses of DescriptorProtos.SourceCodeInfo.Location in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo.Location Modifier and Type Field Description static Parser<DescriptorProtos.SourceCodeInfo.Location>DescriptorProtos.SourceCodeInfo.Location. PARSERDeprecated.Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.Location Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location.Builder. build()DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location.Builder. buildPartial()static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. getDefaultInstance()DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location.Builder. getDefaultInstanceForType()DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. getDefaultInstanceForType()DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Builder. getLocation(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo. getLocation(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfoOrBuilder. getLocation(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(byte[] data)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(ByteString data)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(CodedInputStream input)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(java.io.InputStream input)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.SourceCodeInfo.LocationDescriptorProtos.SourceCodeInfo.Location. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo.Location Modifier and Type Method Description java.util.List<DescriptorProtos.SourceCodeInfo.Location>DescriptorProtos.SourceCodeInfo.Builder. getLocationList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];java.util.List<DescriptorProtos.SourceCodeInfo.Location>DescriptorProtos.SourceCodeInfo. getLocationList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];java.util.List<DescriptorProtos.SourceCodeInfo.Location>DescriptorProtos.SourceCodeInfoOrBuilder. getLocationList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];Parser<DescriptorProtos.SourceCodeInfo.Location>DescriptorProtos.SourceCodeInfo.Location. getParserForType()static Parser<DescriptorProtos.SourceCodeInfo.Location>DescriptorProtos.SourceCodeInfo.Location. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo.Location Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. addLocation(DescriptorProtos.SourceCodeInfo.Location value)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.Location.BuilderDescriptorProtos.SourceCodeInfo.Location.Builder. mergeFrom(DescriptorProtos.SourceCodeInfo.Location other)static DescriptorProtos.SourceCodeInfo.Location.BuilderDescriptorProtos.SourceCodeInfo.Location. newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype)DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.SourceCodeInfo.Location Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-