Google Cloud API ? (maps and search and perhaps other cloud services) #907
-
Hello, I am totally new to this crate, so a beginner question: Can I use this crate to access Google Cloud services, via gRPC, for example: At present I use reqwest/REST from Rust client programs and I receive JSON data as results of the call and then I use serde to process it in my Rust client program. Google Cloud (API) is my server. I am thinking of using gRPC from Rust instead of REST/reqwest and came across tonic crate. Is my task possible? thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: I contacted Google support yesterday. It looks like gRPC is not supported with Google Maps and Google internet Search API. |
Beta Was this translation helpful? Give feedback.
Update: I contacted Google support yesterday. It looks like gRPC is not supported with Google Maps and Google internet Search API.
So my question does not apply.
Instead of deleting it, I am keeping it here, just in case someone else is interested.
Google said they are evaluating gRPC support for Maps but there are no firm details at this time.