Skip to content
Novus Examples
pb45 B

Protobuf — Encoded Message

A single protobuf User message in binary wire format (varint + length-delimited fields) — the serialized counterpart to the user.proto schema. For testing protobuf decoders without the generated code.

Preview — schema + first 4 rowspb
fieldwirevalue
id (1, varint)1001
name (2, len)Ada Lovelace
email (3, len)ada.lovelace@example.com
role (4, varint)ROLE_MEMBER (2)
Decoded protobuf User message.

Specifications

Rows
5
Columns
7
Format
Protocol Buffers (wire format)
Message
User
Note
matches schema.graphql's sibling user.proto

Generated by generation/data_binary.py. Free for any use, no attribution required — license.