Package com.google.protobuf
Class Descriptors.GenericDescriptor
java.lang.Object
com.google.protobuf.Descriptors.GenericDescriptor
- Direct Known Subclasses:
Descriptors.Descriptor
,Descriptors.EnumDescriptor
,Descriptors.EnumValueDescriptor
,Descriptors.FieldDescriptor
,Descriptors.FileDescriptor
,Descriptors.MethodDescriptor
,Descriptors.ServiceDescriptor
- Enclosing class:
- Descriptors
All descriptors implement this to make it easier to implement tools like
DescriptorPool
.This class is public so that the methods it exposes can be called from outside of this package. However, it should only be subclassed from nested classes of Descriptors.
-
Constructor Details
-
GenericDescriptor
public GenericDescriptor()
-
-
Method Details
-
toProto
-
getName
-
getFullName
-
getFile
-