This is snap packaging of the Protocol Buffers compiler, from https://github.com/google/protobuf.
To simply install latest stable protoc:
sudo snap install protobuf --classic
The snap installs aliases for protoc and protoc-gen-go so the tools work as expected.
https://developers.google.com/protocol-buffers for developer documentation on Protocol Buffers.