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 classDescriptorProtos.SourceCodeInfo.LocationProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic classDescriptorProtos.SourceCodeInfo.Location.BuilderProtobuf typegoogle.protobuf.SourceCodeInfo.LocationMethods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo.LocationOrBuilder Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.LocationOrBuilderDescriptorProtos.SourceCodeInfo.Builder. getLocationOrBuilder(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.LocationOrBuilderDescriptorProtos.SourceCodeInfo. getLocationOrBuilder(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];DescriptorProtos.SourceCodeInfo.LocationOrBuilderDescriptorProtos.SourceCodeInfoOrBuilder. getLocationOrBuilder(int index)repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo.LocationOrBuilder Modifier and Type Method Description java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>DescriptorProtos.SourceCodeInfo.Builder. getLocationOrBuilderList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>DescriptorProtos.SourceCodeInfo. getLocationOrBuilderList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];java.util.List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder>DescriptorProtos.SourceCodeInfoOrBuilder. getLocationOrBuilderList()repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-