search

goog.proto2.Message.FieldType

Provided By
Typenumber

An enumeration defining the possible field types. Should be a mirror of that defined in descriptor.h.

TODO(user): Remove this alias. The code generator generates code that references this enum, so it needs to exist until the code generator is changed. The enum was moved to from Message to FieldDescriptor to avoid a dependency cycle.

Use goog.proto2.FieldDescriptor.FieldType instead.

Values

BOOL
BYTES
DOUBLE
ENUM
FIXED32
FIXED64
FLOAT
GROUP
INT32
INT64
MESSAGE
SFIXED32
SFIXED64
SINT32
SINT64
STRING
UINT32
UINT64