public abstract static class Descriptors.GenericDescriptor
extends java.lang.Object
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 and Description |
---|
GenericDescriptor() |
Modifier and Type | Method and Description |
---|---|
abstract Descriptors.FileDescriptor |
getFile() |
abstract java.lang.String |
getFullName() |
abstract java.lang.String |
getName() |
abstract Message |
toProto() |
public abstract Message toProto()
public abstract java.lang.String getName()
public abstract java.lang.String getFullName()
public abstract Descriptors.FileDescriptor getFile()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.