Uses of Class
com.google.protobuf.Descriptors.GenericDescriptor
-
Packages that use Descriptors.GenericDescriptor Package Description com.google.protobuf -
-
Uses of Descriptors.GenericDescriptor in com.google.protobuf
Subclasses of Descriptors.GenericDescriptor in com.google.protobuf Modifier and Type Class Description static classDescriptors.DescriptorDescribes a message type.private static classDescriptors.DescriptorPool.PackageDescriptorRepresents a package in the symbol table.static classDescriptors.EnumDescriptorDescribes an enum type.static classDescriptors.EnumValueDescriptorDescribes one value within an enum type.static classDescriptors.FieldDescriptorDescribes a field of a message type.static classDescriptors.FileDescriptorDescribes a.protofile, including everything defined within.static classDescriptors.MethodDescriptorDescribes one method within a service type.static classDescriptors.OneofDescriptorDescribes a oneof of a message type.static classDescriptors.ServiceDescriptorDescribes a service type.Fields in com.google.protobuf declared as Descriptors.GenericDescriptor Modifier and Type Field Description (package private) Descriptors.GenericDescriptorDescriptors.GenericDescriptor. parentFields in com.google.protobuf with type parameters of type Descriptors.GenericDescriptor Modifier and Type Field Description private java.util.Map<java.lang.String,Descriptors.GenericDescriptor>Descriptors.DescriptorPool. descriptorsByNameMethods in com.google.protobuf that return Descriptors.GenericDescriptor Modifier and Type Method Description (package private) Descriptors.GenericDescriptorDescriptors.DescriptorPool. findSymbol(java.lang.String fullName)Find a generic descriptor by fully-qualified name.(package private) Descriptors.GenericDescriptorDescriptors.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.GenericDescriptorDescriptors.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.Methods in com.google.protobuf with parameters of type Descriptors.GenericDescriptor Modifier and Type Method Description (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(java.lang.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.GenericDescriptor Constructor Description DescriptorValidationException(Descriptors.GenericDescriptor problemDescriptor, java.lang.String description)DescriptorValidationException(Descriptors.GenericDescriptor problemDescriptor, java.lang.String description, java.lang.Throwable cause)
-