Uses of Class
com.google.protobuf.Descriptors.EnumValueDescriptor
Packages that use Descriptors.EnumValueDescriptor
-
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf
Subclasses with type arguments of type Descriptors.EnumValueDescriptor in com.google.protobufModifier and TypeClassDescriptionprivate static classClasses in com.google.protobuf that implement interfaces with type arguments of type Descriptors.EnumValueDescriptorModifier and TypeClassDescriptionstatic final classDescribes an enum type.Fields in com.google.protobuf declared as Descriptors.EnumValueDescriptorModifier and TypeFieldDescriptionprivate final Descriptors.EnumValueDescriptor[]Descriptors.EnumDescriptor.valuesprivate final Descriptors.EnumValueDescriptor[]Descriptors.EnumDescriptor.valuesSortedByNumberFields in com.google.protobuf with type parameters of type Descriptors.EnumValueDescriptorModifier and TypeFieldDescription(package private) static final Comparator<Descriptors.EnumValueDescriptor> Descriptors.EnumValueDescriptor.BY_NUMBERDescriptors.EnumDescriptor.cleanupQueue(package private) static final ToIntFunction<Descriptors.EnumValueDescriptor> Descriptors.EnumValueDescriptor.NUMBER_GETTERprivate Map<Integer, WeakReference<Descriptors.EnumValueDescriptor>> Descriptors.EnumDescriptor.unknownValuesMethods in com.google.protobuf that return Descriptors.EnumValueDescriptorModifier and TypeMethodDescriptionDescriptors.EnumDescriptor.findValueByName(String name) Find an enum value by name.Descriptors.EnumDescriptor.findValueByNumber(int number) Find an enum value by number.Descriptors.EnumDescriptor.findValueByNumberCreatingIfUnknown(int number) Get the enum value for a number.Descriptors.EnumDescriptor.getValue(int index) JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.getValueDescriptor()JavaFeaturesProto.JavaFeatures.Utf8Validation.getValueDescriptor()ProtocolMessageEnum.getValueDescriptor()Return the value's descriptor, which contains information such as value name, number, and type.Methods in com.google.protobuf that return types with arguments of type Descriptors.EnumValueDescriptorModifier and TypeMethodDescriptionDescriptors.EnumDescriptor.getValues()Get a list of defined values for this enum.Methods in com.google.protobuf with parameters of type Descriptors.EnumValueDescriptorModifier and TypeMethodDescriptionJavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.JavaFeaturesProto.JavaFeatures.Utf8Validation.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Constructors in com.google.protobuf with parameters of type Descriptors.EnumValueDescriptorModifierConstructorDescriptionprivateUnknownEnumValueReference(int number, Descriptors.EnumValueDescriptor descriptor) -
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return Descriptors.EnumValueDescriptorModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Feature.getValueDescriptor()Methods in com.google.protobuf.compiler with parameters of type Descriptors.EnumValueDescriptorModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.Feature.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. -
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf.util
Methods in com.google.protobuf.util that return Descriptors.EnumValueDescriptorModifier and TypeMethodDescriptionprivate Descriptors.EnumValueDescriptorJsonFormat.ParserImpl.parseEnum(Descriptors.EnumDescriptor enumDescriptor, com.google.gson.JsonElement json)