Modifier and Type | Class and Description |
---|---|
static class |
DescriptorProtos.SourceCodeInfo.Location
Protobuf type
google.protobuf.SourceCodeInfo.Location |
static class |
DescriptorProtos.SourceCodeInfo.Location.Builder
Protobuf type
google.protobuf.SourceCodeInfo.Location |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.SourceCodeInfo.LocationOrBuilder |
DescriptorProtos.SourceCodeInfoOrBuilder.getLocationOrBuilder(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
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)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition. |
DescriptorProtos.SourceCodeInfo.LocationOrBuilder |
DescriptorProtos.SourceCodeInfo.Builder.getLocationOrBuilder(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition. |
Modifier and Type | Method and Description |
---|---|
List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder> |
DescriptorProtos.SourceCodeInfoOrBuilder.getLocationOrBuilderList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition. |
List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder> |
DescriptorProtos.SourceCodeInfo.getLocationOrBuilderList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition. |
List<? extends DescriptorProtos.SourceCodeInfo.LocationOrBuilder> |
DescriptorProtos.SourceCodeInfo.Builder.getLocationOrBuilderList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition. |
Copyright © 2008–2016. All rights reserved.