1 | # Generate compiled ProtoBuf
|
2 |
|
3 | Running the script will generate statically-compiled protobufs for decoding `application/protobuf` events. Generate them by running:
|
4 |
|
5 | ```
|
6 | ./update.sh
|
7 | ```
|
8 |
|
9 | In order to build, the following repos are cloned
|
10 |
|
11 | - https://github.com/googleapis/google-cloudevents
|
12 | - https://github.com/googleapis/googleapis
|
13 | - https://github.com/google/protobuf
|
14 |
|
15 | The script relies on the [protobufjs-cli](https://github.com/protobufjs/protobuf.js/tree/master/cli#pbts-for-typescript) package to create the compiled js/ts files.
|