Uses of Class
com.google.protobuf.Descriptors.EnumValueDescriptor
-
Packages that use Descriptors.EnumValueDescriptor Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of Descriptors.EnumValueDescriptor in com.google.protobuf
Methods in com.google.protobuf that return Descriptors.EnumValueDescriptor Modifier and Type Method Description Descriptors.EnumValueDescriptorDescriptors.EnumDescriptor. findValueByName(java.lang.String name)Find an enum value by name.Descriptors.EnumValueDescriptorDescriptors.EnumDescriptor. findValueByNumber(int number)Find an enum value by number.Descriptors.EnumValueDescriptorDescriptors.EnumDescriptor. findValueByNumberCreatingIfUnknown(int number)Get the enum value for a number.Descriptors.EnumValueDescriptorDescriptorProtos.ExtensionRangeOptions.VerificationState. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FieldDescriptorProto.Label. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FieldDescriptorProto.Type. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FieldOptions.CType. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FieldOptions.JSType. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FieldOptions.OptionRetention. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FieldOptions.OptionTargetType. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.FileOptions.OptimizeMode. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.GeneratedCodeInfo.Annotation.Semantic. getValueDescriptor()Descriptors.EnumValueDescriptorDescriptorProtos.MethodOptions.IdempotencyLevel. getValueDescriptor()Descriptors.EnumValueDescriptorField.Cardinality. getValueDescriptor()Descriptors.EnumValueDescriptorField.Kind. getValueDescriptor()Descriptors.EnumValueDescriptorNullValue. getValueDescriptor()Descriptors.EnumValueDescriptorProtocolMessageEnum. getValueDescriptor()Return the value's descriptor, which contains information such as value name, number, and type.Descriptors.EnumValueDescriptorSyntax. getValueDescriptor()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.ExtensionRangeOptions.VerificationStateDescriptorProtos.ExtensionRangeOptions.VerificationState. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldDescriptorProto.LabelDescriptorProtos.FieldDescriptorProto.Label. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldDescriptorProto.TypeDescriptorProtos.FieldDescriptorProto.Type. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.CTypeDescriptorProtos.FieldOptions.CType. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptions.JSType. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.OptionRetentionDescriptorProtos.FieldOptions.OptionRetention. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.OptionTargetTypeDescriptorProtos.FieldOptions.OptionTargetType. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.FileOptions.OptimizeModeDescriptorProtos.FileOptions.OptimizeMode. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.GeneratedCodeInfo.Annotation.SemanticDescriptorProtos.GeneratedCodeInfo.Annotation.Semantic. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptions.IdempotencyLevel. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Field.CardinalityField.Cardinality. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Field.KindField.Kind. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NullValueNullValue. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SyntaxSyntax. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name. -
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.EnumValueDescriptorPluginProtos.CodeGeneratorResponse.Feature. getValueDescriptor()Methods in com.google.protobuf.compiler with parameters of type Descriptors.EnumValueDescriptor Modifier and Type Method Description static PluginProtos.CodeGeneratorResponse.FeaturePluginProtos.CodeGeneratorResponse.Feature. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.
-