Protocol Buffers for APIs

I want to connect to google daw using a c ++ program. Is there a client library for C ++? Where can I get the gRPC protocol buffers for the wrench APIs?

+3


source to share


1 answer


Protobuf Spanner definitions can be found at https://github.com/googleapis/googleapis/tree/master/google/spanner . At the time of this writing, there are only four Google client libraries for the key: Go, Java, Node.js, and Python.



+3


source







All Articles