Transcoding HTTP/JSON API calls to gRPC through API Gateway
Secure a gRPC API via API Gateway and provide the ability to call the API using HTTP/JSON.
Use annotations in your gRPC .proto file to specify data conversion from HTTP/JSON to gRPC.
How to deploy your service on Cloud Run and leverage transcoding to mediate between HTTP/JSON and gRPC.