Uses of Enum Class
com.google.protobuf.Descriptors.FileDescriptorTables.SearchFilter
Packages that use Descriptors.FileDescriptorTables.SearchFilter
-
Uses of Descriptors.FileDescriptorTables.SearchFilter in com.google.protobuf
Subclasses with type arguments of type Descriptors.FileDescriptorTables.SearchFilter in com.google.protobufModifier and TypeClassDescription(package private) static enumDefines what subclass of descriptors to search in the descriptor tables.Methods in com.google.protobuf that return Descriptors.FileDescriptorTables.SearchFilterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Descriptors.FileDescriptorTables.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.FileDescriptorTables.SearchFilterModifier and TypeMethodDescription(package private) Descriptors.GenericDescriptorDescriptors.FileDescriptorTables.findSymbol(String fullName, Descriptors.FileDescriptorTables.SearchFilter filter) Find a descriptor by fully-qualified name and given option to only search valid field type descriptors.(package private) Descriptors.GenericDescriptorDescriptors.FileDescriptorTables.lookupSymbol(String name, Descriptors.GenericDescriptor relativeTo, Descriptors.FileDescriptorTables.SearchFilter filter) Look up a type descriptor by name, relative to some other descriptor.