Enum FieldType (3.23.0)

public enum FieldType

Enumeration of all the possible field types.

Namespace

Google.Protobuf.Reflection

Assembly

Google.Protobuf.dll

Fields

NameDescription
Bool

The bool field type.

Bytes

The bytes field type.

Double

The double field type.

Enum

The field type used for enum fields.

Fixed32

The fixed32 field type.

Fixed64

The fixed64 field type.

Float

The float field type.

Group

The field type used for groups.

Int32

The int32 field type.

Int64

The int64 field type.

Message

The field type used for message fields.

SFixed32

The sfixed32 field type.

SFixed64

The sfixed64 field type.

SInt32

The sint32 field type.

SInt64

The sint64 field type.

String

The string field type.

UInt32

The uint32 field type.

UInt64

The uint64 field type.