Install protoc for your platform:
https://grpc.io/docs/protoc-installation/
Install clang for your platform:
https://releases.llvm.org/download.html
In the root directory, update submodules:
git submodule update --init --recursiveInstall protoc-gen-openapiv2:
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latestTo install the protobuf service converter, run:
go mod downloadAPI documentation is auto-generated from the service protobuf definitions. This is done by converting the service definition to an OpenAPI 2/Swagger definition, which is then rendered by ReDoc.
We also inject additional documentation via the various *.md files in this
directory.
Run:
python3 ./build.py
Go to the gcp/appengine/docs directory, and run:
$ python -m http.serverDocs are served from App Engine. To deploy them, change your working directory
to gcp/appengine and deploy.
./deploy.sh