Uses of Class
com.google.protobuf.Descriptors.EnumValueDescriptor
Packages that use Descriptors.EnumValueDescriptor
-
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.EnumValueDescriptorModifier and TypeFieldDescriptionprivate final Descriptors.EnumValueDescriptor[]
Descriptors.EnumDescriptor.values
private final Descriptors.EnumValueDescriptor[]
Descriptors.EnumDescriptor.valuesSortedByNumber
Fields in com.google.protobuf with type parameters of type Descriptors.EnumValueDescriptorModifier and TypeFieldDescription(package private) static final Comparator
<Descriptors.EnumValueDescriptor> Descriptors.EnumValueDescriptor.BY_NUMBER
Descriptors.EnumDescriptor.cleanupQueue
(package private) static final Descriptors.NumberGetter
<Descriptors.EnumValueDescriptor> Descriptors.EnumValueDescriptor.NUMBER_GETTER
Descriptors.EnumDescriptor.unknownValues
Methods 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.DescriptorProtos.FieldDescriptorProto.Label.getValueDescriptor()
DescriptorProtos.FieldDescriptorProto.Type.getValueDescriptor()
DescriptorProtos.FieldOptions.CType.getValueDescriptor()
DescriptorProtos.FieldOptions.JSType.getValueDescriptor()
DescriptorProtos.FileOptions.OptimizeMode.getValueDescriptor()
DescriptorProtos.MethodOptions.IdempotencyLevel.getValueDescriptor()
Field.Cardinality.getValueDescriptor()
Field.Kind.getValueDescriptor()
NullValue.getValueDescriptor()
ProtocolMessageEnum.getValueDescriptor()
Return the value's descriptor, which contains information such as value name, number, and type.Syntax.getValueDescriptor()
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 TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Label.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FieldDescriptorProto.Type.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FieldOptions.CType.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FieldOptions.JSType.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FileOptions.OptimizeMode.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Field.Cardinality
Field.Cardinality.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Field.Kind
Field.Kind.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NullValue
NullValue.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Syntax
Syntax.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.EnumValueDescriptorModifierConstructorDescriptionprivate
UnknownEnumValueReference
(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.EnumValueDescriptor
JsonFormat.ParserImpl.parseEnum
(Descriptors.EnumDescriptor enumDescriptor, com.google.gson.JsonElement json)