google-api-client 0.8.7 → 0.9.pre1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (397) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +20 -0
  3. data/.rspec +2 -0
  4. data/.rubocop.yml +7 -0
  5. data/.rubocop_todo.yml +63 -0
  6. data/.travis.yml +21 -0
  7. data/.yardopts +12 -0
  8. data/CHANGELOG.md +6 -3
  9. data/CONTRIBUTING.md +31 -0
  10. data/Gemfile +28 -2
  11. data/MIGRATING.md +171 -0
  12. data/README.md +158 -150
  13. data/Rakefile +1 -40
  14. data/api_names.yaml +872 -0
  15. data/api_names_out.yaml +20843 -0
  16. data/bin/generate-api +93 -0
  17. data/generated/google/apis/adexchangebuyer_v1_3.rb +35 -0
  18. data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +1124 -0
  19. data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +375 -0
  20. data/generated/google/apis/adexchangebuyer_v1_3/service.rb +893 -0
  21. data/generated/google/apis/adexchangeseller_v2_0.rb +38 -0
  22. data/generated/google/apis/adexchangeseller_v2_0/classes.rb +792 -0
  23. data/generated/google/apis/adexchangeseller_v2_0/representations.rb +309 -0
  24. data/generated/google/apis/adexchangeseller_v2_0/service.rb +682 -0
  25. data/generated/google/apis/admin_directory_v1.rb +89 -0
  26. data/generated/google/apis/admin_directory_v1/classes.rb +2389 -0
  27. data/generated/google/apis/admin_directory_v1/representations.rb +780 -0
  28. data/generated/google/apis/admin_directory_v1/service.rb +2805 -0
  29. data/generated/google/apis/admin_reports_v1.rb +38 -0
  30. data/generated/google/apis/admin_reports_v1/classes.rb +582 -0
  31. data/generated/google/apis/admin_reports_v1/representations.rb +231 -0
  32. data/generated/google/apis/admin_reports_v1/service.rb +341 -0
  33. data/generated/google/apis/adsense_v1_4.rb +38 -0
  34. data/generated/google/apis/adsense_v1_4/classes.rb +1279 -0
  35. data/generated/google/apis/adsense_v1_4/representations.rb +493 -0
  36. data/generated/google/apis/adsense_v1_4/service.rb +1752 -0
  37. data/generated/google/apis/adsensehost_v4_1.rb +35 -0
  38. data/generated/google/apis/adsensehost_v4_1/classes.rb +834 -0
  39. data/generated/google/apis/adsensehost_v4_1/representations.rb +327 -0
  40. data/generated/google/apis/adsensehost_v4_1/service.rb +1190 -0
  41. data/generated/google/apis/analytics_v3.rb +49 -0
  42. data/generated/google/apis/analytics_v3/classes.rb +5113 -0
  43. data/generated/google/apis/analytics_v3/representations.rb +1661 -0
  44. data/generated/google/apis/analytics_v3/service.rb +3600 -0
  45. data/generated/google/apis/androidenterprise_v1.rb +34 -0
  46. data/generated/google/apis/androidenterprise_v1/classes.rb +1162 -0
  47. data/generated/google/apis/androidenterprise_v1/representations.rb +431 -0
  48. data/generated/google/apis/androidenterprise_v1/service.rb +1979 -0
  49. data/generated/google/apis/androidpublisher_v2.rb +34 -0
  50. data/generated/google/apis/androidpublisher_v2/classes.rb +1374 -0
  51. data/generated/google/apis/androidpublisher_v2/representations.rb +630 -0
  52. data/generated/google/apis/androidpublisher_v2/service.rb +2390 -0
  53. data/generated/google/apis/appsactivity_v1.rb +46 -0
  54. data/generated/google/apis/appsactivity_v1/classes.rb +392 -0
  55. data/generated/google/apis/appsactivity_v1/representations.rb +184 -0
  56. data/generated/google/apis/appsactivity_v1/service.rb +129 -0
  57. data/generated/google/apis/appstate_v1.rb +34 -0
  58. data/generated/google/apis/appstate_v1/classes.rb +154 -0
  59. data/generated/google/apis/appstate_v1/representations.rb +79 -0
  60. data/generated/google/apis/appstate_v1/service.rb +265 -0
  61. data/generated/google/apis/autoscaler_v1beta2.rb +38 -0
  62. data/generated/google/apis/autoscaler_v1beta2/classes.rb +747 -0
  63. data/generated/google/apis/autoscaler_v1beta2/representations.rb +281 -0
  64. data/generated/google/apis/autoscaler_v1beta2/service.rb +488 -0
  65. data/generated/google/apis/bigquery_v2.rb +49 -0
  66. data/generated/google/apis/bigquery_v2/classes.rb +2255 -0
  67. data/generated/google/apis/bigquery_v2/representations.rb +754 -0
  68. data/generated/google/apis/bigquery_v2/service.rb +1003 -0
  69. data/generated/google/apis/blogger_v3.rb +37 -0
  70. data/generated/google/apis/blogger_v3/classes.rb +1354 -0
  71. data/generated/google/apis/blogger_v3/representations.rb +562 -0
  72. data/generated/google/apis/blogger_v3/service.rb +1620 -0
  73. data/generated/google/apis/books_v1.rb +34 -0
  74. data/generated/google/apis/books_v1/classes.rb +3515 -0
  75. data/generated/google/apis/books_v1/representations.rb +1361 -0
  76. data/generated/google/apis/books_v1/service.rb +2170 -0
  77. data/generated/google/apis/calendar_v3.rb +37 -0
  78. data/generated/google/apis/calendar_v3/classes.rb +1702 -0
  79. data/generated/google/apis/calendar_v3/representations.rb +566 -0
  80. data/generated/google/apis/calendar_v3/service.rb +1943 -0
  81. data/generated/google/apis/civicinfo_v2.rb +31 -0
  82. data/generated/google/apis/civicinfo_v2/classes.rb +1057 -0
  83. data/generated/google/apis/civicinfo_v2/representations.rb +374 -0
  84. data/generated/google/apis/civicinfo_v2/service.rb +284 -0
  85. data/generated/google/apis/cloudmonitoring_v2beta2.rb +34 -0
  86. data/generated/google/apis/cloudmonitoring_v2beta2/classes.rb +679 -0
  87. data/generated/google/apis/cloudmonitoring_v2beta2/representations.rb +311 -0
  88. data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +458 -0
  89. data/generated/google/apis/cloudresourcemanager_v1beta1.rb +38 -0
  90. data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +139 -0
  91. data/generated/google/apis/cloudresourcemanager_v1beta1/representations.rb +65 -0
  92. data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +301 -0
  93. data/generated/google/apis/compute_v1.rb +49 -0
  94. data/generated/google/apis/compute_v1/classes.rb +6391 -0
  95. data/generated/google/apis/compute_v1/representations.rb +2209 -0
  96. data/generated/google/apis/compute_v1/service.rb +6352 -0
  97. data/generated/google/apis/container_v1beta1.rb +35 -0
  98. data/generated/google/apis/container_v1beta1/classes.rb +466 -0
  99. data/generated/google/apis/container_v1beta1/representations.rb +177 -0
  100. data/generated/google/apis/container_v1beta1/service.rb +394 -0
  101. data/generated/google/apis/content_v2.rb +35 -0
  102. data/generated/google/apis/content_v2/classes.rb +3780 -0
  103. data/generated/google/apis/content_v2/representations.rb +1456 -0
  104. data/generated/google/apis/content_v2/service.rb +1706 -0
  105. data/generated/google/apis/coordinate_v1.rb +37 -0
  106. data/generated/google/apis/coordinate_v1/classes.rb +669 -0
  107. data/generated/google/apis/coordinate_v1/representations.rb +285 -0
  108. data/generated/google/apis/coordinate_v1/service.rb +687 -0
  109. data/{lib/google/api_client/auth/compute_service_account.rb → generated/google/apis/customsearch_v1.rb} +13 -10
  110. data/generated/google/apis/customsearch_v1/classes.rb +771 -0
  111. data/generated/google/apis/customsearch_v1/representations.rb +276 -0
  112. data/generated/google/apis/customsearch_v1/service.rb +208 -0
  113. data/generated/google/apis/datastore_v1beta2.rb +40 -0
  114. data/generated/google/apis/datastore_v1beta2/classes.rb +1186 -0
  115. data/generated/google/apis/datastore_v1beta2/representations.rb +526 -0
  116. data/generated/google/apis/datastore_v1beta2/service.rb +300 -0
  117. data/generated/google/apis/deploymentmanager_v2beta2.rb +41 -0
  118. data/generated/google/apis/deploymentmanager_v2beta2/classes.rb +820 -0
  119. data/generated/google/apis/deploymentmanager_v2beta2/representations.rb +303 -0
  120. data/generated/google/apis/deploymentmanager_v2beta2/service.rb +647 -0
  121. data/generated/google/apis/dfareporting_v2_1.rb +37 -0
  122. data/generated/google/apis/dfareporting_v2_1/classes.rb +10755 -0
  123. data/generated/google/apis/dfareporting_v2_1/representations.rb +3438 -0
  124. data/generated/google/apis/dfareporting_v2_1/service.rb +8775 -0
  125. data/generated/google/apis/discovery_v1.rb +32 -0
  126. data/generated/google/apis/discovery_v1/classes.rb +947 -0
  127. data/generated/google/apis/discovery_v1/representations.rb +355 -0
  128. data/generated/google/apis/discovery_v1/service.rb +144 -0
  129. data/generated/google/apis/dns_v1.rb +41 -0
  130. data/generated/google/apis/dns_v1/classes.rb +406 -0
  131. data/generated/google/apis/dns_v1/representations.rb +151 -0
  132. data/generated/google/apis/dns_v1/service.rb +460 -0
  133. data/{spec/google/api_client/request_spec.rb → generated/google/apis/doubleclickbidmanager_v1.rb} +15 -13
  134. data/generated/google/apis/doubleclickbidmanager_v1/classes.rb +709 -0
  135. data/generated/google/apis/doubleclickbidmanager_v1/representations.rb +297 -0
  136. data/generated/google/apis/doubleclickbidmanager_v1/service.rb +349 -0
  137. data/generated/google/apis/doubleclicksearch_v2.rb +35 -0
  138. data/generated/google/apis/doubleclicksearch_v2/classes.rb +947 -0
  139. data/generated/google/apis/doubleclicksearch_v2/representations.rb +315 -0
  140. data/generated/google/apis/doubleclicksearch_v2/service.rb +490 -0
  141. data/generated/google/apis/drive_v2.rb +55 -0
  142. data/generated/google/apis/drive_v2/classes.rb +2519 -0
  143. data/generated/google/apis/drive_v2/representations.rb +781 -0
  144. data/generated/google/apis/drive_v2/service.rb +2685 -0
  145. data/generated/google/apis/fitness_v1.rb +49 -0
  146. data/generated/google/apis/fitness_v1/classes.rb +809 -0
  147. data/generated/google/apis/fitness_v1/representations.rb +295 -0
  148. data/generated/google/apis/fitness_v1/service.rb +684 -0
  149. data/generated/google/apis/fusiontables_v2.rb +37 -0
  150. data/generated/google/apis/fusiontables_v2/classes.rb +1048 -0
  151. data/generated/google/apis/fusiontables_v2/representations.rb +409 -0
  152. data/generated/google/apis/fusiontables_v2/service.rb +1496 -0
  153. data/generated/google/apis/games_configuration_v1configuration.rb +34 -0
  154. data/generated/google/apis/games_configuration_v1configuration/classes.rb +506 -0
  155. data/generated/google/apis/games_configuration_v1configuration/representations.rb +206 -0
  156. data/generated/google/apis/games_configuration_v1configuration/service.rb +578 -0
  157. data/generated/google/apis/games_v1.rb +40 -0
  158. data/generated/google/apis/games_v1/classes.rb +4578 -0
  159. data/generated/google/apis/games_v1/representations.rb +1570 -0
  160. data/generated/google/apis/games_v1/service.rb +2306 -0
  161. data/generated/google/apis/gan_v1beta1.rb +31 -0
  162. data/generated/google/apis/gan_v1beta1/classes.rb +1428 -0
  163. data/generated/google/apis/gan_v1beta1/representations.rb +428 -0
  164. data/generated/google/apis/gan_v1beta1/service.rb +692 -0
  165. data/generated/google/apis/genomics_v1beta2.rb +46 -0
  166. data/generated/google/apis/genomics_v1beta2/classes.rb +3288 -0
  167. data/generated/google/apis/genomics_v1beta2/representations.rb +1194 -0
  168. data/generated/google/apis/genomics_v1beta2/service.rb +2356 -0
  169. data/generated/google/apis/gmail_v1.rb +49 -0
  170. data/generated/google/apis/gmail_v1/classes.rb +794 -0
  171. data/generated/google/apis/gmail_v1/representations.rb +339 -0
  172. data/generated/google/apis/gmail_v1/service.rb +1502 -0
  173. data/generated/google/apis/groupsmigration_v1.rb +34 -0
  174. data/generated/google/apis/groupsmigration_v1/classes.rb +51 -0
  175. data/generated/google/apis/groupsmigration_v1/representations.rb +38 -0
  176. data/generated/google/apis/groupsmigration_v1/service.rb +111 -0
  177. data/generated/google/apis/groupssettings_v1.rb +34 -0
  178. data/generated/google/apis/groupssettings_v1/classes.rb +221 -0
  179. data/generated/google/apis/groupssettings_v1/representations.rb +64 -0
  180. data/generated/google/apis/groupssettings_v1/service.rb +179 -0
  181. data/generated/google/apis/identitytoolkit_v3.rb +31 -0
  182. data/generated/google/apis/identitytoolkit_v3/classes.rb +1229 -0
  183. data/generated/google/apis/identitytoolkit_v3/representations.rb +422 -0
  184. data/generated/google/apis/identitytoolkit_v3/service.rb +491 -0
  185. data/generated/google/apis/licensing_v1.rb +34 -0
  186. data/generated/google/apis/licensing_v1/classes.rb +132 -0
  187. data/generated/google/apis/licensing_v1/representations.rb +68 -0
  188. data/generated/google/apis/licensing_v1/service.rb +376 -0
  189. data/generated/google/apis/logging_v1beta3.rb +35 -0
  190. data/generated/google/apis/logging_v1beta3/classes.rb +505 -0
  191. data/generated/google/apis/logging_v1beta3/representations.rb +222 -0
  192. data/generated/google/apis/logging_v1beta3/service.rb +670 -0
  193. data/generated/google/apis/manager_v1beta2.rb +50 -0
  194. data/generated/google/apis/manager_v1beta2/classes.rb +1287 -0
  195. data/generated/google/apis/manager_v1beta2/representations.rb +536 -0
  196. data/generated/google/apis/manager_v1beta2/service.rb +380 -0
  197. data/generated/google/apis/mapsengine_v1.rb +38 -0
  198. data/generated/google/apis/mapsengine_v1/classes.rb +2873 -0
  199. data/generated/google/apis/mapsengine_v1/representations.rb +1235 -0
  200. data/generated/google/apis/mapsengine_v1/service.rb +3465 -0
  201. data/generated/google/apis/mirror_v1.rb +37 -0
  202. data/generated/google/apis/mirror_v1/classes.rb +1072 -0
  203. data/generated/google/apis/mirror_v1/representations.rb +350 -0
  204. data/generated/google/apis/mirror_v1/service.rb +1001 -0
  205. data/generated/google/apis/oauth2_v2.rb +43 -0
  206. data/generated/google/apis/oauth2_v2/classes.rb +245 -0
  207. data/generated/google/apis/oauth2_v2/representations.rb +94 -0
  208. data/generated/google/apis/oauth2_v2/service.rb +203 -0
  209. data/generated/google/apis/pagespeedonline_v2.rb +32 -0
  210. data/generated/google/apis/pagespeedonline_v2/classes.rb +614 -0
  211. data/generated/google/apis/pagespeedonline_v2/representations.rb +244 -0
  212. data/generated/google/apis/pagespeedonline_v2/service.rb +120 -0
  213. data/generated/google/apis/plus_domains_v1.rb +61 -0
  214. data/generated/google/apis/plus_domains_v1/classes.rb +2402 -0
  215. data/generated/google/apis/plus_domains_v1/representations.rb +873 -0
  216. data/generated/google/apis/plus_domains_v1/service.rb +924 -0
  217. data/generated/google/apis/plus_v1.rb +43 -0
  218. data/generated/google/apis/plus_v1/classes.rb +2384 -0
  219. data/generated/google/apis/plus_v1/representations.rb +812 -0
  220. data/generated/google/apis/plus_v1/service.rb +616 -0
  221. data/generated/google/apis/prediction_v1_6.rb +44 -0
  222. data/generated/google/apis/prediction_v1_6/classes.rb +751 -0
  223. data/generated/google/apis/prediction_v1_6/representations.rb +327 -0
  224. data/generated/google/apis/prediction_v1_6/service.rb +388 -0
  225. data/generated/google/apis/pubsub_v1beta2.rb +37 -0
  226. data/generated/google/apis/pubsub_v1beta2/classes.rb +824 -0
  227. data/generated/google/apis/pubsub_v1beta2/representations.rb +366 -0
  228. data/generated/google/apis/pubsub_v1beta2/service.rb +778 -0
  229. data/generated/google/apis/qpx_express_v1.rb +31 -0
  230. data/generated/google/apis/qpx_express_v1/classes.rb +1268 -0
  231. data/generated/google/apis/qpx_express_v1/representations.rb +424 -0
  232. data/generated/google/apis/qpx_express_v1/service.rb +101 -0
  233. data/generated/google/apis/replicapool_v1beta2.rb +41 -0
  234. data/generated/google/apis/replicapool_v1beta2/classes.rb +621 -0
  235. data/generated/google/apis/replicapool_v1beta2/representations.rb +235 -0
  236. data/generated/google/apis/replicapool_v1beta2/service.rb +620 -0
  237. data/generated/google/apis/replicapoolupdater_v1beta1.rb +41 -0
  238. data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +682 -0
  239. data/generated/google/apis/replicapoolupdater_v1beta1/representations.rb +247 -0
  240. data/generated/google/apis/replicapoolupdater_v1beta1/service.rb +472 -0
  241. data/generated/google/apis/reseller_v1.rb +37 -0
  242. data/generated/google/apis/reseller_v1/classes.rb +502 -0
  243. data/generated/google/apis/reseller_v1/representations.rb +199 -0
  244. data/generated/google/apis/reseller_v1/service.rb +637 -0
  245. data/generated/google/apis/resourceviews_v1beta2.rb +47 -0
  246. data/generated/google/apis/resourceviews_v1beta2/classes.rb +660 -0
  247. data/generated/google/apis/resourceviews_v1beta2/representations.rb +269 -0
  248. data/generated/google/apis/resourceviews_v1beta2/service.rb +574 -0
  249. data/generated/google/apis/site_verification_v1.rb +37 -0
  250. data/generated/google/apis/site_verification_v1/classes.rb +185 -0
  251. data/generated/google/apis/site_verification_v1/representations.rb +101 -0
  252. data/generated/google/apis/site_verification_v1/service.rb +322 -0
  253. data/generated/google/apis/sqladmin_v1beta4.rb +37 -0
  254. data/generated/google/apis/sqladmin_v1beta4/classes.rb +1817 -0
  255. data/generated/google/apis/sqladmin_v1beta4/representations.rb +688 -0
  256. data/generated/google/apis/sqladmin_v1beta4/service.rb +1534 -0
  257. data/generated/google/apis/storage_v1.rb +43 -0
  258. data/generated/google/apis/storage_v1/classes.rb +1177 -0
  259. data/generated/google/apis/storage_v1/representations.rb +427 -0
  260. data/generated/google/apis/storage_v1/service.rb +1920 -0
  261. data/generated/google/apis/tagmanager_v1.rb +52 -0
  262. data/generated/google/apis/tagmanager_v1/classes.rb +1226 -0
  263. data/generated/google/apis/tagmanager_v1/representations.rb +461 -0
  264. data/generated/google/apis/tagmanager_v1/service.rb +1978 -0
  265. data/generated/google/apis/taskqueue_v1beta2.rb +37 -0
  266. data/generated/google/apis/taskqueue_v1beta2/classes.rb +254 -0
  267. data/generated/google/apis/taskqueue_v1beta2/representations.rb +114 -0
  268. data/generated/google/apis/taskqueue_v1beta2/service.rb +416 -0
  269. data/generated/google/apis/tasks_v1.rb +37 -0
  270. data/generated/google/apis/tasks_v1/classes.rb +296 -0
  271. data/generated/google/apis/tasks_v1/representations.rb +115 -0
  272. data/generated/google/apis/tasks_v1/service.rb +657 -0
  273. data/generated/google/apis/translate_v2.rb +31 -0
  274. data/generated/google/apis/translate_v2/classes.rb +168 -0
  275. data/generated/google/apis/translate_v2/representations.rb +109 -0
  276. data/generated/google/apis/translate_v2/service.rb +185 -0
  277. data/generated/google/apis/urlshortener_v1.rb +34 -0
  278. data/generated/google/apis/urlshortener_v1/classes.rb +246 -0
  279. data/generated/google/apis/urlshortener_v1/representations.rb +111 -0
  280. data/generated/google/apis/urlshortener_v1/service.rb +179 -0
  281. data/generated/google/apis/webmasters_v3.rb +37 -0
  282. data/generated/google/apis/webmasters_v3/classes.rb +563 -0
  283. data/generated/google/apis/webmasters_v3/representations.rb +250 -0
  284. data/generated/google/apis/webmasters_v3/service.rb +587 -0
  285. data/generated/google/apis/youtube_analytics_v1.rb +46 -0
  286. data/generated/google/apis/youtube_analytics_v1/classes.rb +540 -0
  287. data/generated/google/apis/youtube_analytics_v1/representations.rb +242 -0
  288. data/generated/google/apis/youtube_analytics_v1/service.rb +567 -0
  289. data/generated/google/apis/youtube_v3.rb +49 -0
  290. data/generated/google/apis/youtube_v3/classes.rb +7225 -0
  291. data/generated/google/apis/youtube_v3/representations.rb +2529 -0
  292. data/generated/google/apis/youtube_v3/service.rb +4051 -0
  293. data/google-api-client.gemspec +27 -39
  294. data/lib/google/api_client/auth/storage.rb +3 -2
  295. data/lib/google/api_client/auth/storages/file_store.rb +1 -3
  296. data/lib/google/api_client/auth/storages/redis_store.rb +6 -2
  297. data/lib/google/apis.rb +48 -0
  298. data/lib/google/apis/core/api_command.rb +128 -0
  299. data/lib/google/apis/core/base_service.rb +314 -0
  300. data/lib/google/apis/core/batch.rb +222 -0
  301. data/lib/google/apis/core/download.rb +94 -0
  302. data/lib/google/apis/core/hashable.rb +44 -0
  303. data/lib/google/apis/core/http_command.rb +275 -0
  304. data/lib/google/apis/core/json_representation.rb +122 -0
  305. data/lib/google/{api_client/version.rb → apis/core/logging.rb} +12 -8
  306. data/lib/google/apis/core/multipart.rb +173 -0
  307. data/lib/google/apis/core/upload.rb +275 -0
  308. data/lib/google/{api_client → apis}/errors.rb +32 -28
  309. data/lib/google/apis/generator.rb +70 -0
  310. data/lib/google/apis/generator/annotator.rb +271 -0
  311. data/lib/google/apis/generator/helpers.rb +74 -0
  312. data/lib/google/apis/generator/model.rb +130 -0
  313. data/lib/google/apis/generator/template.rb +124 -0
  314. data/lib/google/apis/generator/templates/_class.tmpl +40 -0
  315. data/lib/google/apis/generator/templates/_method.tmpl +90 -0
  316. data/lib/google/apis/generator/templates/_representation.tmpl +51 -0
  317. data/lib/google/apis/generator/templates/_representation_stub.tmpl +15 -0
  318. data/lib/google/apis/generator/templates/_representation_type.tmpl +10 -0
  319. data/lib/google/{api_client/reference.rb → apis/generator/templates/classes.rb.tmpl} +11 -9
  320. data/lib/google/apis/generator/templates/module.rb.tmpl +40 -0
  321. data/lib/google/apis/generator/templates/representations.rb.tmpl +32 -0
  322. data/lib/google/apis/generator/templates/service.rb.tmpl +60 -0
  323. data/lib/google/apis/options.rb +79 -0
  324. data/lib/google/apis/version.rb +39 -0
  325. data/rakelib/metrics.rake +22 -0
  326. data/rakelib/rubocop.rake +10 -0
  327. data/rakelib/spec.rake +11 -0
  328. data/rakelib/yard.rake +11 -0
  329. data/samples/calendar/calendar.rb +43 -0
  330. data/samples/drive/drive.rb +40 -0
  331. data/samples/pubsub/pubsub.rb +52 -0
  332. data/{lib/google/api_client/discovery.rb → samples/translate/translate.rb} +14 -5
  333. data/script/generate +79 -0
  334. data/script/package +8 -0
  335. data/script/release +15 -0
  336. data/spec/fixtures/files/api_names.yaml +3 -0
  337. data/spec/fixtures/files/auth_stored_credentials.json +8 -0
  338. data/spec/fixtures/files/client_secrets.json +1 -0
  339. data/spec/fixtures/files/test.blah +1 -0
  340. data/spec/fixtures/files/test.txt +1 -0
  341. data/spec/fixtures/files/test_api.json +440 -0
  342. data/spec/google/api_client/auth/storage_spec.rb +1 -3
  343. data/spec/google/api_client/auth/storages/file_store_spec.rb +1 -2
  344. data/spec/google/api_client/auth/storages/redis_store_spec.rb +1 -3
  345. data/spec/google/apis/core/api_command_spec.rb +170 -0
  346. data/spec/google/apis/core/batch_spec.rb +128 -0
  347. data/spec/google/apis/core/download_spec.rb +90 -0
  348. data/spec/google/apis/core/hashable_spec.rb +60 -0
  349. data/spec/google/apis/core/http_command_spec.rb +238 -0
  350. data/spec/google/apis/core/json_representation_spec.rb +192 -0
  351. data/spec/google/apis/core/service_spec.rb +247 -0
  352. data/spec/google/apis/core/upload_spec.rb +238 -0
  353. data/{lib/google/api_client/service_account.rb → spec/google/apis/generated_spec.rb} +14 -8
  354. data/spec/google/apis/generator/generator_spec.rb +272 -0
  355. data/spec/google/apis/logging_spec.rb +45 -0
  356. data/spec/google/apis/options_spec.rb +40 -0
  357. data/spec/integration_tests/drive_spec.rb +35 -0
  358. data/spec/integration_tests/pubsub_spec.rb +48 -0
  359. data/spec/integration_tests/url_shortener_spec.rb +31 -0
  360. data/spec/spec_helper.rb +102 -46
  361. metadata +433 -178
  362. data/lib/compat/multi_json.rb +0 -19
  363. data/lib/google/api_client.rb +0 -750
  364. data/lib/google/api_client/auth/file_storage.rb +0 -59
  365. data/lib/google/api_client/auth/jwt_asserter.rb +0 -126
  366. data/lib/google/api_client/auth/key_utils.rb +0 -93
  367. data/lib/google/api_client/auth/pkcs12.rb +0 -41
  368. data/lib/google/api_client/batch.rb +0 -326
  369. data/lib/google/api_client/charset.rb +0 -33
  370. data/lib/google/api_client/discovery/api.rb +0 -310
  371. data/lib/google/api_client/discovery/media.rb +0 -77
  372. data/lib/google/api_client/discovery/method.rb +0 -363
  373. data/lib/google/api_client/discovery/resource.rb +0 -156
  374. data/lib/google/api_client/discovery/schema.rb +0 -117
  375. data/lib/google/api_client/environment.rb +0 -42
  376. data/lib/google/api_client/gzip.rb +0 -28
  377. data/lib/google/api_client/logging.rb +0 -32
  378. data/lib/google/api_client/media.rb +0 -259
  379. data/lib/google/api_client/railtie.rb +0 -18
  380. data/lib/google/api_client/request.rb +0 -350
  381. data/lib/google/api_client/result.rb +0 -255
  382. data/lib/google/api_client/service.rb +0 -233
  383. data/lib/google/api_client/service/batch.rb +0 -110
  384. data/lib/google/api_client/service/request.rb +0 -144
  385. data/lib/google/api_client/service/resource.rb +0 -40
  386. data/lib/google/api_client/service/result.rb +0 -162
  387. data/lib/google/api_client/service/simple_file_store.rb +0 -151
  388. data/lib/google/api_client/service/stub_generator.rb +0 -61
  389. data/spec/google/api_client/batch_spec.rb +0 -248
  390. data/spec/google/api_client/discovery_spec.rb +0 -708
  391. data/spec/google/api_client/gzip_spec.rb +0 -98
  392. data/spec/google/api_client/media_spec.rb +0 -178
  393. data/spec/google/api_client/result_spec.rb +0 -207
  394. data/spec/google/api_client/service_account_spec.rb +0 -169
  395. data/spec/google/api_client/service_spec.rb +0 -618
  396. data/spec/google/api_client/simple_file_store_spec.rb +0 -133
  397. data/spec/google/api_client_spec.rb +0 -352
@@ -0,0 +1,285 @@
1
+ # Copyright 2015 Google Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module CoordinateV1
24
+
25
+ class CustomField
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+ end
28
+
29
+ class CustomFieldDef
30
+ class Representation < Google::Apis::Core::JsonRepresentation; end
31
+ end
32
+
33
+ class ListCustomFieldDefResponse
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class CustomFields
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class EnumItemDef
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+ end
44
+
45
+ class Job
46
+ class Representation < Google::Apis::Core::JsonRepresentation; end
47
+ end
48
+
49
+ class JobChange
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+ end
52
+
53
+ class ListJobResponse
54
+ class Representation < Google::Apis::Core::JsonRepresentation; end
55
+ end
56
+
57
+ class JobState
58
+ class Representation < Google::Apis::Core::JsonRepresentation; end
59
+ end
60
+
61
+ class Location
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+ end
64
+
65
+ class ListLocationResponse
66
+ class Representation < Google::Apis::Core::JsonRepresentation; end
67
+ end
68
+
69
+ class LocationRecord
70
+ class Representation < Google::Apis::Core::JsonRepresentation; end
71
+ end
72
+
73
+ class Schedule
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+ end
76
+
77
+ class Team
78
+ class Representation < Google::Apis::Core::JsonRepresentation; end
79
+ end
80
+
81
+ class ListTeamResponse
82
+ class Representation < Google::Apis::Core::JsonRepresentation; end
83
+ end
84
+
85
+ class TokenPagination
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+ end
88
+
89
+ class Worker
90
+ class Representation < Google::Apis::Core::JsonRepresentation; end
91
+ end
92
+
93
+ class ListWorkerResponse
94
+ class Representation < Google::Apis::Core::JsonRepresentation; end
95
+ end
96
+
97
+ class CustomField
98
+ # @private
99
+ class Representation < Google::Apis::Core::JsonRepresentation
100
+ property :custom_field_id, as: 'customFieldId'
101
+ property :kind, as: 'kind'
102
+ property :value, as: 'value'
103
+ end
104
+ end
105
+
106
+ class CustomFieldDef
107
+ # @private
108
+ class Representation < Google::Apis::Core::JsonRepresentation
109
+ property :enabled, as: 'enabled'
110
+ collection :enumitems, as: 'enumitems', class: Google::Apis::CoordinateV1::EnumItemDef, decorator: Google::Apis::CoordinateV1::EnumItemDef::Representation
111
+
112
+ property :id, as: 'id'
113
+ property :kind, as: 'kind'
114
+ property :name, as: 'name'
115
+ property :required_for_checkout, as: 'requiredForCheckout'
116
+ property :type, as: 'type'
117
+ end
118
+ end
119
+
120
+ class ListCustomFieldDefResponse
121
+ # @private
122
+ class Representation < Google::Apis::Core::JsonRepresentation
123
+ collection :items, as: 'items', class: Google::Apis::CoordinateV1::CustomFieldDef, decorator: Google::Apis::CoordinateV1::CustomFieldDef::Representation
124
+
125
+ property :kind, as: 'kind'
126
+ end
127
+ end
128
+
129
+ class CustomFields
130
+ # @private
131
+ class Representation < Google::Apis::Core::JsonRepresentation
132
+ collection :custom_field, as: 'customField', class: Google::Apis::CoordinateV1::CustomField, decorator: Google::Apis::CoordinateV1::CustomField::Representation
133
+
134
+ property :kind, as: 'kind'
135
+ end
136
+ end
137
+
138
+ class EnumItemDef
139
+ # @private
140
+ class Representation < Google::Apis::Core::JsonRepresentation
141
+ property :active, as: 'active'
142
+ property :kind, as: 'kind'
143
+ property :value, as: 'value'
144
+ end
145
+ end
146
+
147
+ class Job
148
+ # @private
149
+ class Representation < Google::Apis::Core::JsonRepresentation
150
+ property :id, as: 'id'
151
+ collection :job_change, as: 'jobChange', class: Google::Apis::CoordinateV1::JobChange, decorator: Google::Apis::CoordinateV1::JobChange::Representation
152
+
153
+ property :kind, as: 'kind'
154
+ property :state, as: 'state', class: Google::Apis::CoordinateV1::JobState, decorator: Google::Apis::CoordinateV1::JobState::Representation
155
+
156
+ end
157
+ end
158
+
159
+ class JobChange
160
+ # @private
161
+ class Representation < Google::Apis::Core::JsonRepresentation
162
+ property :kind, as: 'kind'
163
+ property :state, as: 'state', class: Google::Apis::CoordinateV1::JobState, decorator: Google::Apis::CoordinateV1::JobState::Representation
164
+
165
+ property :timestamp, as: 'timestamp'
166
+ end
167
+ end
168
+
169
+ class ListJobResponse
170
+ # @private
171
+ class Representation < Google::Apis::Core::JsonRepresentation
172
+ collection :items, as: 'items', class: Google::Apis::CoordinateV1::Job, decorator: Google::Apis::CoordinateV1::Job::Representation
173
+
174
+ property :kind, as: 'kind'
175
+ property :next_page_token, as: 'nextPageToken'
176
+ end
177
+ end
178
+
179
+ class JobState
180
+ # @private
181
+ class Representation < Google::Apis::Core::JsonRepresentation
182
+ property :assignee, as: 'assignee'
183
+ property :custom_fields, as: 'customFields', class: Google::Apis::CoordinateV1::CustomFields, decorator: Google::Apis::CoordinateV1::CustomFields::Representation
184
+
185
+ property :customer_name, as: 'customerName'
186
+ property :customer_phone_number, as: 'customerPhoneNumber'
187
+ property :kind, as: 'kind'
188
+ property :location, as: 'location', class: Google::Apis::CoordinateV1::Location, decorator: Google::Apis::CoordinateV1::Location::Representation
189
+
190
+ collection :note, as: 'note'
191
+ property :progress, as: 'progress'
192
+ property :title, as: 'title'
193
+ end
194
+ end
195
+
196
+ class Location
197
+ # @private
198
+ class Representation < Google::Apis::Core::JsonRepresentation
199
+ collection :address_line, as: 'addressLine'
200
+ property :kind, as: 'kind'
201
+ property :lat, as: 'lat'
202
+ property :lng, as: 'lng'
203
+ end
204
+ end
205
+
206
+ class ListLocationResponse
207
+ # @private
208
+ class Representation < Google::Apis::Core::JsonRepresentation
209
+ collection :items, as: 'items', class: Google::Apis::CoordinateV1::LocationRecord, decorator: Google::Apis::CoordinateV1::LocationRecord::Representation
210
+
211
+ property :kind, as: 'kind'
212
+ property :next_page_token, as: 'nextPageToken'
213
+ property :token_pagination, as: 'tokenPagination', class: Google::Apis::CoordinateV1::TokenPagination, decorator: Google::Apis::CoordinateV1::TokenPagination::Representation
214
+
215
+ end
216
+ end
217
+
218
+ class LocationRecord
219
+ # @private
220
+ class Representation < Google::Apis::Core::JsonRepresentation
221
+ property :collection_time, as: 'collectionTime'
222
+ property :confidence_radius, as: 'confidenceRadius'
223
+ property :kind, as: 'kind'
224
+ property :latitude, as: 'latitude'
225
+ property :longitude, as: 'longitude'
226
+ end
227
+ end
228
+
229
+ class Schedule
230
+ # @private
231
+ class Representation < Google::Apis::Core::JsonRepresentation
232
+ property :all_day, as: 'allDay'
233
+ property :duration, as: 'duration'
234
+ property :end_time, as: 'endTime'
235
+ property :kind, as: 'kind'
236
+ property :start_time, as: 'startTime'
237
+ end
238
+ end
239
+
240
+ class Team
241
+ # @private
242
+ class Representation < Google::Apis::Core::JsonRepresentation
243
+ property :id, as: 'id'
244
+ property :kind, as: 'kind'
245
+ property :name, as: 'name'
246
+ end
247
+ end
248
+
249
+ class ListTeamResponse
250
+ # @private
251
+ class Representation < Google::Apis::Core::JsonRepresentation
252
+ collection :items, as: 'items', class: Google::Apis::CoordinateV1::Team, decorator: Google::Apis::CoordinateV1::Team::Representation
253
+
254
+ property :kind, as: 'kind'
255
+ end
256
+ end
257
+
258
+ class TokenPagination
259
+ # @private
260
+ class Representation < Google::Apis::Core::JsonRepresentation
261
+ property :kind, as: 'kind'
262
+ property :next_page_token, as: 'nextPageToken'
263
+ property :previous_page_token, as: 'previousPageToken'
264
+ end
265
+ end
266
+
267
+ class Worker
268
+ # @private
269
+ class Representation < Google::Apis::Core::JsonRepresentation
270
+ property :id, as: 'id'
271
+ property :kind, as: 'kind'
272
+ end
273
+ end
274
+
275
+ class ListWorkerResponse
276
+ # @private
277
+ class Representation < Google::Apis::Core::JsonRepresentation
278
+ collection :items, as: 'items', class: Google::Apis::CoordinateV1::Worker, decorator: Google::Apis::CoordinateV1::Worker::Representation
279
+
280
+ property :kind, as: 'kind'
281
+ end
282
+ end
283
+ end
284
+ end
285
+ end
@@ -0,0 +1,687 @@
1
+ # Copyright 2015 Google Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/core/base_service'
16
+ require 'google/apis/core/json_representation'
17
+ require 'google/apis/core/hashable'
18
+ require 'google/apis/errors'
19
+
20
+ module Google
21
+ module Apis
22
+ module CoordinateV1
23
+ # Google Maps Coordinate API
24
+ #
25
+ # Lets you view and manage jobs in a Coordinate team.
26
+ #
27
+ # @example
28
+ # require 'google/apis/coordinate_v1'
29
+ #
30
+ # Coordinate = Google::Apis::CoordinateV1 # Alias the module
31
+ # service = Coordinate::CoordinateService.new
32
+ #
33
+ # @see https://developers.google.com/coordinate/
34
+ class CoordinateService < Google::Apis::Core::BaseService
35
+ # @return [String]
36
+ # API key. Your API key identifies your project and provides you with API access,
37
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
38
+ attr_accessor :key
39
+
40
+ # @return [String]
41
+ # Available to use for quota purposes for server-side applications. Can be any
42
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
43
+ # Overrides userIp if both are provided.
44
+ attr_accessor :quota_user
45
+
46
+ # @return [String]
47
+ # IP address of the site where the request originates. Use this if you want to
48
+ # enforce per-user limits.
49
+ attr_accessor :user_ip
50
+
51
+ def initialize
52
+ super('https://www.googleapis.com/', 'coordinate/v1/')
53
+ end
54
+
55
+ # Retrieves a list of custom field definitions for a team.
56
+ # @param [String] team_id
57
+ # Team ID
58
+ # @param [String] fields
59
+ # Selector specifying which fields to include in a partial response.
60
+ # @param [String] quota_user
61
+ # Available to use for quota purposes for server-side applications. Can be any
62
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
63
+ # Overrides userIp if both are provided.
64
+ # @param [String] user_ip
65
+ # IP address of the site where the request originates. Use this if you want to
66
+ # enforce per-user limits.
67
+ # @param [Google::Apis::RequestOptions] options
68
+ # Request-specific options
69
+ #
70
+ # @yield [result, err] Result & error if block supplied
71
+ # @yieldparam result [Google::Apis::CoordinateV1::ListCustomFieldDefResponse] parsed result object
72
+ # @yieldparam err [StandardError] error object if request failed
73
+ #
74
+ # @return [Google::Apis::CoordinateV1::ListCustomFieldDefResponse]
75
+ #
76
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
77
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
78
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
79
+ def list_custom_field_defs(team_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
80
+ path = 'teams/{teamId}/custom_fields'
81
+ command = make_simple_command(:get, path, options)
82
+ command.response_representation = Google::Apis::CoordinateV1::ListCustomFieldDefResponse::Representation
83
+ command.response_class = Google::Apis::CoordinateV1::ListCustomFieldDefResponse
84
+ command.params['teamId'] = team_id unless team_id.nil?
85
+ command.query['fields'] = fields unless fields.nil?
86
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
87
+ command.query['userIp'] = user_ip unless user_ip.nil?
88
+ execute_or_queue_command(command, &block)
89
+ end
90
+
91
+ # Retrieves a job, including all the changes made to the job.
92
+ # @param [String] team_id
93
+ # Team ID
94
+ # @param [String] job_id
95
+ # Job number
96
+ # @param [String] fields
97
+ # Selector specifying which fields to include in a partial response.
98
+ # @param [String] quota_user
99
+ # Available to use for quota purposes for server-side applications. Can be any
100
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
101
+ # Overrides userIp if both are provided.
102
+ # @param [String] user_ip
103
+ # IP address of the site where the request originates. Use this if you want to
104
+ # enforce per-user limits.
105
+ # @param [Google::Apis::RequestOptions] options
106
+ # Request-specific options
107
+ #
108
+ # @yield [result, err] Result & error if block supplied
109
+ # @yieldparam result [Google::Apis::CoordinateV1::Job] parsed result object
110
+ # @yieldparam err [StandardError] error object if request failed
111
+ #
112
+ # @return [Google::Apis::CoordinateV1::Job]
113
+ #
114
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
115
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
116
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
117
+ def get_job(team_id, job_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
118
+ path = 'teams/{teamId}/jobs/{jobId}'
119
+ command = make_simple_command(:get, path, options)
120
+ command.response_representation = Google::Apis::CoordinateV1::Job::Representation
121
+ command.response_class = Google::Apis::CoordinateV1::Job
122
+ command.params['teamId'] = team_id unless team_id.nil?
123
+ command.params['jobId'] = job_id unless job_id.nil?
124
+ command.query['fields'] = fields unless fields.nil?
125
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
126
+ command.query['userIp'] = user_ip unless user_ip.nil?
127
+ execute_or_queue_command(command, &block)
128
+ end
129
+
130
+ # Inserts a new job. Only the state field of the job should be set.
131
+ # @param [String] team_id
132
+ # Team ID
133
+ # @param [Google::Apis::CoordinateV1::Job] job_object
134
+ # @param [String] address
135
+ # Job address as newline (Unix) separated string
136
+ # @param [String] assignee
137
+ # Assignee email address, or empty string to unassign.
138
+ # @param [Array<String>, String] custom_field
139
+ # Sets the value of custom fields. To set a custom field, pass the field id (
140
+ # from /team/teamId/custom_fields), a URL escaped '=' character, and the desired
141
+ # value as a parameter. For example, customField=12%3DAlice. Repeat the
142
+ # parameter for each custom field. Note that '=' cannot appear in the parameter
143
+ # value. Specifying an invalid, or inactive enum field will result in an error
144
+ # 500.
145
+ # @param [String] customer_name
146
+ # Customer name
147
+ # @param [String] customer_phone_number
148
+ # Customer phone number
149
+ # @param [Float] lat
150
+ # The latitude coordinate of this job's location.
151
+ # @param [Float] lng
152
+ # The longitude coordinate of this job's location.
153
+ # @param [String] note
154
+ # Job note as newline (Unix) separated string
155
+ # @param [String] title
156
+ # Job title
157
+ # @param [String] fields
158
+ # Selector specifying which fields to include in a partial response.
159
+ # @param [String] quota_user
160
+ # Available to use for quota purposes for server-side applications. Can be any
161
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
162
+ # Overrides userIp if both are provided.
163
+ # @param [String] user_ip
164
+ # IP address of the site where the request originates. Use this if you want to
165
+ # enforce per-user limits.
166
+ # @param [Google::Apis::RequestOptions] options
167
+ # Request-specific options
168
+ #
169
+ # @yield [result, err] Result & error if block supplied
170
+ # @yieldparam result [Google::Apis::CoordinateV1::Job] parsed result object
171
+ # @yieldparam err [StandardError] error object if request failed
172
+ #
173
+ # @return [Google::Apis::CoordinateV1::Job]
174
+ #
175
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
176
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
177
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
178
+ def insert_job(team_id, job_object = nil, address: nil, assignee: nil, custom_field: nil, customer_name: nil, customer_phone_number: nil, lat: nil, lng: nil, note: nil, title: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
179
+ path = 'teams/{teamId}/jobs'
180
+ command = make_simple_command(:post, path, options)
181
+ command.request_representation = Google::Apis::CoordinateV1::Job::Representation
182
+ command.request_object = job_object
183
+ command.response_representation = Google::Apis::CoordinateV1::Job::Representation
184
+ command.response_class = Google::Apis::CoordinateV1::Job
185
+ command.params['teamId'] = team_id unless team_id.nil?
186
+ command.query['address'] = address unless address.nil?
187
+ command.query['assignee'] = assignee unless assignee.nil?
188
+ command.query['customField'] = custom_field unless custom_field.nil?
189
+ command.query['customerName'] = customer_name unless customer_name.nil?
190
+ command.query['customerPhoneNumber'] = customer_phone_number unless customer_phone_number.nil?
191
+ command.query['lat'] = lat unless lat.nil?
192
+ command.query['lng'] = lng unless lng.nil?
193
+ command.query['note'] = note unless note.nil?
194
+ command.query['title'] = title unless title.nil?
195
+ command.query['fields'] = fields unless fields.nil?
196
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
197
+ command.query['userIp'] = user_ip unless user_ip.nil?
198
+ execute_or_queue_command(command, &block)
199
+ end
200
+
201
+ # Retrieves jobs created or modified since the given timestamp.
202
+ # @param [String] team_id
203
+ # Team ID
204
+ # @param [Fixnum] max_results
205
+ # Maximum number of results to return in one page.
206
+ # @param [String] min_modified_timestamp_ms
207
+ # Minimum time a job was modified in milliseconds since epoch.
208
+ # @param [String] page_token
209
+ # Continuation token
210
+ # @param [String] fields
211
+ # Selector specifying which fields to include in a partial response.
212
+ # @param [String] quota_user
213
+ # Available to use for quota purposes for server-side applications. Can be any
214
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
215
+ # Overrides userIp if both are provided.
216
+ # @param [String] user_ip
217
+ # IP address of the site where the request originates. Use this if you want to
218
+ # enforce per-user limits.
219
+ # @param [Google::Apis::RequestOptions] options
220
+ # Request-specific options
221
+ #
222
+ # @yield [result, err] Result & error if block supplied
223
+ # @yieldparam result [Google::Apis::CoordinateV1::ListJobResponse] parsed result object
224
+ # @yieldparam err [StandardError] error object if request failed
225
+ #
226
+ # @return [Google::Apis::CoordinateV1::ListJobResponse]
227
+ #
228
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
229
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
230
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
231
+ def list_jobs(team_id, max_results: nil, min_modified_timestamp_ms: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
232
+ path = 'teams/{teamId}/jobs'
233
+ command = make_simple_command(:get, path, options)
234
+ command.response_representation = Google::Apis::CoordinateV1::ListJobResponse::Representation
235
+ command.response_class = Google::Apis::CoordinateV1::ListJobResponse
236
+ command.params['teamId'] = team_id unless team_id.nil?
237
+ command.query['maxResults'] = max_results unless max_results.nil?
238
+ command.query['minModifiedTimestampMs'] = min_modified_timestamp_ms unless min_modified_timestamp_ms.nil?
239
+ command.query['pageToken'] = page_token unless page_token.nil?
240
+ command.query['fields'] = fields unless fields.nil?
241
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
242
+ command.query['userIp'] = user_ip unless user_ip.nil?
243
+ execute_or_queue_command(command, &block)
244
+ end
245
+
246
+ # Updates a job. Fields that are set in the job state will be updated. This
247
+ # method supports patch semantics.
248
+ # @param [String] team_id
249
+ # Team ID
250
+ # @param [String] job_id
251
+ # Job number
252
+ # @param [Google::Apis::CoordinateV1::Job] job_object
253
+ # @param [String] address
254
+ # Job address as newline (Unix) separated string
255
+ # @param [String] assignee
256
+ # Assignee email address, or empty string to unassign.
257
+ # @param [Array<String>, String] custom_field
258
+ # Sets the value of custom fields. To set a custom field, pass the field id (
259
+ # from /team/teamId/custom_fields), a URL escaped '=' character, and the desired
260
+ # value as a parameter. For example, customField=12%3DAlice. Repeat the
261
+ # parameter for each custom field. Note that '=' cannot appear in the parameter
262
+ # value. Specifying an invalid, or inactive enum field will result in an error
263
+ # 500.
264
+ # @param [String] customer_name
265
+ # Customer name
266
+ # @param [String] customer_phone_number
267
+ # Customer phone number
268
+ # @param [Float] lat
269
+ # The latitude coordinate of this job's location.
270
+ # @param [Float] lng
271
+ # The longitude coordinate of this job's location.
272
+ # @param [String] note
273
+ # Job note as newline (Unix) separated string
274
+ # @param [String] progress
275
+ # Job progress
276
+ # @param [String] title
277
+ # Job title
278
+ # @param [String] fields
279
+ # Selector specifying which fields to include in a partial response.
280
+ # @param [String] quota_user
281
+ # Available to use for quota purposes for server-side applications. Can be any
282
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
283
+ # Overrides userIp if both are provided.
284
+ # @param [String] user_ip
285
+ # IP address of the site where the request originates. Use this if you want to
286
+ # enforce per-user limits.
287
+ # @param [Google::Apis::RequestOptions] options
288
+ # Request-specific options
289
+ #
290
+ # @yield [result, err] Result & error if block supplied
291
+ # @yieldparam result [Google::Apis::CoordinateV1::Job] parsed result object
292
+ # @yieldparam err [StandardError] error object if request failed
293
+ #
294
+ # @return [Google::Apis::CoordinateV1::Job]
295
+ #
296
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
297
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
298
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
299
+ def patch_job(team_id, job_id, job_object = nil, address: nil, assignee: nil, custom_field: nil, customer_name: nil, customer_phone_number: nil, lat: nil, lng: nil, note: nil, progress: nil, title: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
300
+ path = 'teams/{teamId}/jobs/{jobId}'
301
+ command = make_simple_command(:patch, path, options)
302
+ command.request_representation = Google::Apis::CoordinateV1::Job::Representation
303
+ command.request_object = job_object
304
+ command.response_representation = Google::Apis::CoordinateV1::Job::Representation
305
+ command.response_class = Google::Apis::CoordinateV1::Job
306
+ command.params['teamId'] = team_id unless team_id.nil?
307
+ command.params['jobId'] = job_id unless job_id.nil?
308
+ command.query['address'] = address unless address.nil?
309
+ command.query['assignee'] = assignee unless assignee.nil?
310
+ command.query['customField'] = custom_field unless custom_field.nil?
311
+ command.query['customerName'] = customer_name unless customer_name.nil?
312
+ command.query['customerPhoneNumber'] = customer_phone_number unless customer_phone_number.nil?
313
+ command.query['lat'] = lat unless lat.nil?
314
+ command.query['lng'] = lng unless lng.nil?
315
+ command.query['note'] = note unless note.nil?
316
+ command.query['progress'] = progress unless progress.nil?
317
+ command.query['title'] = title unless title.nil?
318
+ command.query['fields'] = fields unless fields.nil?
319
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
320
+ command.query['userIp'] = user_ip unless user_ip.nil?
321
+ execute_or_queue_command(command, &block)
322
+ end
323
+
324
+ # Updates a job. Fields that are set in the job state will be updated.
325
+ # @param [String] team_id
326
+ # Team ID
327
+ # @param [String] job_id
328
+ # Job number
329
+ # @param [Google::Apis::CoordinateV1::Job] job_object
330
+ # @param [String] address
331
+ # Job address as newline (Unix) separated string
332
+ # @param [String] assignee
333
+ # Assignee email address, or empty string to unassign.
334
+ # @param [Array<String>, String] custom_field
335
+ # Sets the value of custom fields. To set a custom field, pass the field id (
336
+ # from /team/teamId/custom_fields), a URL escaped '=' character, and the desired
337
+ # value as a parameter. For example, customField=12%3DAlice. Repeat the
338
+ # parameter for each custom field. Note that '=' cannot appear in the parameter
339
+ # value. Specifying an invalid, or inactive enum field will result in an error
340
+ # 500.
341
+ # @param [String] customer_name
342
+ # Customer name
343
+ # @param [String] customer_phone_number
344
+ # Customer phone number
345
+ # @param [Float] lat
346
+ # The latitude coordinate of this job's location.
347
+ # @param [Float] lng
348
+ # The longitude coordinate of this job's location.
349
+ # @param [String] note
350
+ # Job note as newline (Unix) separated string
351
+ # @param [String] progress
352
+ # Job progress
353
+ # @param [String] title
354
+ # Job title
355
+ # @param [String] fields
356
+ # Selector specifying which fields to include in a partial response.
357
+ # @param [String] quota_user
358
+ # Available to use for quota purposes for server-side applications. Can be any
359
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
360
+ # Overrides userIp if both are provided.
361
+ # @param [String] user_ip
362
+ # IP address of the site where the request originates. Use this if you want to
363
+ # enforce per-user limits.
364
+ # @param [Google::Apis::RequestOptions] options
365
+ # Request-specific options
366
+ #
367
+ # @yield [result, err] Result & error if block supplied
368
+ # @yieldparam result [Google::Apis::CoordinateV1::Job] parsed result object
369
+ # @yieldparam err [StandardError] error object if request failed
370
+ #
371
+ # @return [Google::Apis::CoordinateV1::Job]
372
+ #
373
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
374
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
375
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
376
+ def update_job(team_id, job_id, job_object = nil, address: nil, assignee: nil, custom_field: nil, customer_name: nil, customer_phone_number: nil, lat: nil, lng: nil, note: nil, progress: nil, title: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
377
+ path = 'teams/{teamId}/jobs/{jobId}'
378
+ command = make_simple_command(:put, path, options)
379
+ command.request_representation = Google::Apis::CoordinateV1::Job::Representation
380
+ command.request_object = job_object
381
+ command.response_representation = Google::Apis::CoordinateV1::Job::Representation
382
+ command.response_class = Google::Apis::CoordinateV1::Job
383
+ command.params['teamId'] = team_id unless team_id.nil?
384
+ command.params['jobId'] = job_id unless job_id.nil?
385
+ command.query['address'] = address unless address.nil?
386
+ command.query['assignee'] = assignee unless assignee.nil?
387
+ command.query['customField'] = custom_field unless custom_field.nil?
388
+ command.query['customerName'] = customer_name unless customer_name.nil?
389
+ command.query['customerPhoneNumber'] = customer_phone_number unless customer_phone_number.nil?
390
+ command.query['lat'] = lat unless lat.nil?
391
+ command.query['lng'] = lng unless lng.nil?
392
+ command.query['note'] = note unless note.nil?
393
+ command.query['progress'] = progress unless progress.nil?
394
+ command.query['title'] = title unless title.nil?
395
+ command.query['fields'] = fields unless fields.nil?
396
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
397
+ command.query['userIp'] = user_ip unless user_ip.nil?
398
+ execute_or_queue_command(command, &block)
399
+ end
400
+
401
+ # Retrieves a list of locations for a worker.
402
+ # @param [String] team_id
403
+ # Team ID
404
+ # @param [String] worker_email
405
+ # Worker email address.
406
+ # @param [Fixnum] max_results
407
+ # Maximum number of results to return in one page.
408
+ # @param [String] page_token
409
+ # Continuation token
410
+ # @param [String] start_timestamp_ms
411
+ # Start timestamp in milliseconds since the epoch.
412
+ # @param [String] fields
413
+ # Selector specifying which fields to include in a partial response.
414
+ # @param [String] quota_user
415
+ # Available to use for quota purposes for server-side applications. Can be any
416
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
417
+ # Overrides userIp if both are provided.
418
+ # @param [String] user_ip
419
+ # IP address of the site where the request originates. Use this if you want to
420
+ # enforce per-user limits.
421
+ # @param [Google::Apis::RequestOptions] options
422
+ # Request-specific options
423
+ #
424
+ # @yield [result, err] Result & error if block supplied
425
+ # @yieldparam result [Google::Apis::CoordinateV1::ListLocationResponse] parsed result object
426
+ # @yieldparam err [StandardError] error object if request failed
427
+ #
428
+ # @return [Google::Apis::CoordinateV1::ListLocationResponse]
429
+ #
430
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
431
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
432
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
433
+ def list_locations(team_id, worker_email, max_results: nil, page_token: nil, start_timestamp_ms: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
434
+ path = 'teams/{teamId}/workers/{workerEmail}/locations'
435
+ command = make_simple_command(:get, path, options)
436
+ command.response_representation = Google::Apis::CoordinateV1::ListLocationResponse::Representation
437
+ command.response_class = Google::Apis::CoordinateV1::ListLocationResponse
438
+ command.params['teamId'] = team_id unless team_id.nil?
439
+ command.params['workerEmail'] = worker_email unless worker_email.nil?
440
+ command.query['maxResults'] = max_results unless max_results.nil?
441
+ command.query['pageToken'] = page_token unless page_token.nil?
442
+ command.query['startTimestampMs'] = start_timestamp_ms unless start_timestamp_ms.nil?
443
+ command.query['fields'] = fields unless fields.nil?
444
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
445
+ command.query['userIp'] = user_ip unless user_ip.nil?
446
+ execute_or_queue_command(command, &block)
447
+ end
448
+
449
+ # Retrieves the schedule for a job.
450
+ # @param [String] team_id
451
+ # Team ID
452
+ # @param [String] job_id
453
+ # Job number
454
+ # @param [String] fields
455
+ # Selector specifying which fields to include in a partial response.
456
+ # @param [String] quota_user
457
+ # Available to use for quota purposes for server-side applications. Can be any
458
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
459
+ # Overrides userIp if both are provided.
460
+ # @param [String] user_ip
461
+ # IP address of the site where the request originates. Use this if you want to
462
+ # enforce per-user limits.
463
+ # @param [Google::Apis::RequestOptions] options
464
+ # Request-specific options
465
+ #
466
+ # @yield [result, err] Result & error if block supplied
467
+ # @yieldparam result [Google::Apis::CoordinateV1::Schedule] parsed result object
468
+ # @yieldparam err [StandardError] error object if request failed
469
+ #
470
+ # @return [Google::Apis::CoordinateV1::Schedule]
471
+ #
472
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
473
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
474
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
475
+ def get_schedule(team_id, job_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
476
+ path = 'teams/{teamId}/jobs/{jobId}/schedule'
477
+ command = make_simple_command(:get, path, options)
478
+ command.response_representation = Google::Apis::CoordinateV1::Schedule::Representation
479
+ command.response_class = Google::Apis::CoordinateV1::Schedule
480
+ command.params['teamId'] = team_id unless team_id.nil?
481
+ command.params['jobId'] = job_id unless job_id.nil?
482
+ command.query['fields'] = fields unless fields.nil?
483
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
484
+ command.query['userIp'] = user_ip unless user_ip.nil?
485
+ execute_or_queue_command(command, &block)
486
+ end
487
+
488
+ # Replaces the schedule of a job with the provided schedule. This method
489
+ # supports patch semantics.
490
+ # @param [String] team_id
491
+ # Team ID
492
+ # @param [String] job_id
493
+ # Job number
494
+ # @param [Google::Apis::CoordinateV1::Schedule] schedule_object
495
+ # @param [Boolean] all_day
496
+ # Whether the job is scheduled for the whole day. Time of day in start/end times
497
+ # is ignored if this is true.
498
+ # @param [String] duration
499
+ # Job duration in milliseconds.
500
+ # @param [String] end_time
501
+ # Scheduled end time in milliseconds since epoch.
502
+ # @param [String] start_time
503
+ # Scheduled start time in milliseconds since epoch.
504
+ # @param [String] fields
505
+ # Selector specifying which fields to include in a partial response.
506
+ # @param [String] quota_user
507
+ # Available to use for quota purposes for server-side applications. Can be any
508
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
509
+ # Overrides userIp if both are provided.
510
+ # @param [String] user_ip
511
+ # IP address of the site where the request originates. Use this if you want to
512
+ # enforce per-user limits.
513
+ # @param [Google::Apis::RequestOptions] options
514
+ # Request-specific options
515
+ #
516
+ # @yield [result, err] Result & error if block supplied
517
+ # @yieldparam result [Google::Apis::CoordinateV1::Schedule] parsed result object
518
+ # @yieldparam err [StandardError] error object if request failed
519
+ #
520
+ # @return [Google::Apis::CoordinateV1::Schedule]
521
+ #
522
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
523
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
524
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
525
+ def patch_schedule(team_id, job_id, schedule_object = nil, all_day: nil, duration: nil, end_time: nil, start_time: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
526
+ path = 'teams/{teamId}/jobs/{jobId}/schedule'
527
+ command = make_simple_command(:patch, path, options)
528
+ command.request_representation = Google::Apis::CoordinateV1::Schedule::Representation
529
+ command.request_object = schedule_object
530
+ command.response_representation = Google::Apis::CoordinateV1::Schedule::Representation
531
+ command.response_class = Google::Apis::CoordinateV1::Schedule
532
+ command.params['teamId'] = team_id unless team_id.nil?
533
+ command.params['jobId'] = job_id unless job_id.nil?
534
+ command.query['allDay'] = all_day unless all_day.nil?
535
+ command.query['duration'] = duration unless duration.nil?
536
+ command.query['endTime'] = end_time unless end_time.nil?
537
+ command.query['startTime'] = start_time unless start_time.nil?
538
+ command.query['fields'] = fields unless fields.nil?
539
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
540
+ command.query['userIp'] = user_ip unless user_ip.nil?
541
+ execute_or_queue_command(command, &block)
542
+ end
543
+
544
+ # Replaces the schedule of a job with the provided schedule.
545
+ # @param [String] team_id
546
+ # Team ID
547
+ # @param [String] job_id
548
+ # Job number
549
+ # @param [Google::Apis::CoordinateV1::Schedule] schedule_object
550
+ # @param [Boolean] all_day
551
+ # Whether the job is scheduled for the whole day. Time of day in start/end times
552
+ # is ignored if this is true.
553
+ # @param [String] duration
554
+ # Job duration in milliseconds.
555
+ # @param [String] end_time
556
+ # Scheduled end time in milliseconds since epoch.
557
+ # @param [String] start_time
558
+ # Scheduled start time in milliseconds since epoch.
559
+ # @param [String] fields
560
+ # Selector specifying which fields to include in a partial response.
561
+ # @param [String] quota_user
562
+ # Available to use for quota purposes for server-side applications. Can be any
563
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
564
+ # Overrides userIp if both are provided.
565
+ # @param [String] user_ip
566
+ # IP address of the site where the request originates. Use this if you want to
567
+ # enforce per-user limits.
568
+ # @param [Google::Apis::RequestOptions] options
569
+ # Request-specific options
570
+ #
571
+ # @yield [result, err] Result & error if block supplied
572
+ # @yieldparam result [Google::Apis::CoordinateV1::Schedule] parsed result object
573
+ # @yieldparam err [StandardError] error object if request failed
574
+ #
575
+ # @return [Google::Apis::CoordinateV1::Schedule]
576
+ #
577
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
578
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
579
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
580
+ def update_schedule(team_id, job_id, schedule_object = nil, all_day: nil, duration: nil, end_time: nil, start_time: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
581
+ path = 'teams/{teamId}/jobs/{jobId}/schedule'
582
+ command = make_simple_command(:put, path, options)
583
+ command.request_representation = Google::Apis::CoordinateV1::Schedule::Representation
584
+ command.request_object = schedule_object
585
+ command.response_representation = Google::Apis::CoordinateV1::Schedule::Representation
586
+ command.response_class = Google::Apis::CoordinateV1::Schedule
587
+ command.params['teamId'] = team_id unless team_id.nil?
588
+ command.params['jobId'] = job_id unless job_id.nil?
589
+ command.query['allDay'] = all_day unless all_day.nil?
590
+ command.query['duration'] = duration unless duration.nil?
591
+ command.query['endTime'] = end_time unless end_time.nil?
592
+ command.query['startTime'] = start_time unless start_time.nil?
593
+ command.query['fields'] = fields unless fields.nil?
594
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
595
+ command.query['userIp'] = user_ip unless user_ip.nil?
596
+ execute_or_queue_command(command, &block)
597
+ end
598
+
599
+ # Retrieves a list of teams for a user.
600
+ # @param [Boolean] admin
601
+ # Whether to include teams for which the user has the Admin role.
602
+ # @param [Boolean] dispatcher
603
+ # Whether to include teams for which the user has the Dispatcher role.
604
+ # @param [Boolean] worker
605
+ # Whether to include teams for which the user has the Worker role.
606
+ # @param [String] fields
607
+ # Selector specifying which fields to include in a partial response.
608
+ # @param [String] quota_user
609
+ # Available to use for quota purposes for server-side applications. Can be any
610
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
611
+ # Overrides userIp if both are provided.
612
+ # @param [String] user_ip
613
+ # IP address of the site where the request originates. Use this if you want to
614
+ # enforce per-user limits.
615
+ # @param [Google::Apis::RequestOptions] options
616
+ # Request-specific options
617
+ #
618
+ # @yield [result, err] Result & error if block supplied
619
+ # @yieldparam result [Google::Apis::CoordinateV1::ListTeamResponse] parsed result object
620
+ # @yieldparam err [StandardError] error object if request failed
621
+ #
622
+ # @return [Google::Apis::CoordinateV1::ListTeamResponse]
623
+ #
624
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
625
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
626
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
627
+ def list_teams(admin: nil, dispatcher: nil, worker: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
628
+ path = 'teams'
629
+ command = make_simple_command(:get, path, options)
630
+ command.response_representation = Google::Apis::CoordinateV1::ListTeamResponse::Representation
631
+ command.response_class = Google::Apis::CoordinateV1::ListTeamResponse
632
+ command.query['admin'] = admin unless admin.nil?
633
+ command.query['dispatcher'] = dispatcher unless dispatcher.nil?
634
+ command.query['worker'] = worker unless worker.nil?
635
+ command.query['fields'] = fields unless fields.nil?
636
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
637
+ command.query['userIp'] = user_ip unless user_ip.nil?
638
+ execute_or_queue_command(command, &block)
639
+ end
640
+
641
+ # Retrieves a list of workers in a team.
642
+ # @param [String] team_id
643
+ # Team ID
644
+ # @param [String] fields
645
+ # Selector specifying which fields to include in a partial response.
646
+ # @param [String] quota_user
647
+ # Available to use for quota purposes for server-side applications. Can be any
648
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
649
+ # Overrides userIp if both are provided.
650
+ # @param [String] user_ip
651
+ # IP address of the site where the request originates. Use this if you want to
652
+ # enforce per-user limits.
653
+ # @param [Google::Apis::RequestOptions] options
654
+ # Request-specific options
655
+ #
656
+ # @yield [result, err] Result & error if block supplied
657
+ # @yieldparam result [Google::Apis::CoordinateV1::ListWorkerResponse] parsed result object
658
+ # @yieldparam err [StandardError] error object if request failed
659
+ #
660
+ # @return [Google::Apis::CoordinateV1::ListWorkerResponse]
661
+ #
662
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
663
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
664
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
665
+ def list_workers(team_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
666
+ path = 'teams/{teamId}/workers'
667
+ command = make_simple_command(:get, path, options)
668
+ command.response_representation = Google::Apis::CoordinateV1::ListWorkerResponse::Representation
669
+ command.response_class = Google::Apis::CoordinateV1::ListWorkerResponse
670
+ command.params['teamId'] = team_id unless team_id.nil?
671
+ command.query['fields'] = fields unless fields.nil?
672
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
673
+ command.query['userIp'] = user_ip unless user_ip.nil?
674
+ execute_or_queue_command(command, &block)
675
+ end
676
+
677
+ protected
678
+
679
+ def apply_command_defaults(command)
680
+ command.query['key'] = key unless key.nil?
681
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
682
+ command.query['userIp'] = user_ip unless user_ip.nil?
683
+ end
684
+ end
685
+ end
686
+ end
687
+ end