Package com.google.protobuf
Interface GeneratedMessageV3.ExtensionDescriptorRetriever
-
- Enclosing class:
- GeneratedMessageV3
static interface GeneratedMessageV3.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()
-
-