Uses of Class
com.google.protobuf.Descriptors.EnumDescriptor
Packages that use Descriptors.EnumDescriptor
-
Uses of Descriptors.EnumDescriptor in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.EnumDescriptorModifier and TypeFieldDescriptionprivate static final Descriptors.EnumDescriptor[]Descriptors.EMPTY_ENUM_DESCRIPTORSprivate final Descriptors.EnumDescriptorGeneratedMessage.FieldAccessorTable.RepeatedEnumFieldAccessor.enumDescriptorprivate final Descriptors.EnumDescriptorGeneratedMessage.FieldAccessorTable.SingularEnumFieldAccessor.enumDescriptorprivate final Descriptors.EnumDescriptor[]Descriptors.Descriptor.enumTypesprivate final Descriptors.EnumDescriptor[]Descriptors.FileDescriptor.enumTypesprivate final Descriptors.EnumDescriptorDescriptors.EnumValueDescriptor.typeMethods in com.google.protobuf that return Descriptors.EnumDescriptorModifier and TypeMethodDescriptionDescriptors.Descriptor.findEnumTypeByName(String name) Finds a nested enum type by name.Descriptors.FileDescriptor.findEnumTypeByName(String name) Find an enum type in the file by name.static Descriptors.EnumDescriptorJavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.getDescriptor()static Descriptors.EnumDescriptorJavaFeaturesProto.JavaFeatures.Utf8Validation.getDescriptor()JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.getDescriptorForType()JavaFeaturesProto.JavaFeatures.Utf8Validation.getDescriptorForType()ProtocolMessageEnum.getDescriptorForType()Return the enum type's descriptor, which contains information about each defined value, etc.Descriptors.Descriptor.getEnumType(int index) Get the message type's nested enum type at the specified index.Descriptors.FieldDescriptor.getEnumType()For enum fields, gets the field's type.Descriptors.FileDescriptor.getEnumType(int index) Descriptors.EnumValueDescriptor.getType()Get the value's enum type.Methods in com.google.protobuf that return types with arguments of type Descriptors.EnumDescriptorModifier and TypeMethodDescriptionDescriptors.Descriptor.getEnumTypes()Get a list of enum types nested within this one.Descriptors.FileDescriptor.getEnumTypes()Get a list of top-level enum types declared in this file.Methods in com.google.protobuf with parameters of type Descriptors.EnumDescriptorModifier and TypeMethodDescriptionstatic StringGeneratorNames.getBytecodeClassName(Descriptors.EnumDescriptor enm) Returns the fully qualified Java bytecode class name for the given enum descriptor.(package private) static StringGeneratorNames.getClassNameWithoutPackage(Descriptors.EnumDescriptor enm) Returns the name of the given enum descriptor without the package name prefix.static booleanGeneratorNames.getNestInFileClass(Descriptors.EnumDescriptor descriptor) static StringGeneratorNames.getQualifiedClassName(Descriptors.EnumDescriptor enm) Returns the fully qualified Java class name for the given enum descriptor.Constructors in com.google.protobuf with parameters of type Descriptors.EnumDescriptorModifierConstructorDescriptionprivateEnumValueDescriptor(DescriptorProtos.EnumValueDescriptorProto proto, Descriptors.EnumDescriptor parent, int index) privateEnumValueDescriptor(Descriptors.EnumDescriptor parent, Integer number) -
Uses of Descriptors.EnumDescriptor in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return Descriptors.EnumDescriptorModifier and TypeMethodDescriptionstatic Descriptors.EnumDescriptorPluginProtos.CodeGeneratorResponse.Feature.getDescriptor()PluginProtos.CodeGeneratorResponse.Feature.getDescriptorForType() -
Uses of Descriptors.EnumDescriptor in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Descriptors.EnumDescriptorModifier and TypeMethodDescriptionprivate Descriptors.EnumValueDescriptorJsonFormat.ParserImpl.parseEnum(Descriptors.EnumDescriptor enumDescriptor, com.google.gson.JsonElement json)