<table class="table">
  <thead>
    <tr>
      <th style="width:25%">Function</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>from_protobuf(data, messageName, descFilePath, options)</td>
      <td>Converts a binary Protobuf value into a Catalyst value.</td>
    </tr>
    <tr>
      <td>to_protobuf(child, messageName, descFilePath, options)</td>
      <td>Converts a Catalyst binary input value into its corresponding
      Protobuf format result.</td>
    </tr>
  </tbody>
</table>
