Uses of Class
com.google.protobuf.Descriptors.EnumValueDescriptor
-
Packages that use Descriptors.EnumValueDescriptor Package Description com.google.protobuf com.google.protobuf.compiler com.google.protobuf.util -
-
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.EnumValueDescriptor Modifier and Type Field Description private Descriptors.EnumValueDescriptor[]
Descriptors.EnumDescriptor. values
private Descriptors.EnumValueDescriptor[]
Descriptors.EnumDescriptor. valuesSortedByNumber
Fields in com.google.protobuf with type parameters of type Descriptors.EnumValueDescriptor Modifier and Type Field Description (package private) static java.util.Comparator<Descriptors.EnumValueDescriptor>
Descriptors.EnumValueDescriptor. BY_NUMBER
private java.lang.ref.ReferenceQueue<Descriptors.EnumValueDescriptor>
Descriptors.EnumDescriptor. cleanupQueue
(package private) static Descriptors.NumberGetter<Descriptors.EnumValueDescriptor>
Descriptors.EnumValueDescriptor. NUMBER_GETTER
private java.util.Map<java.lang.Integer,java.lang.ref.WeakReference<Descriptors.EnumValueDescriptor>>
Descriptors.EnumDescriptor. unknownValues
Methods in com.google.protobuf that return Descriptors.EnumValueDescriptor Modifier and Type Method Description Descriptors.EnumValueDescriptor
Descriptors.EnumDescriptor. findValueByName(java.lang.String name)
Find an enum value by name.Descriptors.EnumValueDescriptor
Descriptors.EnumDescriptor. findValueByNumber(int number)
Find an enum value by number.Descriptors.EnumValueDescriptor
Descriptors.EnumDescriptor. findValueByNumberCreatingIfUnknown(int number)
Get the enum value for a number.Descriptors.EnumValueDescriptor
DescriptorProtos.FieldDescriptorProto.Label. getValueDescriptor()
Descriptors.EnumValueDescriptor
DescriptorProtos.FieldDescriptorProto.Type. getValueDescriptor()
Descriptors.EnumValueDescriptor
DescriptorProtos.FieldOptions.CType. getValueDescriptor()
Descriptors.EnumValueDescriptor
DescriptorProtos.FieldOptions.JSType. getValueDescriptor()
Descriptors.EnumValueDescriptor
DescriptorProtos.FileOptions.OptimizeMode. getValueDescriptor()
Descriptors.EnumValueDescriptor
DescriptorProtos.MethodOptions.IdempotencyLevel. getValueDescriptor()
Descriptors.EnumValueDescriptor
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.EnumValueDescriptor Modifier and Type Method Description java.util.List<Descriptors.EnumValueDescriptor>
Descriptors.EnumDescriptor. getValues()
Get a list of defined values for this enum.Methods in com.google.protobuf with parameters of type Descriptors.EnumValueDescriptor Modifier and Type Method Description static DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Label. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldDescriptorProto.Type
DescriptorProtos.FieldDescriptorProto.Type. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptions.CType. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.JSType
DescriptorProtos.FieldOptions.JSType. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FileOptions.OptimizeMode
DescriptorProtos.FileOptions.OptimizeMode. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.MethodOptions.IdempotencyLevel
DescriptorProtos.MethodOptions.IdempotencyLevel. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.Constructors in com.google.protobuf with parameters of type Descriptors.EnumValueDescriptor Constructor Description UnknownEnumValueReference(int number, Descriptors.EnumValueDescriptor descriptor)
-
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return Descriptors.EnumValueDescriptor Modifier and Type Method Description Descriptors.EnumValueDescriptor
PluginProtos.CodeGeneratorResponse.Feature. getValueDescriptor()
Methods in com.google.protobuf.compiler with parameters of type Descriptors.EnumValueDescriptor Modifier and Type Method Description static PluginProtos.CodeGeneratorResponse.Feature
PluginProtos.CodeGeneratorResponse.Feature. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. -
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf.util
Methods in com.google.protobuf.util that return Descriptors.EnumValueDescriptor Modifier and Type Method Description private Descriptors.EnumValueDescriptor
JsonFormat.ParserImpl. parseEnum(Descriptors.EnumDescriptor enumDescriptor, com.google.gson.JsonElement json)
-