Hello everyone,
I am new to Google Cloud.
I have used REST API with JSON to call Google Maps API and Google Search API from Rust programming language (Google Cloud does not have a Rust SDK so I used direct REST calls, which worked fine).
Now, I am wondering, can Google Maps and Search be called using gRPC as well as using REST?
Rust has a 3rd party open source (non-from-Google) gRPC library so perhaps I can use it with Rust to access Google Cloud services via gRPC ?
If there are any examples/documentation on using gRPC calling Google Maps and Google Search please provide a link (for any language, Rust or Python or Java, C#).
thank you very much in advance