public abstract static class Descriptors.GenericDescriptor extends 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 |
---|
Descriptors.GenericDescriptor() |
Modifier and Type | Method and Description |
---|---|
abstract Descriptors.FileDescriptor |
getFile() |
abstract String |
getFullName() |
abstract String |
getName() |
abstract Message |
toProto() |
public abstract Message toProto()
public abstract String getName()
public abstract String getFullName()
public abstract Descriptors.FileDescriptor getFile()
Copyright © 2008-2014 Google. All Rights Reserved.