Uses of Interface
com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
Packages that use DescriptorProtos.SourceCodeInfo.LocationOrBuilder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.SourceCodeInfo.LocationOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.SourceCodeInfo.LocationOrBuilder Modifier and Type Class Description static class
DescriptorProtos.SourceCodeInfo.Location
Protobuf typegoogle.protobuf.SourceCodeInfo.Location
static class
DescriptorProtos.SourceCodeInfo.Location.Builder
Protobuf typegoogle.protobuf.SourceCodeInfo.Location
Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo.LocationOrBuilder Modifier and Type Field Description private RepeatedFieldBuilder<DescriptorProtos.SourceCodeInfo.Location,DescriptorProtos.SourceCodeInfo.Location.Builder,DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
DescriptorProtos.SourceCodeInfo.Builder. locationBuilder_
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.LocationOrBuilder Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.LocationOrBuilder
DescriptorProtos.SourceCodeInfo.Builder. getLocationOrBuilder(int index)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
DescriptorProtos.SourceCodeInfo. getLocationOrBuilder(int index)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
DescriptorProtos.SourceCodeInfoOrBuilder. getLocationOrBuilder(int index)
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo.LocationOrBuilder Modifier and Type Method Description private RepeatedFieldBuilder<DescriptorProtos.SourceCodeInfo.Location,DescriptorProtos.SourceCodeInfo.Location.Builder,DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
DescriptorProtos.SourceCodeInfo.Builder. getLocationFieldBuilder()
java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
DescriptorProtos.SourceCodeInfo.Builder. getLocationOrBuilderList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
DescriptorProtos.SourceCodeInfo. getLocationOrBuilderList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>
DescriptorProtos.SourceCodeInfoOrBuilder. getLocationOrBuilderList()
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition.
-