Uses of Class
com.google.protobuf.Descriptors.DescriptorPool.SearchFilter
-
Packages that use Descriptors.DescriptorPool.SearchFilter Package Description com.google.protobuf -
-
Uses of Descriptors.DescriptorPool.SearchFilter in com.google.protobuf
Methods in com.google.protobuf that return Descriptors.DescriptorPool.SearchFilter Modifier and Type Method 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.Methods in com.google.protobuf with parameters of type Descriptors.DescriptorPool.SearchFilter Modifier and Type Method 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.
-