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,1003 @@
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 BigqueryV2
23
+ # BigQuery API
24
+ #
25
+ # A data platform for customers to create, manage, share and query data.
26
+ #
27
+ # @example
28
+ # require 'google/apis/bigquery_v2'
29
+ #
30
+ # Bigquery = Google::Apis::BigqueryV2 # Alias the module
31
+ # service = Bigquery::BigqueryService.new
32
+ #
33
+ # @see https://cloud.google.com/bigquery/
34
+ class BigqueryService < 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/', 'bigquery/v2/')
53
+ end
54
+
55
+ # Deletes the dataset specified by the datasetId value. Before you can delete a
56
+ # dataset, you must delete all its tables, either manually or by specifying
57
+ # deleteContents. Immediately after deletion, you can create another dataset
58
+ # with the same name.
59
+ # @param [String] project_id
60
+ # Project ID of the dataset being deleted
61
+ # @param [String] dataset_id
62
+ # Dataset ID of dataset being deleted
63
+ # @param [Boolean] delete_contents
64
+ # If True, delete all the tables in the dataset. If False and the dataset
65
+ # contains tables, the request will fail. Default is False
66
+ # @param [String] fields
67
+ # Selector specifying which fields to include in a partial response.
68
+ # @param [String] quota_user
69
+ # Available to use for quota purposes for server-side applications. Can be any
70
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
71
+ # Overrides userIp if both are provided.
72
+ # @param [String] user_ip
73
+ # IP address of the site where the request originates. Use this if you want to
74
+ # enforce per-user limits.
75
+ # @param [Google::Apis::RequestOptions] options
76
+ # Request-specific options
77
+ #
78
+ # @yield [result, err] Result & error if block supplied
79
+ # @yieldparam result [NilClass] No result returned for this method
80
+ # @yieldparam err [StandardError] error object if request failed
81
+ #
82
+ # @return [void]
83
+ #
84
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
85
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
86
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
87
+ def delete_dataset(project_id, dataset_id, delete_contents: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
88
+ path = 'projects/{projectId}/datasets/{datasetId}'
89
+ command = make_simple_command(:delete, path, options)
90
+ command.params['projectId'] = project_id unless project_id.nil?
91
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
92
+ command.query['deleteContents'] = delete_contents unless delete_contents.nil?
93
+ command.query['fields'] = fields unless fields.nil?
94
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
95
+ command.query['userIp'] = user_ip unless user_ip.nil?
96
+ execute_or_queue_command(command, &block)
97
+ end
98
+
99
+ # Returns the dataset specified by datasetID.
100
+ # @param [String] project_id
101
+ # Project ID of the requested dataset
102
+ # @param [String] dataset_id
103
+ # Dataset ID of the requested dataset
104
+ # @param [String] fields
105
+ # Selector specifying which fields to include in a partial response.
106
+ # @param [String] quota_user
107
+ # Available to use for quota purposes for server-side applications. Can be any
108
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
109
+ # Overrides userIp if both are provided.
110
+ # @param [String] user_ip
111
+ # IP address of the site where the request originates. Use this if you want to
112
+ # enforce per-user limits.
113
+ # @param [Google::Apis::RequestOptions] options
114
+ # Request-specific options
115
+ #
116
+ # @yield [result, err] Result & error if block supplied
117
+ # @yieldparam result [Google::Apis::BigqueryV2::Dataset] parsed result object
118
+ # @yieldparam err [StandardError] error object if request failed
119
+ #
120
+ # @return [Google::Apis::BigqueryV2::Dataset]
121
+ #
122
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
123
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
124
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
125
+ def get_dataset(project_id, dataset_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
126
+ path = 'projects/{projectId}/datasets/{datasetId}'
127
+ command = make_simple_command(:get, path, options)
128
+ command.response_representation = Google::Apis::BigqueryV2::Dataset::Representation
129
+ command.response_class = Google::Apis::BigqueryV2::Dataset
130
+ command.params['projectId'] = project_id unless project_id.nil?
131
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
132
+ command.query['fields'] = fields unless fields.nil?
133
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
134
+ command.query['userIp'] = user_ip unless user_ip.nil?
135
+ execute_or_queue_command(command, &block)
136
+ end
137
+
138
+ # Creates a new empty dataset.
139
+ # @param [String] project_id
140
+ # Project ID of the new dataset
141
+ # @param [Google::Apis::BigqueryV2::Dataset] dataset_object
142
+ # @param [String] fields
143
+ # Selector specifying which fields to include in a partial response.
144
+ # @param [String] quota_user
145
+ # Available to use for quota purposes for server-side applications. Can be any
146
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
147
+ # Overrides userIp if both are provided.
148
+ # @param [String] user_ip
149
+ # IP address of the site where the request originates. Use this if you want to
150
+ # enforce per-user limits.
151
+ # @param [Google::Apis::RequestOptions] options
152
+ # Request-specific options
153
+ #
154
+ # @yield [result, err] Result & error if block supplied
155
+ # @yieldparam result [Google::Apis::BigqueryV2::Dataset] parsed result object
156
+ # @yieldparam err [StandardError] error object if request failed
157
+ #
158
+ # @return [Google::Apis::BigqueryV2::Dataset]
159
+ #
160
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
161
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
162
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
163
+ def insert_dataset(project_id, dataset_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
164
+ path = 'projects/{projectId}/datasets'
165
+ command = make_simple_command(:post, path, options)
166
+ command.request_representation = Google::Apis::BigqueryV2::Dataset::Representation
167
+ command.request_object = dataset_object
168
+ command.response_representation = Google::Apis::BigqueryV2::Dataset::Representation
169
+ command.response_class = Google::Apis::BigqueryV2::Dataset
170
+ command.params['projectId'] = project_id unless project_id.nil?
171
+ command.query['fields'] = fields unless fields.nil?
172
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
173
+ command.query['userIp'] = user_ip unless user_ip.nil?
174
+ execute_or_queue_command(command, &block)
175
+ end
176
+
177
+ # Lists all datasets in the specified project to which you have been granted the
178
+ # READER dataset role.
179
+ # @param [String] project_id
180
+ # Project ID of the datasets to be listed
181
+ # @param [Boolean] all
182
+ # Whether to list all datasets, including hidden ones
183
+ # @param [Fixnum] max_results
184
+ # The maximum number of results to return
185
+ # @param [String] page_token
186
+ # Page token, returned by a previous call, to request the next page of results
187
+ # @param [String] fields
188
+ # Selector specifying which fields to include in a partial response.
189
+ # @param [String] quota_user
190
+ # Available to use for quota purposes for server-side applications. Can be any
191
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
192
+ # Overrides userIp if both are provided.
193
+ # @param [String] user_ip
194
+ # IP address of the site where the request originates. Use this if you want to
195
+ # enforce per-user limits.
196
+ # @param [Google::Apis::RequestOptions] options
197
+ # Request-specific options
198
+ #
199
+ # @yield [result, err] Result & error if block supplied
200
+ # @yieldparam result [Google::Apis::BigqueryV2::DatasetList] parsed result object
201
+ # @yieldparam err [StandardError] error object if request failed
202
+ #
203
+ # @return [Google::Apis::BigqueryV2::DatasetList]
204
+ #
205
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
206
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
207
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
208
+ def list_datasets(project_id, all: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
209
+ path = 'projects/{projectId}/datasets'
210
+ command = make_simple_command(:get, path, options)
211
+ command.response_representation = Google::Apis::BigqueryV2::DatasetList::Representation
212
+ command.response_class = Google::Apis::BigqueryV2::DatasetList
213
+ command.params['projectId'] = project_id unless project_id.nil?
214
+ command.query['all'] = all unless all.nil?
215
+ command.query['maxResults'] = max_results unless max_results.nil?
216
+ command.query['pageToken'] = page_token unless page_token.nil?
217
+ command.query['fields'] = fields unless fields.nil?
218
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
219
+ command.query['userIp'] = user_ip unless user_ip.nil?
220
+ execute_or_queue_command(command, &block)
221
+ end
222
+
223
+ # Updates information in an existing dataset. The update method replaces the
224
+ # entire dataset resource, whereas the patch method only replaces fields that
225
+ # are provided in the submitted dataset resource. This method supports patch
226
+ # semantics.
227
+ # @param [String] project_id
228
+ # Project ID of the dataset being updated
229
+ # @param [String] dataset_id
230
+ # Dataset ID of the dataset being updated
231
+ # @param [Google::Apis::BigqueryV2::Dataset] dataset_object
232
+ # @param [String] fields
233
+ # Selector specifying which fields to include in a partial response.
234
+ # @param [String] quota_user
235
+ # Available to use for quota purposes for server-side applications. Can be any
236
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
237
+ # Overrides userIp if both are provided.
238
+ # @param [String] user_ip
239
+ # IP address of the site where the request originates. Use this if you want to
240
+ # enforce per-user limits.
241
+ # @param [Google::Apis::RequestOptions] options
242
+ # Request-specific options
243
+ #
244
+ # @yield [result, err] Result & error if block supplied
245
+ # @yieldparam result [Google::Apis::BigqueryV2::Dataset] parsed result object
246
+ # @yieldparam err [StandardError] error object if request failed
247
+ #
248
+ # @return [Google::Apis::BigqueryV2::Dataset]
249
+ #
250
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
251
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
252
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
253
+ def patch_dataset(project_id, dataset_id, dataset_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
254
+ path = 'projects/{projectId}/datasets/{datasetId}'
255
+ command = make_simple_command(:patch, path, options)
256
+ command.request_representation = Google::Apis::BigqueryV2::Dataset::Representation
257
+ command.request_object = dataset_object
258
+ command.response_representation = Google::Apis::BigqueryV2::Dataset::Representation
259
+ command.response_class = Google::Apis::BigqueryV2::Dataset
260
+ command.params['projectId'] = project_id unless project_id.nil?
261
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
262
+ command.query['fields'] = fields unless fields.nil?
263
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
264
+ command.query['userIp'] = user_ip unless user_ip.nil?
265
+ execute_or_queue_command(command, &block)
266
+ end
267
+
268
+ # Updates information in an existing dataset. The update method replaces the
269
+ # entire dataset resource, whereas the patch method only replaces fields that
270
+ # are provided in the submitted dataset resource.
271
+ # @param [String] project_id
272
+ # Project ID of the dataset being updated
273
+ # @param [String] dataset_id
274
+ # Dataset ID of the dataset being updated
275
+ # @param [Google::Apis::BigqueryV2::Dataset] dataset_object
276
+ # @param [String] fields
277
+ # Selector specifying which fields to include in a partial response.
278
+ # @param [String] quota_user
279
+ # Available to use for quota purposes for server-side applications. Can be any
280
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
281
+ # Overrides userIp if both are provided.
282
+ # @param [String] user_ip
283
+ # IP address of the site where the request originates. Use this if you want to
284
+ # enforce per-user limits.
285
+ # @param [Google::Apis::RequestOptions] options
286
+ # Request-specific options
287
+ #
288
+ # @yield [result, err] Result & error if block supplied
289
+ # @yieldparam result [Google::Apis::BigqueryV2::Dataset] parsed result object
290
+ # @yieldparam err [StandardError] error object if request failed
291
+ #
292
+ # @return [Google::Apis::BigqueryV2::Dataset]
293
+ #
294
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
295
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
296
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
297
+ def update_dataset(project_id, dataset_id, dataset_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
298
+ path = 'projects/{projectId}/datasets/{datasetId}'
299
+ command = make_simple_command(:put, path, options)
300
+ command.request_representation = Google::Apis::BigqueryV2::Dataset::Representation
301
+ command.request_object = dataset_object
302
+ command.response_representation = Google::Apis::BigqueryV2::Dataset::Representation
303
+ command.response_class = Google::Apis::BigqueryV2::Dataset
304
+ command.params['projectId'] = project_id unless project_id.nil?
305
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
306
+ command.query['fields'] = fields unless fields.nil?
307
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
308
+ command.query['userIp'] = user_ip unless user_ip.nil?
309
+ execute_or_queue_command(command, &block)
310
+ end
311
+
312
+ # Requests that a job be cancelled. This call will return immediately, and the
313
+ # client will need to poll for the job status to see if the cancel completed
314
+ # successfully.
315
+ # @param [String] project_id
316
+ # Project ID of the job to cancel
317
+ # @param [String] job_id
318
+ # Job ID of the job to cancel
319
+ # @param [String] fields
320
+ # Selector specifying which fields to include in a partial response.
321
+ # @param [String] quota_user
322
+ # Available to use for quota purposes for server-side applications. Can be any
323
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
324
+ # Overrides userIp if both are provided.
325
+ # @param [String] user_ip
326
+ # IP address of the site where the request originates. Use this if you want to
327
+ # enforce per-user limits.
328
+ # @param [Google::Apis::RequestOptions] options
329
+ # Request-specific options
330
+ #
331
+ # @yield [result, err] Result & error if block supplied
332
+ # @yieldparam result [Google::Apis::BigqueryV2::CancelJobResponse] parsed result object
333
+ # @yieldparam err [StandardError] error object if request failed
334
+ #
335
+ # @return [Google::Apis::BigqueryV2::CancelJobResponse]
336
+ #
337
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
338
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
339
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
340
+ def cancel_job(project_id, job_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
341
+ path = 'project/{projectId}/jobs/{jobId}/cancel'
342
+ command = make_simple_command(:post, path, options)
343
+ command.response_representation = Google::Apis::BigqueryV2::CancelJobResponse::Representation
344
+ command.response_class = Google::Apis::BigqueryV2::CancelJobResponse
345
+ command.params['projectId'] = project_id unless project_id.nil?
346
+ command.params['jobId'] = job_id unless job_id.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 information about a specific job. Job information is available for a
354
+ # six month period after creation. Requires that you're the person who ran the
355
+ # job, or have the Is Owner project role.
356
+ # @param [String] project_id
357
+ # Project ID of the requested job
358
+ # @param [String] job_id
359
+ # Job ID of the requested job
360
+ # @param [String] fields
361
+ # Selector specifying which fields to include in a partial response.
362
+ # @param [String] quota_user
363
+ # Available to use for quota purposes for server-side applications. Can be any
364
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
365
+ # Overrides userIp if both are provided.
366
+ # @param [String] user_ip
367
+ # IP address of the site where the request originates. Use this if you want to
368
+ # enforce per-user limits.
369
+ # @param [Google::Apis::RequestOptions] options
370
+ # Request-specific options
371
+ #
372
+ # @yield [result, err] Result & error if block supplied
373
+ # @yieldparam result [Google::Apis::BigqueryV2::Job] parsed result object
374
+ # @yieldparam err [StandardError] error object if request failed
375
+ #
376
+ # @return [Google::Apis::BigqueryV2::Job]
377
+ #
378
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
379
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
380
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
381
+ def get_job(project_id, job_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
382
+ path = 'projects/{projectId}/jobs/{jobId}'
383
+ command = make_simple_command(:get, path, options)
384
+ command.response_representation = Google::Apis::BigqueryV2::Job::Representation
385
+ command.response_class = Google::Apis::BigqueryV2::Job
386
+ command.params['projectId'] = project_id unless project_id.nil?
387
+ command.params['jobId'] = job_id unless job_id.nil?
388
+ command.query['fields'] = fields unless fields.nil?
389
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
390
+ command.query['userIp'] = user_ip unless user_ip.nil?
391
+ execute_or_queue_command(command, &block)
392
+ end
393
+
394
+ # Retrieves the results of a query job.
395
+ # @param [String] project_id
396
+ # Project ID of the query job
397
+ # @param [String] job_id
398
+ # Job ID of the query job
399
+ # @param [Fixnum] max_results
400
+ # Maximum number of results to read
401
+ # @param [String] page_token
402
+ # Page token, returned by a previous call, to request the next page of results
403
+ # @param [String] start_index
404
+ # Zero-based index of the starting row
405
+ # @param [Fixnum] timeout_ms
406
+ # How long to wait for the query to complete, in milliseconds, before returning.
407
+ # Default is to return immediately. If the timeout passes before the job
408
+ # completes, the request will fail with a TIMEOUT error
409
+ # @param [String] fields
410
+ # Selector specifying which fields to include in a partial response.
411
+ # @param [String] quota_user
412
+ # Available to use for quota purposes for server-side applications. Can be any
413
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
414
+ # Overrides userIp if both are provided.
415
+ # @param [String] user_ip
416
+ # IP address of the site where the request originates. Use this if you want to
417
+ # enforce per-user limits.
418
+ # @param [Google::Apis::RequestOptions] options
419
+ # Request-specific options
420
+ #
421
+ # @yield [result, err] Result & error if block supplied
422
+ # @yieldparam result [Google::Apis::BigqueryV2::GetQueryResultsResponse] parsed result object
423
+ # @yieldparam err [StandardError] error object if request failed
424
+ #
425
+ # @return [Google::Apis::BigqueryV2::GetQueryResultsResponse]
426
+ #
427
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
428
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
429
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
430
+ def get_job_query_results(project_id, job_id, max_results: nil, page_token: nil, start_index: nil, timeout_ms: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
431
+ path = 'projects/{projectId}/queries/{jobId}'
432
+ command = make_simple_command(:get, path, options)
433
+ command.response_representation = Google::Apis::BigqueryV2::GetQueryResultsResponse::Representation
434
+ command.response_class = Google::Apis::BigqueryV2::GetQueryResultsResponse
435
+ command.params['projectId'] = project_id unless project_id.nil?
436
+ command.params['jobId'] = job_id unless job_id.nil?
437
+ command.query['maxResults'] = max_results unless max_results.nil?
438
+ command.query['pageToken'] = page_token unless page_token.nil?
439
+ command.query['startIndex'] = start_index unless start_index.nil?
440
+ command.query['timeoutMs'] = timeout_ms unless timeout_ms.nil?
441
+ command.query['fields'] = fields unless fields.nil?
442
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
443
+ command.query['userIp'] = user_ip unless user_ip.nil?
444
+ execute_or_queue_command(command, &block)
445
+ end
446
+
447
+ # Starts a new asynchronous job. Requires the Can View project role.
448
+ # @param [String] project_id
449
+ # Project ID of the project that will be billed for the job
450
+ # @param [Google::Apis::BigqueryV2::Job] job_object
451
+ # @param [String] fields
452
+ # Selector specifying which fields to include in a partial response.
453
+ # @param [String] quota_user
454
+ # Available to use for quota purposes for server-side applications. Can be any
455
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
456
+ # Overrides userIp if both are provided.
457
+ # @param [String] user_ip
458
+ # IP address of the site where the request originates. Use this if you want to
459
+ # enforce per-user limits.
460
+ # @param [IO, String] upload_source
461
+ # IO stream or filename containing content to upload
462
+ # @param [String] content_type
463
+ # Content type of the uploaded content.
464
+ # @param [Google::Apis::RequestOptions] options
465
+ # Request-specific options
466
+ #
467
+ # @yield [result, err] Result & error if block supplied
468
+ # @yieldparam result [Google::Apis::BigqueryV2::Job] parsed result object
469
+ # @yieldparam err [StandardError] error object if request failed
470
+ #
471
+ # @return [Google::Apis::BigqueryV2::Job]
472
+ #
473
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
474
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
475
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
476
+ def insert_job(project_id, job_object = nil, fields: nil, quota_user: nil, user_ip: nil, upload_source: nil, content_type: nil, options: nil, &block)
477
+ path = 'projects/{projectId}/jobs'
478
+ if upload_source.nil?
479
+ command = make_simple_command(:post, path, options)
480
+ else
481
+ command = make_upload_command(:post, path, options)
482
+ command.upload_source = upload_source
483
+ command.upload_content_type = content_type
484
+ end
485
+ command.request_representation = Google::Apis::BigqueryV2::Job::Representation
486
+ command.request_object = job_object
487
+ command.response_representation = Google::Apis::BigqueryV2::Job::Representation
488
+ command.response_class = Google::Apis::BigqueryV2::Job
489
+ command.params['projectId'] = project_id unless project_id.nil?
490
+ command.query['fields'] = fields unless fields.nil?
491
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
492
+ command.query['userIp'] = user_ip unless user_ip.nil?
493
+ execute_or_queue_command(command, &block)
494
+ end
495
+
496
+ # Lists all jobs that you started in the specified project. The job list returns
497
+ # in reverse chronological order of when the jobs were created, starting with
498
+ # the most recent job created. Requires the Can View project role, or the Is
499
+ # Owner project role if you set the allUsers property.
500
+ # @param [String] project_id
501
+ # Project ID of the jobs to list
502
+ # @param [Boolean] all_users
503
+ # Whether to display jobs owned by all users in the project. Default false
504
+ # @param [Fixnum] max_results
505
+ # Maximum number of results to return
506
+ # @param [String] page_token
507
+ # Page token, returned by a previous call, to request the next page of results
508
+ # @param [String] projection
509
+ # Restrict information returned to a set of selected fields
510
+ # @param [Array<String>, String] state_filter
511
+ # Filter for job state
512
+ # @param [String] fields
513
+ # Selector specifying which fields to include in a partial response.
514
+ # @param [String] quota_user
515
+ # Available to use for quota purposes for server-side applications. Can be any
516
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
517
+ # Overrides userIp if both are provided.
518
+ # @param [String] user_ip
519
+ # IP address of the site where the request originates. Use this if you want to
520
+ # enforce per-user limits.
521
+ # @param [Google::Apis::RequestOptions] options
522
+ # Request-specific options
523
+ #
524
+ # @yield [result, err] Result & error if block supplied
525
+ # @yieldparam result [Google::Apis::BigqueryV2::JobList] parsed result object
526
+ # @yieldparam err [StandardError] error object if request failed
527
+ #
528
+ # @return [Google::Apis::BigqueryV2::JobList]
529
+ #
530
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
531
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
532
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
533
+ def list_jobs(project_id, all_users: nil, max_results: nil, page_token: nil, projection: nil, state_filter: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
534
+ path = 'projects/{projectId}/jobs'
535
+ command = make_simple_command(:get, path, options)
536
+ command.response_representation = Google::Apis::BigqueryV2::JobList::Representation
537
+ command.response_class = Google::Apis::BigqueryV2::JobList
538
+ command.params['projectId'] = project_id unless project_id.nil?
539
+ command.query['allUsers'] = all_users unless all_users.nil?
540
+ command.query['maxResults'] = max_results unless max_results.nil?
541
+ command.query['pageToken'] = page_token unless page_token.nil?
542
+ command.query['projection'] = projection unless projection.nil?
543
+ command.query['stateFilter'] = state_filter unless state_filter.nil?
544
+ command.query['fields'] = fields unless fields.nil?
545
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
546
+ command.query['userIp'] = user_ip unless user_ip.nil?
547
+ execute_or_queue_command(command, &block)
548
+ end
549
+
550
+ # Runs a BigQuery SQL query synchronously and returns query results if the query
551
+ # completes within a specified timeout.
552
+ # @param [String] project_id
553
+ # Project ID of the project billed for the query
554
+ # @param [Google::Apis::BigqueryV2::QueryRequest] query_request_object
555
+ # @param [String] fields
556
+ # Selector specifying which fields to include in a partial response.
557
+ # @param [String] quota_user
558
+ # Available to use for quota purposes for server-side applications. Can be any
559
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
560
+ # Overrides userIp if both are provided.
561
+ # @param [String] user_ip
562
+ # IP address of the site where the request originates. Use this if you want to
563
+ # enforce per-user limits.
564
+ # @param [Google::Apis::RequestOptions] options
565
+ # Request-specific options
566
+ #
567
+ # @yield [result, err] Result & error if block supplied
568
+ # @yieldparam result [Google::Apis::BigqueryV2::QueryResponse] parsed result object
569
+ # @yieldparam err [StandardError] error object if request failed
570
+ #
571
+ # @return [Google::Apis::BigqueryV2::QueryResponse]
572
+ #
573
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
574
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
575
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
576
+ def query(project_id, query_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
577
+ path = 'projects/{projectId}/queries'
578
+ command = make_simple_command(:post, path, options)
579
+ command.request_representation = Google::Apis::BigqueryV2::QueryRequest::Representation
580
+ command.request_object = query_request_object
581
+ command.response_representation = Google::Apis::BigqueryV2::QueryResponse::Representation
582
+ command.response_class = Google::Apis::BigqueryV2::QueryResponse
583
+ command.params['projectId'] = project_id unless project_id.nil?
584
+ command.query['fields'] = fields unless fields.nil?
585
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
586
+ command.query['userIp'] = user_ip unless user_ip.nil?
587
+ execute_or_queue_command(command, &block)
588
+ end
589
+
590
+ # Lists all projects to which you have been granted any project role.
591
+ # @param [Fixnum] max_results
592
+ # Maximum number of results to return
593
+ # @param [String] page_token
594
+ # Page token, returned by a previous call, to request the next page of results
595
+ # @param [String] fields
596
+ # Selector specifying which fields to include in a partial response.
597
+ # @param [String] quota_user
598
+ # Available to use for quota purposes for server-side applications. Can be any
599
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
600
+ # Overrides userIp if both are provided.
601
+ # @param [String] user_ip
602
+ # IP address of the site where the request originates. Use this if you want to
603
+ # enforce per-user limits.
604
+ # @param [Google::Apis::RequestOptions] options
605
+ # Request-specific options
606
+ #
607
+ # @yield [result, err] Result & error if block supplied
608
+ # @yieldparam result [Google::Apis::BigqueryV2::ProjectList] parsed result object
609
+ # @yieldparam err [StandardError] error object if request failed
610
+ #
611
+ # @return [Google::Apis::BigqueryV2::ProjectList]
612
+ #
613
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
614
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
615
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
616
+ def list_projects(max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
617
+ path = 'projects'
618
+ command = make_simple_command(:get, path, options)
619
+ command.response_representation = Google::Apis::BigqueryV2::ProjectList::Representation
620
+ command.response_class = Google::Apis::BigqueryV2::ProjectList
621
+ command.query['maxResults'] = max_results unless max_results.nil?
622
+ command.query['pageToken'] = page_token unless page_token.nil?
623
+ command.query['fields'] = fields unless fields.nil?
624
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
625
+ command.query['userIp'] = user_ip unless user_ip.nil?
626
+ execute_or_queue_command(command, &block)
627
+ end
628
+
629
+ # Streams data into BigQuery one record at a time without needing to run a load
630
+ # job. Requires the WRITER dataset role.
631
+ # @param [String] project_id
632
+ # Project ID of the destination table.
633
+ # @param [String] dataset_id
634
+ # Dataset ID of the destination table.
635
+ # @param [String] table_id
636
+ # Table ID of the destination table.
637
+ # @param [Google::Apis::BigqueryV2::InsertAllTableDataRequest] insert_all_table_data_request_object
638
+ # @param [String] fields
639
+ # Selector specifying which fields to include in a partial response.
640
+ # @param [String] quota_user
641
+ # Available to use for quota purposes for server-side applications. Can be any
642
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
643
+ # Overrides userIp if both are provided.
644
+ # @param [String] user_ip
645
+ # IP address of the site where the request originates. Use this if you want to
646
+ # enforce per-user limits.
647
+ # @param [Google::Apis::RequestOptions] options
648
+ # Request-specific options
649
+ #
650
+ # @yield [result, err] Result & error if block supplied
651
+ # @yieldparam result [Google::Apis::BigqueryV2::InsertAllTableDataResponse] parsed result object
652
+ # @yieldparam err [StandardError] error object if request failed
653
+ #
654
+ # @return [Google::Apis::BigqueryV2::InsertAllTableDataResponse]
655
+ #
656
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
657
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
658
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
659
+ def insert_all_table_data(project_id, dataset_id, table_id, insert_all_table_data_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
660
+ path = 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll'
661
+ command = make_simple_command(:post, path, options)
662
+ command.request_representation = Google::Apis::BigqueryV2::InsertAllTableDataRequest::Representation
663
+ command.request_object = insert_all_table_data_request_object
664
+ command.response_representation = Google::Apis::BigqueryV2::InsertAllTableDataResponse::Representation
665
+ command.response_class = Google::Apis::BigqueryV2::InsertAllTableDataResponse
666
+ command.params['projectId'] = project_id unless project_id.nil?
667
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
668
+ command.params['tableId'] = table_id unless table_id.nil?
669
+ command.query['fields'] = fields unless fields.nil?
670
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
671
+ command.query['userIp'] = user_ip unless user_ip.nil?
672
+ execute_or_queue_command(command, &block)
673
+ end
674
+
675
+ # Retrieves table data from a specified set of rows. Requires the READER dataset
676
+ # role.
677
+ # @param [String] project_id
678
+ # Project ID of the table to read
679
+ # @param [String] dataset_id
680
+ # Dataset ID of the table to read
681
+ # @param [String] table_id
682
+ # Table ID of the table to read
683
+ # @param [Fixnum] max_results
684
+ # Maximum number of results to return
685
+ # @param [String] page_token
686
+ # Page token, returned by a previous call, identifying the result set
687
+ # @param [String] start_index
688
+ # Zero-based index of the starting row to read
689
+ # @param [String] fields
690
+ # Selector specifying which fields to include in a partial response.
691
+ # @param [String] quota_user
692
+ # Available to use for quota purposes for server-side applications. Can be any
693
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
694
+ # Overrides userIp if both are provided.
695
+ # @param [String] user_ip
696
+ # IP address of the site where the request originates. Use this if you want to
697
+ # enforce per-user limits.
698
+ # @param [Google::Apis::RequestOptions] options
699
+ # Request-specific options
700
+ #
701
+ # @yield [result, err] Result & error if block supplied
702
+ # @yieldparam result [Google::Apis::BigqueryV2::TableDataList] parsed result object
703
+ # @yieldparam err [StandardError] error object if request failed
704
+ #
705
+ # @return [Google::Apis::BigqueryV2::TableDataList]
706
+ #
707
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
708
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
709
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
710
+ def list_table_data(project_id, dataset_id, table_id, max_results: nil, page_token: nil, start_index: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
711
+ path = 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data'
712
+ command = make_simple_command(:get, path, options)
713
+ command.response_representation = Google::Apis::BigqueryV2::TableDataList::Representation
714
+ command.response_class = Google::Apis::BigqueryV2::TableDataList
715
+ command.params['projectId'] = project_id unless project_id.nil?
716
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
717
+ command.params['tableId'] = table_id unless table_id.nil?
718
+ command.query['maxResults'] = max_results unless max_results.nil?
719
+ command.query['pageToken'] = page_token unless page_token.nil?
720
+ command.query['startIndex'] = start_index unless start_index.nil?
721
+ command.query['fields'] = fields unless fields.nil?
722
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
723
+ command.query['userIp'] = user_ip unless user_ip.nil?
724
+ execute_or_queue_command(command, &block)
725
+ end
726
+
727
+ # Deletes the table specified by tableId from the dataset. If the table contains
728
+ # data, all the data will be deleted.
729
+ # @param [String] project_id
730
+ # Project ID of the table to delete
731
+ # @param [String] dataset_id
732
+ # Dataset ID of the table to delete
733
+ # @param [String] table_id
734
+ # Table ID of the table to delete
735
+ # @param [String] fields
736
+ # Selector specifying which fields to include in a partial response.
737
+ # @param [String] quota_user
738
+ # Available to use for quota purposes for server-side applications. Can be any
739
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
740
+ # Overrides userIp if both are provided.
741
+ # @param [String] user_ip
742
+ # IP address of the site where the request originates. Use this if you want to
743
+ # enforce per-user limits.
744
+ # @param [Google::Apis::RequestOptions] options
745
+ # Request-specific options
746
+ #
747
+ # @yield [result, err] Result & error if block supplied
748
+ # @yieldparam result [NilClass] No result returned for this method
749
+ # @yieldparam err [StandardError] error object if request failed
750
+ #
751
+ # @return [void]
752
+ #
753
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
754
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
755
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
756
+ def delete_table(project_id, dataset_id, table_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
757
+ path = 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}'
758
+ command = make_simple_command(:delete, path, options)
759
+ command.params['projectId'] = project_id unless project_id.nil?
760
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
761
+ command.params['tableId'] = table_id unless table_id.nil?
762
+ command.query['fields'] = fields unless fields.nil?
763
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
764
+ command.query['userIp'] = user_ip unless user_ip.nil?
765
+ execute_or_queue_command(command, &block)
766
+ end
767
+
768
+ # Gets the specified table resource by table ID. This method does not return the
769
+ # data in the table, it only returns the table resource, which describes the
770
+ # structure of this table.
771
+ # @param [String] project_id
772
+ # Project ID of the requested table
773
+ # @param [String] dataset_id
774
+ # Dataset ID of the requested table
775
+ # @param [String] table_id
776
+ # Table ID of the requested table
777
+ # @param [String] fields
778
+ # Selector specifying which fields to include in a partial response.
779
+ # @param [String] quota_user
780
+ # Available to use for quota purposes for server-side applications. Can be any
781
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
782
+ # Overrides userIp if both are provided.
783
+ # @param [String] user_ip
784
+ # IP address of the site where the request originates. Use this if you want to
785
+ # enforce per-user limits.
786
+ # @param [Google::Apis::RequestOptions] options
787
+ # Request-specific options
788
+ #
789
+ # @yield [result, err] Result & error if block supplied
790
+ # @yieldparam result [Google::Apis::BigqueryV2::Table] parsed result object
791
+ # @yieldparam err [StandardError] error object if request failed
792
+ #
793
+ # @return [Google::Apis::BigqueryV2::Table]
794
+ #
795
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
796
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
797
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
798
+ def get_table(project_id, dataset_id, table_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
799
+ path = 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}'
800
+ command = make_simple_command(:get, path, options)
801
+ command.response_representation = Google::Apis::BigqueryV2::Table::Representation
802
+ command.response_class = Google::Apis::BigqueryV2::Table
803
+ command.params['projectId'] = project_id unless project_id.nil?
804
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
805
+ command.params['tableId'] = table_id unless table_id.nil?
806
+ command.query['fields'] = fields unless fields.nil?
807
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
808
+ command.query['userIp'] = user_ip unless user_ip.nil?
809
+ execute_or_queue_command(command, &block)
810
+ end
811
+
812
+ # Creates a new, empty table in the dataset.
813
+ # @param [String] project_id
814
+ # Project ID of the new table
815
+ # @param [String] dataset_id
816
+ # Dataset ID of the new table
817
+ # @param [Google::Apis::BigqueryV2::Table] table_object
818
+ # @param [String] fields
819
+ # Selector specifying which fields to include in a partial response.
820
+ # @param [String] quota_user
821
+ # Available to use for quota purposes for server-side applications. Can be any
822
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
823
+ # Overrides userIp if both are provided.
824
+ # @param [String] user_ip
825
+ # IP address of the site where the request originates. Use this if you want to
826
+ # enforce per-user limits.
827
+ # @param [Google::Apis::RequestOptions] options
828
+ # Request-specific options
829
+ #
830
+ # @yield [result, err] Result & error if block supplied
831
+ # @yieldparam result [Google::Apis::BigqueryV2::Table] parsed result object
832
+ # @yieldparam err [StandardError] error object if request failed
833
+ #
834
+ # @return [Google::Apis::BigqueryV2::Table]
835
+ #
836
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
837
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
838
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
839
+ def insert_table(project_id, dataset_id, table_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
840
+ path = 'projects/{projectId}/datasets/{datasetId}/tables'
841
+ command = make_simple_command(:post, path, options)
842
+ command.request_representation = Google::Apis::BigqueryV2::Table::Representation
843
+ command.request_object = table_object
844
+ command.response_representation = Google::Apis::BigqueryV2::Table::Representation
845
+ command.response_class = Google::Apis::BigqueryV2::Table
846
+ command.params['projectId'] = project_id unless project_id.nil?
847
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
848
+ command.query['fields'] = fields unless fields.nil?
849
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
850
+ command.query['userIp'] = user_ip unless user_ip.nil?
851
+ execute_or_queue_command(command, &block)
852
+ end
853
+
854
+ # Lists all tables in the specified dataset. Requires the READER dataset role.
855
+ # @param [String] project_id
856
+ # Project ID of the tables to list
857
+ # @param [String] dataset_id
858
+ # Dataset ID of the tables to list
859
+ # @param [Fixnum] max_results
860
+ # Maximum number of results to return
861
+ # @param [String] page_token
862
+ # Page token, returned by a previous call, to request the next page of results
863
+ # @param [String] fields
864
+ # Selector specifying which fields to include in a partial response.
865
+ # @param [String] quota_user
866
+ # Available to use for quota purposes for server-side applications. Can be any
867
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
868
+ # Overrides userIp if both are provided.
869
+ # @param [String] user_ip
870
+ # IP address of the site where the request originates. Use this if you want to
871
+ # enforce per-user limits.
872
+ # @param [Google::Apis::RequestOptions] options
873
+ # Request-specific options
874
+ #
875
+ # @yield [result, err] Result & error if block supplied
876
+ # @yieldparam result [Google::Apis::BigqueryV2::TableList] parsed result object
877
+ # @yieldparam err [StandardError] error object if request failed
878
+ #
879
+ # @return [Google::Apis::BigqueryV2::TableList]
880
+ #
881
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
882
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
883
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
884
+ def list_tables(project_id, dataset_id, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
885
+ path = 'projects/{projectId}/datasets/{datasetId}/tables'
886
+ command = make_simple_command(:get, path, options)
887
+ command.response_representation = Google::Apis::BigqueryV2::TableList::Representation
888
+ command.response_class = Google::Apis::BigqueryV2::TableList
889
+ command.params['projectId'] = project_id unless project_id.nil?
890
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
891
+ command.query['maxResults'] = max_results unless max_results.nil?
892
+ command.query['pageToken'] = page_token unless page_token.nil?
893
+ command.query['fields'] = fields unless fields.nil?
894
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
895
+ command.query['userIp'] = user_ip unless user_ip.nil?
896
+ execute_or_queue_command(command, &block)
897
+ end
898
+
899
+ # Updates information in an existing table. The update method replaces the
900
+ # entire table resource, whereas the patch method only replaces fields that are
901
+ # provided in the submitted table resource. This method supports patch semantics.
902
+ # @param [String] project_id
903
+ # Project ID of the table to update
904
+ # @param [String] dataset_id
905
+ # Dataset ID of the table to update
906
+ # @param [String] table_id
907
+ # Table ID of the table to update
908
+ # @param [Google::Apis::BigqueryV2::Table] table_object
909
+ # @param [String] fields
910
+ # Selector specifying which fields to include in a partial response.
911
+ # @param [String] quota_user
912
+ # Available to use for quota purposes for server-side applications. Can be any
913
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
914
+ # Overrides userIp if both are provided.
915
+ # @param [String] user_ip
916
+ # IP address of the site where the request originates. Use this if you want to
917
+ # enforce per-user limits.
918
+ # @param [Google::Apis::RequestOptions] options
919
+ # Request-specific options
920
+ #
921
+ # @yield [result, err] Result & error if block supplied
922
+ # @yieldparam result [Google::Apis::BigqueryV2::Table] parsed result object
923
+ # @yieldparam err [StandardError] error object if request failed
924
+ #
925
+ # @return [Google::Apis::BigqueryV2::Table]
926
+ #
927
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
928
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
929
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
930
+ def patch_table(project_id, dataset_id, table_id, table_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
931
+ path = 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}'
932
+ command = make_simple_command(:patch, path, options)
933
+ command.request_representation = Google::Apis::BigqueryV2::Table::Representation
934
+ command.request_object = table_object
935
+ command.response_representation = Google::Apis::BigqueryV2::Table::Representation
936
+ command.response_class = Google::Apis::BigqueryV2::Table
937
+ command.params['projectId'] = project_id unless project_id.nil?
938
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
939
+ command.params['tableId'] = table_id unless table_id.nil?
940
+ command.query['fields'] = fields unless fields.nil?
941
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
942
+ command.query['userIp'] = user_ip unless user_ip.nil?
943
+ execute_or_queue_command(command, &block)
944
+ end
945
+
946
+ # Updates information in an existing table. The update method replaces the
947
+ # entire table resource, whereas the patch method only replaces fields that are
948
+ # provided in the submitted table resource.
949
+ # @param [String] project_id
950
+ # Project ID of the table to update
951
+ # @param [String] dataset_id
952
+ # Dataset ID of the table to update
953
+ # @param [String] table_id
954
+ # Table ID of the table to update
955
+ # @param [Google::Apis::BigqueryV2::Table] table_object
956
+ # @param [String] fields
957
+ # Selector specifying which fields to include in a partial response.
958
+ # @param [String] quota_user
959
+ # Available to use for quota purposes for server-side applications. Can be any
960
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
961
+ # Overrides userIp if both are provided.
962
+ # @param [String] user_ip
963
+ # IP address of the site where the request originates. Use this if you want to
964
+ # enforce per-user limits.
965
+ # @param [Google::Apis::RequestOptions] options
966
+ # Request-specific options
967
+ #
968
+ # @yield [result, err] Result & error if block supplied
969
+ # @yieldparam result [Google::Apis::BigqueryV2::Table] parsed result object
970
+ # @yieldparam err [StandardError] error object if request failed
971
+ #
972
+ # @return [Google::Apis::BigqueryV2::Table]
973
+ #
974
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
975
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
976
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
977
+ def update_table(project_id, dataset_id, table_id, table_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
978
+ path = 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}'
979
+ command = make_simple_command(:put, path, options)
980
+ command.request_representation = Google::Apis::BigqueryV2::Table::Representation
981
+ command.request_object = table_object
982
+ command.response_representation = Google::Apis::BigqueryV2::Table::Representation
983
+ command.response_class = Google::Apis::BigqueryV2::Table
984
+ command.params['projectId'] = project_id unless project_id.nil?
985
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
986
+ command.params['tableId'] = table_id unless table_id.nil?
987
+ command.query['fields'] = fields unless fields.nil?
988
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
989
+ command.query['userIp'] = user_ip unless user_ip.nil?
990
+ execute_or_queue_command(command, &block)
991
+ end
992
+
993
+ protected
994
+
995
+ def apply_command_defaults(command)
996
+ command.query['key'] = key unless key.nil?
997
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
998
+ command.query['userIp'] = user_ip unless user_ip.nil?
999
+ end
1000
+ end
1001
+ end
1002
+ end
1003
+ end