Skip to main content
Version: Streamsheets 2.5

PROTOBUF.ENCODE

star This is a premium feature.

Encodes a Protobuf message.

Syntax

=PROTOBUF.ENCODE(Message, MessageType, Target, [ProtobufFile])

Arguments

NameDescription
MessageThe message to encode.
MessageTypeThe message type to use for encoding.
TargetThe target where to write the encoded Protobuf message to.
ProtobufFile (optional)The Protobuf file

Return

The encoded Protobuf message.

Examples

FormulaResultComment