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,37 @@
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/tasks_v1/service.rb'
16
+ require 'google/apis/tasks_v1/classes.rb'
17
+ require 'google/apis/tasks_v1/representations.rb'
18
+
19
+ module Google
20
+ module Apis
21
+ # Tasks API
22
+ #
23
+ # Lets you manage your tasks and task lists.
24
+ #
25
+ # @see https://developers.google.com/google-apps/tasks/firstapp
26
+ module TasksV1
27
+ VERSION = 'V1'
28
+ REVISION = '20141121'
29
+
30
+ # Manage your tasks
31
+ AUTH_TASKS = 'https://www.googleapis.com/auth/tasks'
32
+
33
+ # View your tasks
34
+ AUTH_TASKS_READONLY = 'https://www.googleapis.com/auth/tasks.readonly'
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,296 @@
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 TasksV1
24
+
25
+ #
26
+ class Task
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Completion date of the task (as a RFC 3339 timestamp). This field is omitted
30
+ # if the task has not been completed.
31
+ # Corresponds to the JSON property `completed`
32
+ # @return [DateTime]
33
+ attr_accessor :completed
34
+
35
+ # Flag indicating whether the task has been deleted. The default if False.
36
+ # Corresponds to the JSON property `deleted`
37
+ # @return [Boolean]
38
+ attr_accessor :deleted
39
+ alias_method :deleted?, :deleted
40
+
41
+ # Due date of the task (as a RFC 3339 timestamp). Optional.
42
+ # Corresponds to the JSON property `due`
43
+ # @return [DateTime]
44
+ attr_accessor :due
45
+
46
+ # ETag of the resource.
47
+ # Corresponds to the JSON property `etag`
48
+ # @return [String]
49
+ attr_accessor :etag
50
+
51
+ # Flag indicating whether the task is hidden. This is the case if the task had
52
+ # been marked completed when the task list was last cleared. The default is
53
+ # False. This field is read-only.
54
+ # Corresponds to the JSON property `hidden`
55
+ # @return [Boolean]
56
+ attr_accessor :hidden
57
+ alias_method :hidden?, :hidden
58
+
59
+ # Task identifier.
60
+ # Corresponds to the JSON property `id`
61
+ # @return [String]
62
+ attr_accessor :id
63
+
64
+ # Type of the resource. This is always "tasks#task".
65
+ # Corresponds to the JSON property `kind`
66
+ # @return [String]
67
+ attr_accessor :kind
68
+
69
+ # Collection of links. This collection is read-only.
70
+ # Corresponds to the JSON property `links`
71
+ # @return [Array<Google::Apis::TasksV1::Task::Link>]
72
+ attr_accessor :links
73
+
74
+ # Notes describing the task. Optional.
75
+ # Corresponds to the JSON property `notes`
76
+ # @return [String]
77
+ attr_accessor :notes
78
+
79
+ # Parent task identifier. This field is omitted if it is a top-level task. This
80
+ # field is read-only. Use the "move" method to move the task under a different
81
+ # parent or to the top level.
82
+ # Corresponds to the JSON property `parent`
83
+ # @return [String]
84
+ attr_accessor :parent
85
+
86
+ # String indicating the position of the task among its sibling tasks under the
87
+ # same parent task or at the top level. If this string is greater than another
88
+ # task's corresponding position string according to lexicographical ordering,
89
+ # the task is positioned after the other task under the same parent task (or at
90
+ # the top level). This field is read-only. Use the "move" method to move the
91
+ # task to another position.
92
+ # Corresponds to the JSON property `position`
93
+ # @return [String]
94
+ attr_accessor :position
95
+
96
+ # URL pointing to this task. Used to retrieve, update, or delete this task.
97
+ # Corresponds to the JSON property `selfLink`
98
+ # @return [String]
99
+ attr_accessor :self_link
100
+
101
+ # Status of the task. This is either "needsAction" or "completed".
102
+ # Corresponds to the JSON property `status`
103
+ # @return [String]
104
+ attr_accessor :status
105
+
106
+ # Title of the task.
107
+ # Corresponds to the JSON property `title`
108
+ # @return [String]
109
+ attr_accessor :title
110
+
111
+ # Last modification time of the task (as a RFC 3339 timestamp).
112
+ # Corresponds to the JSON property `updated`
113
+ # @return [DateTime]
114
+ attr_accessor :updated
115
+
116
+ def initialize(**args)
117
+ update!(**args)
118
+ end
119
+
120
+ # Update properties of this object
121
+ def update!(**args)
122
+ @completed = args[:completed] unless args[:completed].nil?
123
+ @deleted = args[:deleted] unless args[:deleted].nil?
124
+ @due = args[:due] unless args[:due].nil?
125
+ @etag = args[:etag] unless args[:etag].nil?
126
+ @hidden = args[:hidden] unless args[:hidden].nil?
127
+ @id = args[:id] unless args[:id].nil?
128
+ @kind = args[:kind] unless args[:kind].nil?
129
+ @links = args[:links] unless args[:links].nil?
130
+ @notes = args[:notes] unless args[:notes].nil?
131
+ @parent = args[:parent] unless args[:parent].nil?
132
+ @position = args[:position] unless args[:position].nil?
133
+ @self_link = args[:self_link] unless args[:self_link].nil?
134
+ @status = args[:status] unless args[:status].nil?
135
+ @title = args[:title] unless args[:title].nil?
136
+ @updated = args[:updated] unless args[:updated].nil?
137
+ end
138
+
139
+ #
140
+ class Link
141
+ include Google::Apis::Core::Hashable
142
+
143
+ # The description. In HTML speak: Everything between <a> and </a>.
144
+ # Corresponds to the JSON property `description`
145
+ # @return [String]
146
+ attr_accessor :description
147
+
148
+ # The URL.
149
+ # Corresponds to the JSON property `link`
150
+ # @return [String]
151
+ attr_accessor :link
152
+
153
+ # Type of the link, e.g. "email".
154
+ # Corresponds to the JSON property `type`
155
+ # @return [String]
156
+ attr_accessor :type
157
+
158
+ def initialize(**args)
159
+ update!(**args)
160
+ end
161
+
162
+ # Update properties of this object
163
+ def update!(**args)
164
+ @description = args[:description] unless args[:description].nil?
165
+ @link = args[:link] unless args[:link].nil?
166
+ @type = args[:type] unless args[:type].nil?
167
+ end
168
+ end
169
+ end
170
+
171
+ #
172
+ class TaskList
173
+ include Google::Apis::Core::Hashable
174
+
175
+ # ETag of the resource.
176
+ # Corresponds to the JSON property `etag`
177
+ # @return [String]
178
+ attr_accessor :etag
179
+
180
+ # Task list identifier.
181
+ # Corresponds to the JSON property `id`
182
+ # @return [String]
183
+ attr_accessor :id
184
+
185
+ # Type of the resource. This is always "tasks#taskList".
186
+ # Corresponds to the JSON property `kind`
187
+ # @return [String]
188
+ attr_accessor :kind
189
+
190
+ # URL pointing to this task list. Used to retrieve, update, or delete this task
191
+ # list.
192
+ # Corresponds to the JSON property `selfLink`
193
+ # @return [String]
194
+ attr_accessor :self_link
195
+
196
+ # Title of the task list.
197
+ # Corresponds to the JSON property `title`
198
+ # @return [String]
199
+ attr_accessor :title
200
+
201
+ # Last modification time of the task list (as a RFC 3339 timestamp).
202
+ # Corresponds to the JSON property `updated`
203
+ # @return [DateTime]
204
+ attr_accessor :updated
205
+
206
+ def initialize(**args)
207
+ update!(**args)
208
+ end
209
+
210
+ # Update properties of this object
211
+ def update!(**args)
212
+ @etag = args[:etag] unless args[:etag].nil?
213
+ @id = args[:id] unless args[:id].nil?
214
+ @kind = args[:kind] unless args[:kind].nil?
215
+ @self_link = args[:self_link] unless args[:self_link].nil?
216
+ @title = args[:title] unless args[:title].nil?
217
+ @updated = args[:updated] unless args[:updated].nil?
218
+ end
219
+ end
220
+
221
+ #
222
+ class TaskLists
223
+ include Google::Apis::Core::Hashable
224
+
225
+ # ETag of the resource.
226
+ # Corresponds to the JSON property `etag`
227
+ # @return [String]
228
+ attr_accessor :etag
229
+
230
+ # Collection of task lists.
231
+ # Corresponds to the JSON property `items`
232
+ # @return [Array<Google::Apis::TasksV1::TaskList>]
233
+ attr_accessor :items
234
+
235
+ # Type of the resource. This is always "tasks#taskLists".
236
+ # Corresponds to the JSON property `kind`
237
+ # @return [String]
238
+ attr_accessor :kind
239
+
240
+ # Token that can be used to request the next page of this result.
241
+ # Corresponds to the JSON property `nextPageToken`
242
+ # @return [String]
243
+ attr_accessor :next_page_token
244
+
245
+ def initialize(**args)
246
+ update!(**args)
247
+ end
248
+
249
+ # Update properties of this object
250
+ def update!(**args)
251
+ @etag = args[:etag] unless args[:etag].nil?
252
+ @items = args[:items] unless args[:items].nil?
253
+ @kind = args[:kind] unless args[:kind].nil?
254
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
255
+ end
256
+ end
257
+
258
+ #
259
+ class Tasks
260
+ include Google::Apis::Core::Hashable
261
+
262
+ # ETag of the resource.
263
+ # Corresponds to the JSON property `etag`
264
+ # @return [String]
265
+ attr_accessor :etag
266
+
267
+ # Collection of tasks.
268
+ # Corresponds to the JSON property `items`
269
+ # @return [Array<Google::Apis::TasksV1::Task>]
270
+ attr_accessor :items
271
+
272
+ # Type of the resource. This is always "tasks#tasks".
273
+ # Corresponds to the JSON property `kind`
274
+ # @return [String]
275
+ attr_accessor :kind
276
+
277
+ # Token used to access the next page of this result.
278
+ # Corresponds to the JSON property `nextPageToken`
279
+ # @return [String]
280
+ attr_accessor :next_page_token
281
+
282
+ def initialize(**args)
283
+ update!(**args)
284
+ end
285
+
286
+ # Update properties of this object
287
+ def update!(**args)
288
+ @etag = args[:etag] unless args[:etag].nil?
289
+ @items = args[:items] unless args[:items].nil?
290
+ @kind = args[:kind] unless args[:kind].nil?
291
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
292
+ end
293
+ end
294
+ end
295
+ end
296
+ end
@@ -0,0 +1,115 @@
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 TasksV1
24
+
25
+ class Task
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ class Link
29
+ class Representation < Google::Apis::Core::JsonRepresentation; end
30
+ end
31
+ end
32
+
33
+ class TaskList
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class TaskLists
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class Tasks
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+ end
44
+
45
+ class Task
46
+ # @private
47
+ class Representation < Google::Apis::Core::JsonRepresentation
48
+ property :completed, as: 'completed', type: DateTime
49
+
50
+ property :deleted, as: 'deleted'
51
+ property :due, as: 'due', type: DateTime
52
+
53
+ property :etag, as: 'etag'
54
+ property :hidden, as: 'hidden'
55
+ property :id, as: 'id'
56
+ property :kind, as: 'kind'
57
+ collection :links, as: 'links', class: Google::Apis::TasksV1::Task::Link, decorator: Google::Apis::TasksV1::Task::Link::Representation
58
+
59
+ property :notes, as: 'notes'
60
+ property :parent, as: 'parent'
61
+ property :position, as: 'position'
62
+ property :self_link, as: 'selfLink'
63
+ property :status, as: 'status'
64
+ property :title, as: 'title'
65
+ property :updated, as: 'updated', type: DateTime
66
+
67
+ end
68
+
69
+ class Link
70
+ # @private
71
+ class Representation < Google::Apis::Core::JsonRepresentation
72
+ property :description, as: 'description'
73
+ property :link, as: 'link'
74
+ property :type, as: 'type'
75
+ end
76
+ end
77
+ end
78
+
79
+ class TaskList
80
+ # @private
81
+ class Representation < Google::Apis::Core::JsonRepresentation
82
+ property :etag, as: 'etag'
83
+ property :id, as: 'id'
84
+ property :kind, as: 'kind'
85
+ property :self_link, as: 'selfLink'
86
+ property :title, as: 'title'
87
+ property :updated, as: 'updated', type: DateTime
88
+
89
+ end
90
+ end
91
+
92
+ class TaskLists
93
+ # @private
94
+ class Representation < Google::Apis::Core::JsonRepresentation
95
+ property :etag, as: 'etag'
96
+ collection :items, as: 'items', class: Google::Apis::TasksV1::TaskList, decorator: Google::Apis::TasksV1::TaskList::Representation
97
+
98
+ property :kind, as: 'kind'
99
+ property :next_page_token, as: 'nextPageToken'
100
+ end
101
+ end
102
+
103
+ class Tasks
104
+ # @private
105
+ class Representation < Google::Apis::Core::JsonRepresentation
106
+ property :etag, as: 'etag'
107
+ collection :items, as: 'items', class: Google::Apis::TasksV1::Task, decorator: Google::Apis::TasksV1::Task::Representation
108
+
109
+ property :kind, as: 'kind'
110
+ property :next_page_token, as: 'nextPageToken'
111
+ end
112
+ end
113
+ end
114
+ end
115
+ end
@@ -0,0 +1,657 @@
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 TasksV1
23
+ # Tasks API
24
+ #
25
+ # Lets you manage your tasks and task lists.
26
+ #
27
+ # @example
28
+ # require 'google/apis/tasks_v1'
29
+ #
30
+ # Tasks = Google::Apis::TasksV1 # Alias the module
31
+ # service = Tasks::TasksService.new
32
+ #
33
+ # @see https://developers.google.com/google-apps/tasks/firstapp
34
+ class TasksService < 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/', 'tasks/v1/')
53
+ end
54
+
55
+ # Deletes the authenticated user's specified task list.
56
+ # @param [String] tasklist
57
+ # Task list identifier.
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 [NilClass] No result returned for this method
72
+ # @yieldparam err [StandardError] error object if request failed
73
+ #
74
+ # @return [void]
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 delete_tasklist(tasklist, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
80
+ path = 'users/@me/lists/{tasklist}'
81
+ command = make_simple_command(:delete, path, options)
82
+ command.params['tasklist'] = tasklist unless tasklist.nil?
83
+ command.query['fields'] = fields unless fields.nil?
84
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
85
+ command.query['userIp'] = user_ip unless user_ip.nil?
86
+ execute_or_queue_command(command, &block)
87
+ end
88
+
89
+ # Returns the authenticated user's specified task list.
90
+ # @param [String] tasklist
91
+ # Task list identifier.
92
+ # @param [String] fields
93
+ # Selector specifying which fields to include in a partial response.
94
+ # @param [String] quota_user
95
+ # Available to use for quota purposes for server-side applications. Can be any
96
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
97
+ # Overrides userIp if both are provided.
98
+ # @param [String] user_ip
99
+ # IP address of the site where the request originates. Use this if you want to
100
+ # enforce per-user limits.
101
+ # @param [Google::Apis::RequestOptions] options
102
+ # Request-specific options
103
+ #
104
+ # @yield [result, err] Result & error if block supplied
105
+ # @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
106
+ # @yieldparam err [StandardError] error object if request failed
107
+ #
108
+ # @return [Google::Apis::TasksV1::TaskList]
109
+ #
110
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
111
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
112
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
113
+ def get_tasklist(tasklist, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
114
+ path = 'users/@me/lists/{tasklist}'
115
+ command = make_simple_command(:get, path, options)
116
+ command.response_representation = Google::Apis::TasksV1::TaskList::Representation
117
+ command.response_class = Google::Apis::TasksV1::TaskList
118
+ command.params['tasklist'] = tasklist unless tasklist.nil?
119
+ command.query['fields'] = fields unless fields.nil?
120
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
121
+ command.query['userIp'] = user_ip unless user_ip.nil?
122
+ execute_or_queue_command(command, &block)
123
+ end
124
+
125
+ # Creates a new task list and adds it to the authenticated user's task lists.
126
+ # @param [Google::Apis::TasksV1::TaskList] task_list_object
127
+ # @param [String] fields
128
+ # Selector specifying which fields to include in a partial response.
129
+ # @param [String] quota_user
130
+ # Available to use for quota purposes for server-side applications. Can be any
131
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
132
+ # Overrides userIp if both are provided.
133
+ # @param [String] user_ip
134
+ # IP address of the site where the request originates. Use this if you want to
135
+ # enforce per-user limits.
136
+ # @param [Google::Apis::RequestOptions] options
137
+ # Request-specific options
138
+ #
139
+ # @yield [result, err] Result & error if block supplied
140
+ # @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
141
+ # @yieldparam err [StandardError] error object if request failed
142
+ #
143
+ # @return [Google::Apis::TasksV1::TaskList]
144
+ #
145
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
146
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
147
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
148
+ def insert_tasklist(task_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
149
+ path = 'users/@me/lists'
150
+ command = make_simple_command(:post, path, options)
151
+ command.request_representation = Google::Apis::TasksV1::TaskList::Representation
152
+ command.request_object = task_list_object
153
+ command.response_representation = Google::Apis::TasksV1::TaskList::Representation
154
+ command.response_class = Google::Apis::TasksV1::TaskList
155
+ command.query['fields'] = fields unless fields.nil?
156
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
157
+ command.query['userIp'] = user_ip unless user_ip.nil?
158
+ execute_or_queue_command(command, &block)
159
+ end
160
+
161
+ # Returns all the authenticated user's task lists.
162
+ # @param [String] max_results
163
+ # Maximum number of task lists returned on one page. Optional. The default is
164
+ # 100.
165
+ # @param [String] page_token
166
+ # Token specifying the result page to return. Optional.
167
+ # @param [String] fields
168
+ # Selector specifying which fields to include in a partial response.
169
+ # @param [String] quota_user
170
+ # Available to use for quota purposes for server-side applications. Can be any
171
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
172
+ # Overrides userIp if both are provided.
173
+ # @param [String] user_ip
174
+ # IP address of the site where the request originates. Use this if you want to
175
+ # enforce per-user limits.
176
+ # @param [Google::Apis::RequestOptions] options
177
+ # Request-specific options
178
+ #
179
+ # @yield [result, err] Result & error if block supplied
180
+ # @yieldparam result [Google::Apis::TasksV1::TaskLists] parsed result object
181
+ # @yieldparam err [StandardError] error object if request failed
182
+ #
183
+ # @return [Google::Apis::TasksV1::TaskLists]
184
+ #
185
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
186
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
187
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
188
+ def list_tasklists(max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
189
+ path = 'users/@me/lists'
190
+ command = make_simple_command(:get, path, options)
191
+ command.response_representation = Google::Apis::TasksV1::TaskLists::Representation
192
+ command.response_class = Google::Apis::TasksV1::TaskLists
193
+ command.query['maxResults'] = max_results unless max_results.nil?
194
+ command.query['pageToken'] = page_token unless page_token.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
+ # Updates the authenticated user's specified task list. This method supports
202
+ # patch semantics.
203
+ # @param [String] tasklist
204
+ # Task list identifier.
205
+ # @param [Google::Apis::TasksV1::TaskList] task_list_object
206
+ # @param [String] fields
207
+ # Selector specifying which fields to include in a partial response.
208
+ # @param [String] quota_user
209
+ # Available to use for quota purposes for server-side applications. Can be any
210
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
211
+ # Overrides userIp if both are provided.
212
+ # @param [String] user_ip
213
+ # IP address of the site where the request originates. Use this if you want to
214
+ # enforce per-user limits.
215
+ # @param [Google::Apis::RequestOptions] options
216
+ # Request-specific options
217
+ #
218
+ # @yield [result, err] Result & error if block supplied
219
+ # @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
220
+ # @yieldparam err [StandardError] error object if request failed
221
+ #
222
+ # @return [Google::Apis::TasksV1::TaskList]
223
+ #
224
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
225
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
226
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
227
+ def patch_tasklist(tasklist, task_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
228
+ path = 'users/@me/lists/{tasklist}'
229
+ command = make_simple_command(:patch, path, options)
230
+ command.request_representation = Google::Apis::TasksV1::TaskList::Representation
231
+ command.request_object = task_list_object
232
+ command.response_representation = Google::Apis::TasksV1::TaskList::Representation
233
+ command.response_class = Google::Apis::TasksV1::TaskList
234
+ command.params['tasklist'] = tasklist unless tasklist.nil?
235
+ command.query['fields'] = fields unless fields.nil?
236
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
237
+ command.query['userIp'] = user_ip unless user_ip.nil?
238
+ execute_or_queue_command(command, &block)
239
+ end
240
+
241
+ # Updates the authenticated user's specified task list.
242
+ # @param [String] tasklist
243
+ # Task list identifier.
244
+ # @param [Google::Apis::TasksV1::TaskList] task_list_object
245
+ # @param [String] fields
246
+ # Selector specifying which fields to include in a partial response.
247
+ # @param [String] quota_user
248
+ # Available to use for quota purposes for server-side applications. Can be any
249
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
250
+ # Overrides userIp if both are provided.
251
+ # @param [String] user_ip
252
+ # IP address of the site where the request originates. Use this if you want to
253
+ # enforce per-user limits.
254
+ # @param [Google::Apis::RequestOptions] options
255
+ # Request-specific options
256
+ #
257
+ # @yield [result, err] Result & error if block supplied
258
+ # @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
259
+ # @yieldparam err [StandardError] error object if request failed
260
+ #
261
+ # @return [Google::Apis::TasksV1::TaskList]
262
+ #
263
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
264
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
265
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
266
+ def update_tasklist(tasklist, task_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
267
+ path = 'users/@me/lists/{tasklist}'
268
+ command = make_simple_command(:put, path, options)
269
+ command.request_representation = Google::Apis::TasksV1::TaskList::Representation
270
+ command.request_object = task_list_object
271
+ command.response_representation = Google::Apis::TasksV1::TaskList::Representation
272
+ command.response_class = Google::Apis::TasksV1::TaskList
273
+ command.params['tasklist'] = tasklist unless tasklist.nil?
274
+ command.query['fields'] = fields unless fields.nil?
275
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
276
+ command.query['userIp'] = user_ip unless user_ip.nil?
277
+ execute_or_queue_command(command, &block)
278
+ end
279
+
280
+ # Clears all completed tasks from the specified task list. The affected tasks
281
+ # will be marked as 'hidden' and no longer be returned by default when
282
+ # retrieving all tasks for a task list.
283
+ # @param [String] tasklist
284
+ # Task list identifier.
285
+ # @param [String] fields
286
+ # Selector specifying which fields to include in a partial response.
287
+ # @param [String] quota_user
288
+ # Available to use for quota purposes for server-side applications. Can be any
289
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
290
+ # Overrides userIp if both are provided.
291
+ # @param [String] user_ip
292
+ # IP address of the site where the request originates. Use this if you want to
293
+ # enforce per-user limits.
294
+ # @param [Google::Apis::RequestOptions] options
295
+ # Request-specific options
296
+ #
297
+ # @yield [result, err] Result & error if block supplied
298
+ # @yieldparam result [NilClass] No result returned for this method
299
+ # @yieldparam err [StandardError] error object if request failed
300
+ #
301
+ # @return [void]
302
+ #
303
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
304
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
305
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
306
+ def clear_task(tasklist, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
307
+ path = 'lists/{tasklist}/clear'
308
+ command = make_simple_command(:post, path, options)
309
+ command.params['tasklist'] = tasklist unless tasklist.nil?
310
+ command.query['fields'] = fields unless fields.nil?
311
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
312
+ command.query['userIp'] = user_ip unless user_ip.nil?
313
+ execute_or_queue_command(command, &block)
314
+ end
315
+
316
+ # Deletes the specified task from the task list.
317
+ # @param [String] tasklist
318
+ # Task list identifier.
319
+ # @param [String] task
320
+ # Task identifier.
321
+ # @param [String] fields
322
+ # Selector specifying which fields to include in a partial response.
323
+ # @param [String] quota_user
324
+ # Available to use for quota purposes for server-side applications. Can be any
325
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
326
+ # Overrides userIp if both are provided.
327
+ # @param [String] user_ip
328
+ # IP address of the site where the request originates. Use this if you want to
329
+ # enforce per-user limits.
330
+ # @param [Google::Apis::RequestOptions] options
331
+ # Request-specific options
332
+ #
333
+ # @yield [result, err] Result & error if block supplied
334
+ # @yieldparam result [NilClass] No result returned for this method
335
+ # @yieldparam err [StandardError] error object if request failed
336
+ #
337
+ # @return [void]
338
+ #
339
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
340
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
341
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
342
+ def delete_task(tasklist, task, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
343
+ path = 'lists/{tasklist}/tasks/{task}'
344
+ command = make_simple_command(:delete, path, options)
345
+ command.params['tasklist'] = tasklist unless tasklist.nil?
346
+ command.params['task'] = task unless task.nil?
347
+ command.query['fields'] = fields unless fields.nil?
348
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
349
+ command.query['userIp'] = user_ip unless user_ip.nil?
350
+ execute_or_queue_command(command, &block)
351
+ end
352
+
353
+ # Returns the specified task.
354
+ # @param [String] tasklist
355
+ # Task list identifier.
356
+ # @param [String] task
357
+ # Task identifier.
358
+ # @param [String] fields
359
+ # Selector specifying which fields to include in a partial response.
360
+ # @param [String] quota_user
361
+ # Available to use for quota purposes for server-side applications. Can be any
362
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
363
+ # Overrides userIp if both are provided.
364
+ # @param [String] user_ip
365
+ # IP address of the site where the request originates. Use this if you want to
366
+ # enforce per-user limits.
367
+ # @param [Google::Apis::RequestOptions] options
368
+ # Request-specific options
369
+ #
370
+ # @yield [result, err] Result & error if block supplied
371
+ # @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
372
+ # @yieldparam err [StandardError] error object if request failed
373
+ #
374
+ # @return [Google::Apis::TasksV1::Task]
375
+ #
376
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
377
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
378
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
379
+ def get_task(tasklist, task, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
380
+ path = 'lists/{tasklist}/tasks/{task}'
381
+ command = make_simple_command(:get, path, options)
382
+ command.response_representation = Google::Apis::TasksV1::Task::Representation
383
+ command.response_class = Google::Apis::TasksV1::Task
384
+ command.params['tasklist'] = tasklist unless tasklist.nil?
385
+ command.params['task'] = task unless task.nil?
386
+ command.query['fields'] = fields unless fields.nil?
387
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
388
+ command.query['userIp'] = user_ip unless user_ip.nil?
389
+ execute_or_queue_command(command, &block)
390
+ end
391
+
392
+ # Creates a new task on the specified task list.
393
+ # @param [String] tasklist
394
+ # Task list identifier.
395
+ # @param [Google::Apis::TasksV1::Task] task_object
396
+ # @param [String] parent
397
+ # Parent task identifier. If the task is created at the top level, this
398
+ # parameter is omitted. Optional.
399
+ # @param [String] previous
400
+ # Previous sibling task identifier. If the task is created at the first position
401
+ # among its siblings, this parameter is omitted. Optional.
402
+ # @param [String] fields
403
+ # Selector specifying which fields to include in a partial response.
404
+ # @param [String] quota_user
405
+ # Available to use for quota purposes for server-side applications. Can be any
406
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
407
+ # Overrides userIp if both are provided.
408
+ # @param [String] user_ip
409
+ # IP address of the site where the request originates. Use this if you want to
410
+ # enforce per-user limits.
411
+ # @param [Google::Apis::RequestOptions] options
412
+ # Request-specific options
413
+ #
414
+ # @yield [result, err] Result & error if block supplied
415
+ # @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
416
+ # @yieldparam err [StandardError] error object if request failed
417
+ #
418
+ # @return [Google::Apis::TasksV1::Task]
419
+ #
420
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
421
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
422
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
423
+ def insert_task(tasklist, task_object = nil, parent: nil, previous: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
424
+ path = 'lists/{tasklist}/tasks'
425
+ command = make_simple_command(:post, path, options)
426
+ command.request_representation = Google::Apis::TasksV1::Task::Representation
427
+ command.request_object = task_object
428
+ command.response_representation = Google::Apis::TasksV1::Task::Representation
429
+ command.response_class = Google::Apis::TasksV1::Task
430
+ command.params['tasklist'] = tasklist unless tasklist.nil?
431
+ command.query['parent'] = parent unless parent.nil?
432
+ command.query['previous'] = previous unless previous.nil?
433
+ command.query['fields'] = fields unless fields.nil?
434
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
435
+ command.query['userIp'] = user_ip unless user_ip.nil?
436
+ execute_or_queue_command(command, &block)
437
+ end
438
+
439
+ # Returns all tasks in the specified task list.
440
+ # @param [String] tasklist
441
+ # Task list identifier.
442
+ # @param [String] completed_max
443
+ # Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter
444
+ # by. Optional. The default is not to filter by completion date.
445
+ # @param [String] completed_min
446
+ # Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter
447
+ # by. Optional. The default is not to filter by completion date.
448
+ # @param [String] due_max
449
+ # Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
450
+ # Optional. The default is not to filter by due date.
451
+ # @param [String] due_min
452
+ # Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
453
+ # Optional. The default is not to filter by due date.
454
+ # @param [String] max_results
455
+ # Maximum number of task lists returned on one page. Optional. The default is
456
+ # 100.
457
+ # @param [String] page_token
458
+ # Token specifying the result page to return. Optional.
459
+ # @param [Boolean] show_completed
460
+ # Flag indicating whether completed tasks are returned in the result. Optional.
461
+ # The default is True.
462
+ # @param [Boolean] show_deleted
463
+ # Flag indicating whether deleted tasks are returned in the result. Optional.
464
+ # The default is False.
465
+ # @param [Boolean] show_hidden
466
+ # Flag indicating whether hidden tasks are returned in the result. Optional. The
467
+ # default is False.
468
+ # @param [String] updated_min
469
+ # Lower bound for a task's last modification time (as a RFC 3339 timestamp) to
470
+ # filter by. Optional. The default is not to filter by last modification time.
471
+ # @param [String] fields
472
+ # Selector specifying which fields to include in a partial response.
473
+ # @param [String] quota_user
474
+ # Available to use for quota purposes for server-side applications. Can be any
475
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
476
+ # Overrides userIp if both are provided.
477
+ # @param [String] user_ip
478
+ # IP address of the site where the request originates. Use this if you want to
479
+ # enforce per-user limits.
480
+ # @param [Google::Apis::RequestOptions] options
481
+ # Request-specific options
482
+ #
483
+ # @yield [result, err] Result & error if block supplied
484
+ # @yieldparam result [Google::Apis::TasksV1::Tasks] parsed result object
485
+ # @yieldparam err [StandardError] error object if request failed
486
+ #
487
+ # @return [Google::Apis::TasksV1::Tasks]
488
+ #
489
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
490
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
491
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
492
+ def list_tasks(tasklist, completed_max: nil, completed_min: nil, due_max: nil, due_min: nil, max_results: nil, page_token: nil, show_completed: nil, show_deleted: nil, show_hidden: nil, updated_min: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
493
+ path = 'lists/{tasklist}/tasks'
494
+ command = make_simple_command(:get, path, options)
495
+ command.response_representation = Google::Apis::TasksV1::Tasks::Representation
496
+ command.response_class = Google::Apis::TasksV1::Tasks
497
+ command.params['tasklist'] = tasklist unless tasklist.nil?
498
+ command.query['completedMax'] = completed_max unless completed_max.nil?
499
+ command.query['completedMin'] = completed_min unless completed_min.nil?
500
+ command.query['dueMax'] = due_max unless due_max.nil?
501
+ command.query['dueMin'] = due_min unless due_min.nil?
502
+ command.query['maxResults'] = max_results unless max_results.nil?
503
+ command.query['pageToken'] = page_token unless page_token.nil?
504
+ command.query['showCompleted'] = show_completed unless show_completed.nil?
505
+ command.query['showDeleted'] = show_deleted unless show_deleted.nil?
506
+ command.query['showHidden'] = show_hidden unless show_hidden.nil?
507
+ command.query['updatedMin'] = updated_min unless updated_min.nil?
508
+ command.query['fields'] = fields unless fields.nil?
509
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
510
+ command.query['userIp'] = user_ip unless user_ip.nil?
511
+ execute_or_queue_command(command, &block)
512
+ end
513
+
514
+ # Moves the specified task to another position in the task list. This can
515
+ # include putting it as a child task under a new parent and/or move it to a
516
+ # different position among its sibling tasks.
517
+ # @param [String] tasklist
518
+ # Task list identifier.
519
+ # @param [String] task
520
+ # Task identifier.
521
+ # @param [String] parent
522
+ # New parent task identifier. If the task is moved to the top level, this
523
+ # parameter is omitted. Optional.
524
+ # @param [String] previous
525
+ # New previous sibling task identifier. If the task is moved to the first
526
+ # position among its siblings, this parameter is omitted. Optional.
527
+ # @param [String] fields
528
+ # Selector specifying which fields to include in a partial response.
529
+ # @param [String] quota_user
530
+ # Available to use for quota purposes for server-side applications. Can be any
531
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
532
+ # Overrides userIp if both are provided.
533
+ # @param [String] user_ip
534
+ # IP address of the site where the request originates. Use this if you want to
535
+ # enforce per-user limits.
536
+ # @param [Google::Apis::RequestOptions] options
537
+ # Request-specific options
538
+ #
539
+ # @yield [result, err] Result & error if block supplied
540
+ # @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
541
+ # @yieldparam err [StandardError] error object if request failed
542
+ #
543
+ # @return [Google::Apis::TasksV1::Task]
544
+ #
545
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
546
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
547
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
548
+ def move_task(tasklist, task, parent: nil, previous: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
549
+ path = 'lists/{tasklist}/tasks/{task}/move'
550
+ command = make_simple_command(:post, path, options)
551
+ command.response_representation = Google::Apis::TasksV1::Task::Representation
552
+ command.response_class = Google::Apis::TasksV1::Task
553
+ command.params['tasklist'] = tasklist unless tasklist.nil?
554
+ command.params['task'] = task unless task.nil?
555
+ command.query['parent'] = parent unless parent.nil?
556
+ command.query['previous'] = previous unless previous.nil?
557
+ command.query['fields'] = fields unless fields.nil?
558
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
559
+ command.query['userIp'] = user_ip unless user_ip.nil?
560
+ execute_or_queue_command(command, &block)
561
+ end
562
+
563
+ # Updates the specified task. This method supports patch semantics.
564
+ # @param [String] tasklist
565
+ # Task list identifier.
566
+ # @param [String] task
567
+ # Task identifier.
568
+ # @param [Google::Apis::TasksV1::Task] task_object
569
+ # @param [String] fields
570
+ # Selector specifying which fields to include in a partial response.
571
+ # @param [String] quota_user
572
+ # Available to use for quota purposes for server-side applications. Can be any
573
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
574
+ # Overrides userIp if both are provided.
575
+ # @param [String] user_ip
576
+ # IP address of the site where the request originates. Use this if you want to
577
+ # enforce per-user limits.
578
+ # @param [Google::Apis::RequestOptions] options
579
+ # Request-specific options
580
+ #
581
+ # @yield [result, err] Result & error if block supplied
582
+ # @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
583
+ # @yieldparam err [StandardError] error object if request failed
584
+ #
585
+ # @return [Google::Apis::TasksV1::Task]
586
+ #
587
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
588
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
589
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
590
+ def patch_task(tasklist, task, task_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
591
+ path = 'lists/{tasklist}/tasks/{task}'
592
+ command = make_simple_command(:patch, path, options)
593
+ command.request_representation = Google::Apis::TasksV1::Task::Representation
594
+ command.request_object = task_object
595
+ command.response_representation = Google::Apis::TasksV1::Task::Representation
596
+ command.response_class = Google::Apis::TasksV1::Task
597
+ command.params['tasklist'] = tasklist unless tasklist.nil?
598
+ command.params['task'] = task unless task.nil?
599
+ command.query['fields'] = fields unless fields.nil?
600
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
601
+ command.query['userIp'] = user_ip unless user_ip.nil?
602
+ execute_or_queue_command(command, &block)
603
+ end
604
+
605
+ # Updates the specified task.
606
+ # @param [String] tasklist
607
+ # Task list identifier.
608
+ # @param [String] task
609
+ # Task identifier.
610
+ # @param [Google::Apis::TasksV1::Task] task_object
611
+ # @param [String] fields
612
+ # Selector specifying which fields to include in a partial response.
613
+ # @param [String] quota_user
614
+ # Available to use for quota purposes for server-side applications. Can be any
615
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
616
+ # Overrides userIp if both are provided.
617
+ # @param [String] user_ip
618
+ # IP address of the site where the request originates. Use this if you want to
619
+ # enforce per-user limits.
620
+ # @param [Google::Apis::RequestOptions] options
621
+ # Request-specific options
622
+ #
623
+ # @yield [result, err] Result & error if block supplied
624
+ # @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
625
+ # @yieldparam err [StandardError] error object if request failed
626
+ #
627
+ # @return [Google::Apis::TasksV1::Task]
628
+ #
629
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
630
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
631
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
632
+ def update_task(tasklist, task, task_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
633
+ path = 'lists/{tasklist}/tasks/{task}'
634
+ command = make_simple_command(:put, path, options)
635
+ command.request_representation = Google::Apis::TasksV1::Task::Representation
636
+ command.request_object = task_object
637
+ command.response_representation = Google::Apis::TasksV1::Task::Representation
638
+ command.response_class = Google::Apis::TasksV1::Task
639
+ command.params['tasklist'] = tasklist unless tasklist.nil?
640
+ command.params['task'] = task unless task.nil?
641
+ command.query['fields'] = fields unless fields.nil?
642
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
643
+ command.query['userIp'] = user_ip unless user_ip.nil?
644
+ execute_or_queue_command(command, &block)
645
+ end
646
+
647
+ protected
648
+
649
+ def apply_command_defaults(command)
650
+ command.query['key'] = key unless key.nil?
651
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
652
+ command.query['userIp'] = user_ip unless user_ip.nil?
653
+ end
654
+ end
655
+ end
656
+ end
657
+ end