Class Descriptors.GenericDescriptor (3.19.4)

public abstract static class Descriptors.GenericDescriptor

All descriptors implement this to make it easier to implement tools like DescriptorPool.

Inheritance

java.lang.Object > Descriptors.GenericDescriptor

Methods

getFile()

public abstract Descriptors.FileDescriptor getFile()
Returns
TypeDescription
Descriptors.FileDescriptor

getFullName()

public abstract String getFullName()
Returns
TypeDescription
String

getName()

public abstract String getName()
Returns
TypeDescription
String

toProto()

public abstract Message toProto()
Returns
TypeDescription
Message