keyFieldType property

int keyFieldType
final

Key type of the map. Per proto2 and proto3 specs, this needs to be an integer type or string, and the type cannot be repeated.

The int value is interpreted the same way as FieldInfo.type.

Implementation

final int keyFieldType;