KeyValue

constructor(    key: String = "",     v_type: ValueType = ValueType.STRING,     v_str: String = "",     v_bool: Boolean = false,     v_int64: Long = 0,     v_float64: Double = 0.0,     v_binary: ByteString = ByteString.EMPTY,     unknownFields: ByteString = ByteString.EMPTY)