Package com.google.protobuf
Interface Descriptors.FileDescriptor.InternalDescriptorAssigner
-
- Enclosing class:
- Descriptors.FileDescriptor
@Deprecated public static interface Descriptors.FileDescriptor.InternalDescriptorAssigner
Deprecated.This class should be used by generated code only. When callingDescriptors.FileDescriptor.internalBuildGeneratedFileFrom(java.lang.String[], com.google.protobuf.Descriptors.FileDescriptor[], com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner)
, the caller provides a callback implementing this interface. The callback is called after the FileDescriptor has been constructed, in order to assign all the global variables defined in the generated code which point at parts of the FileDescriptor. The callback returns an ExtensionRegistry which contains any extensions which might be used in the descriptor -- that is, extensions of the various "Options" messages defined in descriptor.proto. The callback may also return null to indicate that no extensions are used in the descriptor.This interface is deprecated. Use the return value of internalBuildGeneratedFrom() instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ExtensionRegistry
assignDescriptors(Descriptors.FileDescriptor root)
Deprecated.
-
-
-
Method Detail
-
assignDescriptors
ExtensionRegistry assignDescriptors(Descriptors.FileDescriptor root)
Deprecated.
-
-