Skip to content

Generating Protobufs

Generating usable Protobuf messages consists of two parts:

  • Define your .proto schema
  • Use the protoc or buf generate tools to generate Python (or C++, Java, etc) stubs