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 class
Describes a message type.private static final class
Represents a package in the symbol table.static final class
Describes an enum type.static final class
Describes one value within an enum type.static final class
Describes a field of a message type.static final class
Describes a.proto
file, including everything defined within.static final class
Describes one method within a service type.static final class
Describes an oneof of a message type.static final class
Describes a service type.Fields in com.google.protobuf with type parameters of type Descriptors.GenericDescriptorModifier and TypeFieldDescriptionprivate final Map
<String, Descriptors.GenericDescriptor> Descriptors.DescriptorPool.descriptorsByName
Methods in com.google.protobuf that return Descriptors.GenericDescriptorModifier and TypeMethodDescription(package private) Descriptors.GenericDescriptor
Descriptors.DescriptorPool.findSymbol
(String fullName) Find a generic descriptor by fully-qualified name.(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.Methods in com.google.protobuf with parameters of type Descriptors.GenericDescriptorModifier and TypeMethodDescription(package private) void
Descriptors.DescriptorPool.addSymbol
(Descriptors.GenericDescriptor descriptor) Adds a symbol to the symbol table.(package private) boolean
Descriptors.DescriptorPool.isAggregate
(Descriptors.GenericDescriptor descriptor) Checks if the descriptor is a valid namespace type.(package private) boolean
Descriptors.DescriptorPool.isType
(Descriptors.GenericDescriptor descriptor) Checks if the descriptor is a valid type for a message field.(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.(package private) static void
Descriptors.DescriptorPool.validateSymbolName
(Descriptors.GenericDescriptor descriptor) Verifies that the descriptor's name is valid (i.e.Constructors in com.google.protobuf with parameters of type Descriptors.GenericDescriptorModifierConstructorDescriptionprivate
DescriptorValidationException
(Descriptors.GenericDescriptor problemDescriptor, String description) private
DescriptorValidationException
(Descriptors.GenericDescriptor problemDescriptor, String description, Throwable cause)