Uses of Enum Class
com.google.protobuf.Descriptors.DescriptorPool.SearchFilter
Packages that use Descriptors.DescriptorPool.SearchFilter
-
Uses of Descriptors.DescriptorPool.SearchFilter in com.google.protobuf
Methods in com.google.protobuf that return Descriptors.DescriptorPool.SearchFilterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Descriptors.DescriptorPool.SearchFilter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type Descriptors.DescriptorPool.SearchFilterModifier and TypeMethodDescription(package private) Descriptors.GenericDescriptor
Descriptors.DescriptorPool.findSymbol
(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
(String name, Descriptors.GenericDescriptor relativeTo, Descriptors.DescriptorPool.SearchFilter filter) Look up a type descriptor by name, relative to some other descriptor.