Enum FieldDescriptorProto.Types.Type
Namespace: Google.Protobuf.Reflection
Assembly: Google.Protobuf.dll
Syntax
public enum FieldDescriptorProto.Types.Type
Fields
| Name | Description |
|---|---|
| Bool | |
| Bytes | |
| Double | |
| Enum | |
| Fixed32 | |
| Fixed64 | |
| Float | |
| Group | |
| Int32 | |
| Int64 | |
| Message | |
| Sfixed32 | |
| Sfixed64 | |
| Sint32 | |
| Sint64 | |
| String | |
| Uint32 | |
| Uint64 |