SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.Descriptor message) |
Gets the location of a message, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.EnumDescriptor enumType) |
Gets the location of an enum type, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.EnumValueDescriptor enumValue) |
Gets the location of an enum value, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.FieldDescriptor field) |
Gets the location of a field, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.MethodDescriptor method) |
Gets the location of a method, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Gets the location of a oneof, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.ServiceDescriptor service) |
Gets the location of a service, if available.
|