Readonly
KReadonly
VMap value type. Can be scalar, enum, or message.
Readonly
T: ScalarTypeReadonly
kind: "scalar"Readonly
T: EnumTypeReadonly
kind: "enum"Readonly
T: MessageType<AnyMessage>Readonly
kind: "message"Readonly
defaultAn explicit default value (only proto2). Never set for maps.
Optional
Readonly
delimitedSerialize this message with the delimited format, also known as group encoding, as opposed to the standard length prefix.
Only valid for message fields.
Readonly
jsonThe name for JSON serialization / deserialization.
Readonly
kindReadonly
localThe name of the field as used in generated code.
Readonly
nameThe original name of the .proto field.
Readonly
noThe field number of the .proto field.
Optional
Readonly
oneofThe oneof
group, if this field belongs to one.
Readonly
packedIs this repeated field packed? Never true for maps.
Readonly
repeatedIs the field repeated? Never true for maps.
Generated using TypeDoc
Map key type.
The key_type can be any integral or string type (so, any scalar type except for floating point types and bytes)