-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] What values should we use for our user agent? #2391
Comments
google-api-python client uses google-cloud-python-{service}/{version} ({transport})
|
See googleapis#2391 for larger discussion.
See googleapis#2391 for larger discussion.
See googleapis#2391 for larger discussion.
See googleapis#2391 for larger discussion.
See googleapis#2391 for larger discussion.
Should we update the |
@lukesneeringer Seemed to indicate that it wasn't as relevant. It might be a non-trivial code change? I'm not sure if the individual packages allow over-riding the user agent. At the very least it'd be a breaking change if we moved from |
Doing nothing is fine here. |
Also, oh hey, I bet this ticket is close-able. :-) #3046 pretty clearly supercedes it. Closing. Re-open if there are any concerns. |
This came up in #2367. In node, they use
gcloud-node-{SERVICE}/{SERVICE_VERSION}
. So for example, bigtable would begcloud-node-bigtable/0.3.1
./cc @callmehiphop @stephenplusplus
The text was updated successfully, but these errors were encountered: