See #282 for context.
From @pcostell:
Just a random note about proto usage:
If you plan to let users run gcloud-python in the App Engine python runtime, proto access is
really slow (I believe because of the sandbox). I would limit proto access to serialization
and deserialization only.
and
Not 100% sure, but I think it uses a C proto library so it goes outside the process boundary.
See #282 for context.
From @pcostell:
and