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 declared as DescriptorProtos.SourceCodeInfo.Location Modifier and Type Field Description private static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. DEFAULT_INSTANCE
Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo.Location Modifier and Type Field Description private Internal.ProtobufList<DescriptorProtos.SourceCodeInfo.Location>
DescriptorProtos.SourceCodeInfo. location_
private static Parser<DescriptorProtos.SourceCodeInfo.Location>
DescriptorProtos.SourceCodeInfo.Location. PARSER
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.Location Modifier and Type Method Description static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. getDefaultInstance()
DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Builder. getLocation(int index)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo. getLocation(int index)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfoOrBuilder. getLocation(int index)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(byte[] data)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(ByteString data)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(CodedInputStream input)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(java.io.InputStream input)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.SourceCodeInfo.Location
DescriptorProtos.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()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.java.util.List<DescriptorProtos.SourceCodeInfo.Location>
DescriptorProtos.SourceCodeInfo. getLocationList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.java.util.List<DescriptorProtos.SourceCodeInfo.Location>
DescriptorProtos.SourceCodeInfoOrBuilder. getLocationList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.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 private void
DescriptorProtos.SourceCodeInfo. addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.private void
DescriptorProtos.SourceCodeInfo. addLocation(DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.Builder. addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.Builder. addLocation(DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.static DescriptorProtos.SourceCodeInfo.Location.Builder
DescriptorProtos.SourceCodeInfo.Location. newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype)
DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.Builder. setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.private void
DescriptorProtos.SourceCodeInfo. setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.SourceCodeInfo.Location Modifier and Type Method Description private void
DescriptorProtos.SourceCodeInfo. addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.Builder. addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
-