google-api-go-client: update all APIs

Change-Id: If32e320fc93c1118a8e36f629dc1db12cbc89e23
Reviewed-on: https://code-review.googlesource.com/3411
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
58 files changed
tree: 6f9989881ee8edbcd331103ce2c658c60e94e3cd
  1. adexchangebuyer/
  2. adexchangeseller/
  3. admin/
  4. adsense/
  5. adsensehost/
  6. analytics/
  7. androidenterprise/
  8. androidpublisher/
  9. appengine/
  10. appsactivity/
  11. appstate/
  12. autoscaler/
  13. bigquery/
  14. blogger/
  15. books/
  16. calendar/
  17. civicinfo/
  18. classroom/
  19. cloudbilling/
  20. clouddebugger/
  21. cloudlatencytest/
  22. cloudmonitoring/
  23. cloudresourcemanager/
  24. clouduseraccounts/
  25. compute/
  26. container/
  27. content/
  28. coordinate/
  29. customsearch/
  30. dataflow/
  31. datastore/
  32. deploymentmanager/
  33. dfareporting/
  34. discovery/
  35. dns/
  36. doubleclickbidmanager/
  37. doubleclicksearch/
  38. drive/
  39. examples/
  40. fitness/
  41. freebase/
  42. fusiontables/
  43. games/
  44. gamesconfiguration/
  45. gamesmanagement/
  46. gan/
  47. genomics/
  48. gmail/
  49. google-api-go-generator/
  50. googleapi/
  51. groupsmigration/
  52. groupssettings/
  53. identitytoolkit/
  54. lib/
  55. licensing/
  56. logging/
  57. manager/
  58. mapsengine/
  59. mirror/
  60. oauth2/
  61. pagespeedonline/
  62. partners/
  63. playmoviespartner/
  64. plus/
  65. plusdomains/
  66. prediction/
  67. proximitybeacon/
  68. pubsub/
  69. qpxexpress/
  70. replicapool/
  71. replicapoolupdater/
  72. reseller/
  73. resourceviews/
  74. siteverification/
  75. spectrum/
  76. sqladmin/
  77. storage/
  78. storagetransfer/
  79. tagmanager/
  80. taskqueue/
  81. tasks/
  82. translate/
  83. urlshortener/
  84. webfonts/
  85. webmasters/
  86. youtube/
  87. youtubeanalytics/
  88. .hgignore
  89. .hgtags
  90. .travis.yml
  91. api-list.json
  92. AUTHORS
  93. CONTRIBUTING.md
  94. CONTRIBUTORS
  95. GettingStarted.md
  96. LICENSE
  97. Makefile
  98. NOTES
  99. README.md
  100. TODO
README.md

Google APIs Client Library for Go

Status

Build Status

These are auto-generated Go libraries from the Google Discovery Service's JSON description files of the available “new style” Google APIs.

Due to the auto-generated nature of this collection of libraries, complete APIs or specific versions can appear or go away without notice. As a result, you should always locally vendor any API(s) that your code relies upon.

Announcement email:

Getting started documentation:

In summary:

$ go get google.golang.org/api/storage/v1
$ go get google.golang.org/api/tasks/v1
$ go get google.golang.org/api/moderator/v1
... etc ...

For docs, see e.g.:

The package of a given import is the second-to-last component, before the version number.

For examples, see:

For support, use the golang-nuts@ mailing list: