Module | CodeGeneratorRequest::FieldDescriptorProto::Type |
In: |
lib/beefcake/generator.rb
|
TYPE_DOUBLE | = | 1 | 0 is reserved for errors. Order is weird for historical reasons. | |
TYPE_FLOAT | = | 2 | ||
TYPE_INT64 | = | 3 | ||
TYPE_UINT64 | = | 4 | take 10 bytes. Use TYPE_SINT64 if negative values are likely. | |
TYPE_INT32 | = | 5 | ||
TYPE_FIXED64 | = | 6 | take 10 bytes. Use TYPE_SINT32 if negative values are likely. | |
TYPE_FIXED32 | = | 7 | ||
TYPE_BOOL | = | 8 | ||
TYPE_STRING | = | 9 | ||
TYPE_GROUP | = | 10 | ||
TYPE_MESSAGE | = | 11 | ||
TYPE_BYTES | = | 12 | New in version 2. | |
TYPE_UINT32 | = | 13 | ||
TYPE_ENUM | = | 14 | ||
TYPE_SFIXED32 | = | 15 | ||
TYPE_SFIXED64 | = | 16 | ||
TYPE_SINT32 | = | 17 | ||
TYPE_SINT64 | = | 18 |