Uses of Enum Class
com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
Packages that use DescriptorProtos.FeatureSet.EnumType
-
Uses of DescriptorProtos.FeatureSet.EnumType in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FeatureSet.EnumTypeModifier and TypeMethodDescriptionDescriptorProtos.FeatureSet.EnumType.forNumber
(int value) DescriptorProtos.FeatureSet.Builder.getEnumType()
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
DescriptorProtos.FeatureSet.getEnumType()
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
DescriptorProtos.FeatureSetOrBuilder.getEnumType()
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
DescriptorProtos.FeatureSet.EnumType.valueOf
(int value) Deprecated.DescriptorProtos.FeatureSet.EnumType.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static DescriptorProtos.FeatureSet.EnumType[]
DescriptorProtos.FeatureSet.EnumType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FeatureSet.EnumTypeMethods in com.google.protobuf with parameters of type DescriptorProtos.FeatureSet.EnumTypeModifier and TypeMethodDescriptionDescriptorProtos.FeatureSet.Builder.setEnumType
(DescriptorProtos.FeatureSet.EnumType value) optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...