Use gRPC for Pub/Sub, Datastore, and Logging when possible
See: https://github.com/google/googleapis
- Pub/Sub
- Datastore
PREVIOUS CONTENT: Now that gRPC is open-source, I was wondering how much effort it might be to add it to gcloud-python as the transport layer. Currently, I believe it would be supported for the Datastore and PubSub services...
Obviously we'd have to look at package distribution (as pip install grpc has some extra dependencies) but it'd be cool to add support for this as I suspect we'd see better performance.