Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Packages that use DescriptorProtos.FieldDescriptorProto.Type
-
Uses of DescriptorProtos.FieldDescriptorProto.Type in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeFieldDescriptionprivate static final DescriptorProtos.FieldDescriptorProto.Type[]
DescriptorProtos.FieldDescriptorProto.Type.VALUES
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap
<DescriptorProtos.FieldDescriptorProto.Type> DescriptorProtos.FieldDescriptorProto.Type.internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Type.forNumber
(int value) DescriptorProtos.FieldDescriptorProto.Builder.getType()
If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.getType()
If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProtoOrBuilder.getType()
If type_name is set, this need not be set.Descriptors.FieldDescriptor.Type.toProto()
DescriptorProtos.FieldDescriptorProto.Type.valueOf
(int value) Deprecated.DescriptorProtos.FieldDescriptorProto.Type.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.DescriptorProtos.FieldDescriptorProto.Type.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.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Type.internalGetValueMap()
Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.TypeModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Builder.setType
(DescriptorProtos.FieldDescriptorProto.Type value) If type_name is set, this need not be set.Descriptors.FieldDescriptor.Type.valueOf
(DescriptorProtos.FieldDescriptorProto.Type type) Returns the enum constant of this class with the specified name.