Uses of Class
com.google.protobuf.Descriptors.GenericDescriptor
Packages that use Descriptors.GenericDescriptor
-
Uses of Descriptors.GenericDescriptor in com.google.protobuf
Subclasses of Descriptors.GenericDescriptor in com.google.protobufModifier and TypeClassDescriptionstatic final classDescribes a message type.private static final classRepresents a package in the symbol table.static final classDescribes an enum type.static final classDescribes one value within an enum type.static final classDescribes a field of a message type.static final classDescribes a.protofile, including everything defined within.static final classDescribes one method within a service type.static final classDescribes a oneof of a message type.static final classDescribes a service type.Fields in com.google.protobuf with type parameters of type Descriptors.GenericDescriptorModifier and TypeFieldDescriptionprivate final Map<String,Descriptors.GenericDescriptor> Descriptors.DescriptorPool.descriptorsByNameMethods in com.google.protobuf that return Descriptors.GenericDescriptorModifier and TypeMethodDescription(package private) Descriptors.GenericDescriptorDescriptors.DescriptorPool.findSymbol(String fullName) Find a generic descriptor by fully-qualified name.(package private) Descriptors.GenericDescriptorDescriptors.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.GenericDescriptorDescriptors.DescriptorPool.lookupSymbol(String name, Descriptors.GenericDescriptor relativeTo, Descriptors.DescriptorPool.SearchFilter filter) Look up a type descriptor by name, relative to some other descriptor.Methods in com.google.protobuf with parameters of type Descriptors.GenericDescriptorModifier and TypeMethodDescription(package private) voidDescriptors.DescriptorPool.addSymbol(Descriptors.GenericDescriptor descriptor) Adds a symbol to the symbol table.(package private) booleanDescriptors.DescriptorPool.isAggregate(Descriptors.GenericDescriptor descriptor) Checks if the descriptor is a valid namespace type.(package private) booleanDescriptors.DescriptorPool.isType(Descriptors.GenericDescriptor descriptor) Checks if the descriptor is a valid type for a message field.(package private) Descriptors.GenericDescriptorDescriptors.DescriptorPool.lookupSymbol(String name, Descriptors.GenericDescriptor relativeTo, Descriptors.DescriptorPool.SearchFilter filter) Look up a type descriptor by name, relative to some other descriptor.(package private) static voidDescriptors.DescriptorPool.validateSymbolName(Descriptors.GenericDescriptor descriptor) Verifies that the descriptor's name is valid.Constructors in com.google.protobuf with parameters of type Descriptors.GenericDescriptorModifierConstructorDescriptionprivateDescriptorValidationException(Descriptors.GenericDescriptor problemDescriptor, String description) privateDescriptorValidationException(Descriptors.GenericDescriptor problemDescriptor, String description, Throwable cause)