Uses of Class
com.google.protobuf.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.Edition.getValueDescriptor()
DescriptorProtos.ExtensionRangeOptions.VerificationState.getValueDescriptor()
DescriptorProtos.FeatureSet.EnforceNamingStyle.getValueDescriptor()
DescriptorProtos.FeatureSet.EnumType.getValueDescriptor()
DescriptorProtos.FeatureSet.FieldPresence.getValueDescriptor()
DescriptorProtos.FeatureSet.JsonFormat.getValueDescriptor()
DescriptorProtos.FeatureSet.MessageEncoding.getValueDescriptor()
DescriptorProtos.FeatureSet.RepeatedFieldEncoding.getValueDescriptor()
DescriptorProtos.FeatureSet.Utf8Validation.getValueDescriptor()
DescriptorProtos.FieldDescriptorProto.Label.getValueDescriptor()
DescriptorProtos.FieldDescriptorProto.Type.getValueDescriptor()
DescriptorProtos.FieldOptions.CType.getValueDescriptor()
DescriptorProtos.FieldOptions.JSType.getValueDescriptor()
DescriptorProtos.FieldOptions.OptionRetention.getValueDescriptor()
DescriptorProtos.FieldOptions.OptionTargetType.getValueDescriptor()
DescriptorProtos.FileOptions.OptimizeMode.getValueDescriptor()
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.getValueDescriptor()
DescriptorProtos.MethodOptions.IdempotencyLevel.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 TypeMethodDescriptionstatic DescriptorProtos.Edition
DescriptorProtos.Edition.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.ExtensionRangeOptions.VerificationState.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.EnforceNamingStyle.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.EnumType.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.FieldPresence.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.JsonFormat.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.MessageEncoding.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.RepeatedFieldEncoding.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FeatureSet.Utf8Validation.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.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.FieldOptions.OptionRetention.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.DescriptorProtos.FieldOptions.OptionTargetType.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.GeneratedCodeInfo.Annotation.Semantic.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.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.EnumValueDescriptorModifierConstructorDescriptionprivate
UnknownEnumValueReference
(int number, Descriptors.EnumValueDescriptor descriptor)