ReadonlydecodeDecode Protobuf binary data to a value.
ReadonlyencodeEncode a value to Protobuf binary format.
ReadonlymessageMessage index path within the proto file.
For the first (or only) message type, this is [0].
For nested or non-first message types, use the path of indexes
(e.g. [1] for the second top-level message, [0, 2] for the
third nested message within the first top-level message).
A parsed Protobuf schema with encode/decode capabilities for a specific message type.