<PackageReference Include="Google.Protobuf" Version="3.34.2" />

Google.Protobuf.Reflection.FieldType

public enum FieldType
Enumeration of all the possible field types.
Bool = 7

The bool field type.

Bytes = 11

The bytes field type.

Double = 0

The double field type.

Enum = 17

The field type used for enum fields.

Fixed32 = 6

The fixed32 field type.

Fixed64 = 5

The fixed64 field type.

Float = 1

The float field type.

Group = 9

The field type used for groups.

Int32 = 4

The int32 field type.

Int64 = 2

The int64 field type.

Message = 10

The field type used for message fields.

SFixed32 = 13

The sfixed32 field type.

SFixed64 = 14

The sfixed64 field type.

SInt32 = 15

The sint32 field type.

SInt64 = 16

The sint64 field type.

String = 8

The string field type.

UInt32 = 12

The uint32 field type.

UInt64 = 3

The uint64 field type.