Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static Descriptors.DescriptorPool.SearchFilter |
Descriptors.DescriptorPool.SearchFilter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Descriptors.DescriptorPool.SearchFilter[] |
Descriptors.DescriptorPool.SearchFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) Descriptors.GenericDescriptor |
Descriptors.DescriptorPool.findSymbol(java.lang.String fullName,
Descriptors.DescriptorPool.SearchFilter filter)
Find a descriptor by fully-qualified name and given option to only
search valid field type descriptors.
|
(package private) Descriptors.GenericDescriptor |
Descriptors.DescriptorPool.lookupSymbol(java.lang.String name,
Descriptors.GenericDescriptor relativeTo,
Descriptors.DescriptorPool.SearchFilter filter)
Look up a type descriptor by name, relative to some other descriptor.
|