Enum FieldType
Enumeration of all the possible field types.
Namespace: Google.Protobuf.Reflection
Assembly: Google.Protobuf.dll
Syntax
public enum FieldType
Fields
Name | Description |
---|---|
Bool | The |
Bytes | The |
Double | The |
Enum | The field type used for enum fields. |
Fixed32 | The |
Fixed64 | The |
Float | The |
Group | The field type used for groups. |
Int32 | The |
Int64 | The |
Message | The field type used for message fields. |
SFixed32 | The |
SFixed64 | The |
SInt32 | The |
SInt64 | The |
String | The |
UInt32 | The |
UInt64 | The |