Uses of Enum Class
com.google.protobuf.Descriptors.FieldDescriptor.Type
-
Uses of Descriptors.FieldDescriptor.Type in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.FieldDescriptor.TypeModifier and TypeFieldDescriptionprivate Descriptors.FieldDescriptor.Type
Descriptors.FieldDescriptor.type
private static final Descriptors.FieldDescriptor.Type[]
Descriptors.FieldDescriptor.Type.types
Methods in com.google.protobuf that return Descriptors.FieldDescriptor.TypeModifier and TypeMethodDescriptionDescriptors.FieldDescriptor.getType()
Get the field's declared type.Descriptors.FieldDescriptor.Type.valueOf
(DescriptorProtos.FieldDescriptorProto.Type type) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static Descriptors.FieldDescriptor.Type[]
Descriptors.FieldDescriptor.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.