commit | 0e2f6a35e1e48f801ed6f5c8b66fd9b62f02bdd1 | [log] [tgz] |
---|---|---|
author | Tim Swast <swast@google.com> | Mon Apr 29 10:04:19 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 29 10:04:19 2019 -0700 |
tree | 8522941e674213031ef6341de1d6eb43d0a6683b | |
parent | ca8822b19be3247a99e7b50494b0f6adfa8132d8 [diff] |
Add `user_agent` property to `ClientInfo` (#7799) * Add `user_agent` property to `ClientInfo` This provides a way for partners to define a prefix identifying their tool or application, as required by many cloud partnership agreements. * Workaround for pytype pyi error with nested class.