PROTOBUF.ENCODE
 This is a premium feature.
Encodes a Protobuf message.
Syntax
=PROTOBUF.ENCODE(Message, MessageType, Target, [ProtobufFile])
Arguments
| Name | Description | 
|---|---|
| Message | The message to encode. | 
| MessageType | The message type to use for encoding. | 
| Target | The target where to write the encoded Protobuf message to. | 
| ProtobufFile (optional) | The Protobuf file | 
Return
The encoded Protobuf message.
Examples
| Formula | Result | Comment | 
|---|---|---|