Uses of Class
com.google.protobuf.Descriptors.EnumDescriptor
Packages that use Descriptors.EnumDescriptor
-
Uses of Descriptors.EnumDescriptor in com.google.protobuf
Methods in com.google.protobuf that return Descriptors.EnumDescriptorModifier and TypeMethodDescriptionDescriptors.Descriptor.findEnumTypeByName
(String name) Finds a nested enum type by name.Descriptors.FileDescriptor.findEnumTypeByName
(String name) Find an enum type in the file by name.static Descriptors.EnumDescriptor
DescriptorProtos.Edition.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.ExtensionRangeOptions.VerificationState.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.EnforceNamingStyle.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.EnumType.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.FieldPresence.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.JsonFormat.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.MessageEncoding.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.RepeatedFieldEncoding.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.Utf8Validation.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FeatureSet.VisibilityFeature.DefaultSymbolVisibility.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FieldDescriptorProto.Label.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FieldDescriptorProto.Type.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FieldOptions.CType.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FieldOptions.JSType.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FieldOptions.OptionRetention.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FieldOptions.OptionTargetType.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.FileOptions.OptimizeMode.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.MethodOptions.IdempotencyLevel.getDescriptor()
static Descriptors.EnumDescriptor
DescriptorProtos.SymbolVisibility.getDescriptor()
static Descriptors.EnumDescriptor
Field.Cardinality.getDescriptor()
static Descriptors.EnumDescriptor
Field.Kind.getDescriptor()
static Descriptors.EnumDescriptor
JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.getDescriptor()
static Descriptors.EnumDescriptor
JavaFeaturesProto.JavaFeatures.Utf8Validation.getDescriptor()
static Descriptors.EnumDescriptor
NullValue.getDescriptor()
static Descriptors.EnumDescriptor
Syntax.getDescriptor()
DescriptorProtos.Edition.getDescriptorForType()
DescriptorProtos.ExtensionRangeOptions.VerificationState.getDescriptorForType()
DescriptorProtos.FeatureSet.EnforceNamingStyle.getDescriptorForType()
DescriptorProtos.FeatureSet.EnumType.getDescriptorForType()
DescriptorProtos.FeatureSet.FieldPresence.getDescriptorForType()
DescriptorProtos.FeatureSet.JsonFormat.getDescriptorForType()
DescriptorProtos.FeatureSet.MessageEncoding.getDescriptorForType()
DescriptorProtos.FeatureSet.RepeatedFieldEncoding.getDescriptorForType()
DescriptorProtos.FeatureSet.Utf8Validation.getDescriptorForType()
DescriptorProtos.FeatureSet.VisibilityFeature.DefaultSymbolVisibility.getDescriptorForType()
DescriptorProtos.FieldDescriptorProto.Label.getDescriptorForType()
DescriptorProtos.FieldDescriptorProto.Type.getDescriptorForType()
DescriptorProtos.FieldOptions.CType.getDescriptorForType()
DescriptorProtos.FieldOptions.JSType.getDescriptorForType()
DescriptorProtos.FieldOptions.OptionRetention.getDescriptorForType()
DescriptorProtos.FieldOptions.OptionTargetType.getDescriptorForType()
DescriptorProtos.FileOptions.OptimizeMode.getDescriptorForType()
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.getDescriptorForType()
DescriptorProtos.MethodOptions.IdempotencyLevel.getDescriptorForType()
DescriptorProtos.SymbolVisibility.getDescriptorForType()
Field.Cardinality.getDescriptorForType()
Field.Kind.getDescriptorForType()
JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.getDescriptorForType()
JavaFeaturesProto.JavaFeatures.Utf8Validation.getDescriptorForType()
NullValue.getDescriptorForType()
ProtocolMessageEnum.getDescriptorForType()
Return the enum type's descriptor, which contains information about each defined value, etc.Syntax.getDescriptorForType()
Descriptors.FieldDescriptor.getEnumType()
For enum fields, gets the field's type.Descriptors.EnumValueDescriptor.getType()
Get the value's enum type.Methods in com.google.protobuf that return types with arguments of type Descriptors.EnumDescriptorModifier and TypeMethodDescriptionDescriptors.Descriptor.getEnumTypes()
Get a list of enum types nested within this one.Descriptors.FileDescriptor.getEnumTypes()
Get a list of top-level enum types declared in this file. -
Uses of Descriptors.EnumDescriptor in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return Descriptors.EnumDescriptorModifier and TypeMethodDescriptionstatic Descriptors.EnumDescriptor
PluginProtos.CodeGeneratorResponse.Feature.getDescriptor()
PluginProtos.CodeGeneratorResponse.Feature.getDescriptorForType()
-
Uses of Descriptors.EnumDescriptor in dev.enola.core.util.proto
Methods in dev.enola.core.util.proto that return Descriptors.EnumDescriptorModifier and TypeMethodDescriptionstatic Descriptors.EnumDescriptor
Log.Severity.getDescriptor()
Log.Severity.getDescriptorForType()