Package com.google.protobuf
Interface GeneratedMessage.ExtensionDescriptorRetriever
-
- All Known Implementing Classes:
GeneratedMessage.CachedDescriptorRetriever
- Enclosing class:
- GeneratedMessage
static interface GeneratedMessage.ExtensionDescriptorRetriever
Gets the descriptor for an extension. The implementation depends on whether the extension is scoped in the top level of a file or scoped in a Message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Descriptors.FieldDescriptor
getDescriptor()
-
-
-
Method Detail
-
getDescriptor
Descriptors.FieldDescriptor getDescriptor()
-
-