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,315 @@
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 DoubleclicksearchV2
24
+
25
+ class Availability
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+ end
28
+
29
+ class Conversion
30
+ class Representation < Google::Apis::Core::JsonRepresentation; end
31
+ end
32
+
33
+ class ConversionList
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class CustomDimension
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class CustomMetric
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+ end
44
+
45
+ class Report
46
+ class Representation < Google::Apis::Core::JsonRepresentation; end
47
+
48
+ class File
49
+ class Representation < Google::Apis::Core::JsonRepresentation; end
50
+ end
51
+ end
52
+
53
+ class ReportApiColumnSpec
54
+ class Representation < Google::Apis::Core::JsonRepresentation; end
55
+ end
56
+
57
+ class ReportRequest
58
+ class Representation < Google::Apis::Core::JsonRepresentation; end
59
+
60
+ class Filter
61
+ class Representation < Google::Apis::Core::JsonRepresentation; end
62
+ end
63
+
64
+ class OrderBy
65
+ class Representation < Google::Apis::Core::JsonRepresentation; end
66
+ end
67
+
68
+ class ReportScope
69
+ class Representation < Google::Apis::Core::JsonRepresentation; end
70
+ end
71
+
72
+ class TimeRange
73
+ class Representation < Google::Apis::Core::JsonRepresentation; end
74
+ end
75
+ end
76
+
77
+ class SavedColumn
78
+ class Representation < Google::Apis::Core::JsonRepresentation; end
79
+ end
80
+
81
+ class SavedColumnList
82
+ class Representation < Google::Apis::Core::JsonRepresentation; end
83
+ end
84
+
85
+ class UpdateAvailabilityRequest
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+ end
88
+
89
+ class UpdateAvailabilityResponse
90
+ class Representation < Google::Apis::Core::JsonRepresentation; end
91
+ end
92
+
93
+ class Availability
94
+ # @private
95
+ class Representation < Google::Apis::Core::JsonRepresentation
96
+ property :advertiser_id, as: 'advertiserId'
97
+ property :agency_id, as: 'agencyId'
98
+ property :availability_timestamp, as: 'availabilityTimestamp'
99
+ property :segmentation_id, as: 'segmentationId'
100
+ property :segmentation_name, as: 'segmentationName'
101
+ property :segmentation_type, as: 'segmentationType'
102
+ end
103
+ end
104
+
105
+ class Conversion
106
+ # @private
107
+ class Representation < Google::Apis::Core::JsonRepresentation
108
+ property :ad_group_id, as: 'adGroupId'
109
+ property :ad_id, as: 'adId'
110
+ property :advertiser_id, as: 'advertiserId'
111
+ property :agency_id, as: 'agencyId'
112
+ property :attribution_model, as: 'attributionModel'
113
+ property :campaign_id, as: 'campaignId'
114
+ property :channel, as: 'channel'
115
+ property :click_id, as: 'clickId'
116
+ property :conversion_id, as: 'conversionId'
117
+ property :conversion_modified_timestamp, as: 'conversionModifiedTimestamp'
118
+ property :conversion_timestamp, as: 'conversionTimestamp'
119
+ property :count_millis, as: 'countMillis'
120
+ property :criterion_id, as: 'criterionId'
121
+ property :currency_code, as: 'currencyCode'
122
+ collection :custom_dimension, as: 'customDimension', class: Google::Apis::DoubleclicksearchV2::CustomDimension, decorator: Google::Apis::DoubleclicksearchV2::CustomDimension::Representation
123
+
124
+ collection :custom_metric, as: 'customMetric', class: Google::Apis::DoubleclicksearchV2::CustomMetric, decorator: Google::Apis::DoubleclicksearchV2::CustomMetric::Representation
125
+
126
+ property :device_type, as: 'deviceType'
127
+ property :ds_conversion_id, as: 'dsConversionId'
128
+ property :engine_account_id, as: 'engineAccountId'
129
+ property :floodlight_order_id, as: 'floodlightOrderId'
130
+ property :inventory_account_id, as: 'inventoryAccountId'
131
+ property :product_country, as: 'productCountry'
132
+ property :product_group_id, as: 'productGroupId'
133
+ property :product_id, as: 'productId'
134
+ property :product_language, as: 'productLanguage'
135
+ property :quantity_millis, as: 'quantityMillis'
136
+ property :revenue_micros, as: 'revenueMicros'
137
+ property :segmentation_id, as: 'segmentationId'
138
+ property :segmentation_name, as: 'segmentationName'
139
+ property :segmentation_type, as: 'segmentationType'
140
+ property :state, as: 'state'
141
+ property :store_id, as: 'storeId'
142
+ property :type, as: 'type'
143
+ end
144
+ end
145
+
146
+ class ConversionList
147
+ # @private
148
+ class Representation < Google::Apis::Core::JsonRepresentation
149
+ collection :conversion, as: 'conversion', class: Google::Apis::DoubleclicksearchV2::Conversion, decorator: Google::Apis::DoubleclicksearchV2::Conversion::Representation
150
+
151
+ property :kind, as: 'kind'
152
+ end
153
+ end
154
+
155
+ class CustomDimension
156
+ # @private
157
+ class Representation < Google::Apis::Core::JsonRepresentation
158
+ property :name, as: 'name'
159
+ property :value, as: 'value'
160
+ end
161
+ end
162
+
163
+ class CustomMetric
164
+ # @private
165
+ class Representation < Google::Apis::Core::JsonRepresentation
166
+ property :name, as: 'name'
167
+ property :value, as: 'value'
168
+ end
169
+ end
170
+
171
+ class Report
172
+ # @private
173
+ class Representation < Google::Apis::Core::JsonRepresentation
174
+ collection :files, as: 'files', class: Google::Apis::DoubleclicksearchV2::Report::File, decorator: Google::Apis::DoubleclicksearchV2::Report::File::Representation
175
+
176
+ property :id, as: 'id'
177
+ property :is_report_ready, as: 'isReportReady'
178
+ property :kind, as: 'kind'
179
+ property :request, as: 'request', class: Google::Apis::DoubleclicksearchV2::ReportRequest, decorator: Google::Apis::DoubleclicksearchV2::ReportRequest::Representation
180
+
181
+ property :row_count, as: 'rowCount'
182
+ collection :rows, as: 'rows'
183
+ property :statistics_currency_code, as: 'statisticsCurrencyCode'
184
+ property :statistics_time_zone, as: 'statisticsTimeZone'
185
+ end
186
+
187
+ class File
188
+ # @private
189
+ class Representation < Google::Apis::Core::JsonRepresentation
190
+ property :byte_count, as: 'byteCount'
191
+ property :url, as: 'url'
192
+ end
193
+ end
194
+ end
195
+
196
+ class ReportApiColumnSpec
197
+ # @private
198
+ class Representation < Google::Apis::Core::JsonRepresentation
199
+ property :column_name, as: 'columnName'
200
+ property :custom_dimension_name, as: 'customDimensionName'
201
+ property :custom_metric_name, as: 'customMetricName'
202
+ property :end_date, as: 'endDate'
203
+ property :group_by_column, as: 'groupByColumn'
204
+ property :header_text, as: 'headerText'
205
+ property :platform_source, as: 'platformSource'
206
+ property :saved_column_name, as: 'savedColumnName'
207
+ property :start_date, as: 'startDate'
208
+ end
209
+ end
210
+
211
+ class ReportRequest
212
+ # @private
213
+ class Representation < Google::Apis::Core::JsonRepresentation
214
+ collection :columns, as: 'columns', class: Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec, decorator: Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec::Representation
215
+
216
+ property :download_format, as: 'downloadFormat'
217
+ collection :filters, as: 'filters', class: Google::Apis::DoubleclicksearchV2::ReportRequest::Filter, decorator: Google::Apis::DoubleclicksearchV2::ReportRequest::Filter::Representation
218
+
219
+ property :include_deleted_entities, as: 'includeDeletedEntities'
220
+ property :include_removed_entities, as: 'includeRemovedEntities'
221
+ property :max_rows_per_file, as: 'maxRowsPerFile'
222
+ collection :order_by, as: 'orderBy', class: Google::Apis::DoubleclicksearchV2::ReportRequest::OrderBy, decorator: Google::Apis::DoubleclicksearchV2::ReportRequest::OrderBy::Representation
223
+
224
+ property :report_scope, as: 'reportScope', class: Google::Apis::DoubleclicksearchV2::ReportRequest::ReportScope, decorator: Google::Apis::DoubleclicksearchV2::ReportRequest::ReportScope::Representation
225
+
226
+ property :report_type, as: 'reportType'
227
+ property :row_count, as: 'rowCount'
228
+ property :start_row, as: 'startRow'
229
+ property :statistics_currency, as: 'statisticsCurrency'
230
+ property :time_range, as: 'timeRange', class: Google::Apis::DoubleclicksearchV2::ReportRequest::TimeRange, decorator: Google::Apis::DoubleclicksearchV2::ReportRequest::TimeRange::Representation
231
+
232
+ property :verify_single_time_zone, as: 'verifySingleTimeZone'
233
+ end
234
+
235
+ class Filter
236
+ # @private
237
+ class Representation < Google::Apis::Core::JsonRepresentation
238
+ property :column, as: 'column', class: Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec, decorator: Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec::Representation
239
+
240
+ property :operator, as: 'operator'
241
+ collection :values, as: 'values'
242
+ end
243
+ end
244
+
245
+ class OrderBy
246
+ # @private
247
+ class Representation < Google::Apis::Core::JsonRepresentation
248
+ property :column, as: 'column', class: Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec, decorator: Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec::Representation
249
+
250
+ property :sort_order, as: 'sortOrder'
251
+ end
252
+ end
253
+
254
+ class ReportScope
255
+ # @private
256
+ class Representation < Google::Apis::Core::JsonRepresentation
257
+ property :ad_group_id, as: 'adGroupId'
258
+ property :ad_id, as: 'adId'
259
+ property :advertiser_id, as: 'advertiserId'
260
+ property :agency_id, as: 'agencyId'
261
+ property :campaign_id, as: 'campaignId'
262
+ property :engine_account_id, as: 'engineAccountId'
263
+ property :keyword_id, as: 'keywordId'
264
+ end
265
+ end
266
+
267
+ class TimeRange
268
+ # @private
269
+ class Representation < Google::Apis::Core::JsonRepresentation
270
+ property :changed_attributes_since_timestamp, as: 'changedAttributesSinceTimestamp', type: DateTime
271
+
272
+ property :changed_metrics_since_timestamp, as: 'changedMetricsSinceTimestamp', type: DateTime
273
+
274
+ property :end_date, as: 'endDate'
275
+ property :start_date, as: 'startDate'
276
+ end
277
+ end
278
+ end
279
+
280
+ class SavedColumn
281
+ # @private
282
+ class Representation < Google::Apis::Core::JsonRepresentation
283
+ property :kind, as: 'kind'
284
+ property :saved_column_name, as: 'savedColumnName'
285
+ property :type, as: 'type'
286
+ end
287
+ end
288
+
289
+ class SavedColumnList
290
+ # @private
291
+ class Representation < Google::Apis::Core::JsonRepresentation
292
+ collection :items, as: 'items', class: Google::Apis::DoubleclicksearchV2::SavedColumn, decorator: Google::Apis::DoubleclicksearchV2::SavedColumn::Representation
293
+
294
+ property :kind, as: 'kind'
295
+ end
296
+ end
297
+
298
+ class UpdateAvailabilityRequest
299
+ # @private
300
+ class Representation < Google::Apis::Core::JsonRepresentation
301
+ collection :availabilities, as: 'availabilities', class: Google::Apis::DoubleclicksearchV2::Availability, decorator: Google::Apis::DoubleclicksearchV2::Availability::Representation
302
+
303
+ end
304
+ end
305
+
306
+ class UpdateAvailabilityResponse
307
+ # @private
308
+ class Representation < Google::Apis::Core::JsonRepresentation
309
+ collection :availabilities, as: 'availabilities', class: Google::Apis::DoubleclicksearchV2::Availability, decorator: Google::Apis::DoubleclicksearchV2::Availability::Representation
310
+
311
+ end
312
+ end
313
+ end
314
+ end
315
+ end
@@ -0,0 +1,490 @@
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 DoubleclicksearchV2
23
+ # DoubleClick Search API
24
+ #
25
+ # Report and modify your advertising data in DoubleClick Search (for example,
26
+ # campaigns, ad groups, keywords, and conversions).
27
+ #
28
+ # @example
29
+ # require 'google/apis/doubleclicksearch_v2'
30
+ #
31
+ # Doubleclicksearch = Google::Apis::DoubleclicksearchV2 # Alias the module
32
+ # service = Doubleclicksearch::DoubleclicksearchService.new
33
+ #
34
+ # @see https://developers.google.com/doubleclick-search/
35
+ class DoubleclicksearchService < Google::Apis::Core::BaseService
36
+ # @return [String]
37
+ # API key. Your API key identifies your project and provides you with API access,
38
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
39
+ attr_accessor :key
40
+
41
+ # @return [String]
42
+ # Available to use for quota purposes for server-side applications. Can be any
43
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44
+ # Overrides userIp if both are provided.
45
+ attr_accessor :quota_user
46
+
47
+ # @return [String]
48
+ # IP address of the site where the request originates. Use this if you want to
49
+ # enforce per-user limits.
50
+ attr_accessor :user_ip
51
+
52
+ def initialize
53
+ super('https://www.googleapis.com/', 'doubleclicksearch/v2/')
54
+ end
55
+
56
+ # Retrieves a list of conversions from a DoubleClick Search engine account.
57
+ # @param [String] agency_id
58
+ # Numeric ID of the agency.
59
+ # @param [String] advertiser_id
60
+ # Numeric ID of the advertiser.
61
+ # @param [String] engine_account_id
62
+ # Numeric ID of the engine account.
63
+ # @param [String] ad_group_id
64
+ # Numeric ID of the ad group.
65
+ # @param [String] ad_id
66
+ # Numeric ID of the ad.
67
+ # @param [String] campaign_id
68
+ # Numeric ID of the campaign.
69
+ # @param [String] criterion_id
70
+ # Numeric ID of the criterion.
71
+ # @param [Fixnum] end_date
72
+ # Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
73
+ # @param [Fixnum] row_count
74
+ # The number of conversions to return per call.
75
+ # @param [Fixnum] start_date
76
+ # First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
77
+ # @param [Fixnum] start_row
78
+ # The 0-based starting index for retrieving conversions results.
79
+ # @param [String] fields
80
+ # Selector specifying which fields to include in a partial response.
81
+ # @param [String] quota_user
82
+ # Available to use for quota purposes for server-side applications. Can be any
83
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
84
+ # Overrides userIp if both are provided.
85
+ # @param [String] user_ip
86
+ # IP address of the site where the request originates. Use this if you want to
87
+ # enforce per-user limits.
88
+ # @param [Google::Apis::RequestOptions] options
89
+ # Request-specific options
90
+ #
91
+ # @yield [result, err] Result & error if block supplied
92
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::ConversionList] parsed result object
93
+ # @yieldparam err [StandardError] error object if request failed
94
+ #
95
+ # @return [Google::Apis::DoubleclicksearchV2::ConversionList]
96
+ #
97
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
98
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
99
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
100
+ def get_conversion(agency_id, advertiser_id, engine_account_id, ad_group_id: nil, ad_id: nil, campaign_id: nil, criterion_id: nil, end_date: nil, row_count: nil, start_date: nil, start_row: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
101
+ path = 'agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion'
102
+ command = make_simple_command(:get, path, options)
103
+ command.response_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
104
+ command.response_class = Google::Apis::DoubleclicksearchV2::ConversionList
105
+ command.params['agencyId'] = agency_id unless agency_id.nil?
106
+ command.params['advertiserId'] = advertiser_id unless advertiser_id.nil?
107
+ command.params['engineAccountId'] = engine_account_id unless engine_account_id.nil?
108
+ command.query['adGroupId'] = ad_group_id unless ad_group_id.nil?
109
+ command.query['adId'] = ad_id unless ad_id.nil?
110
+ command.query['campaignId'] = campaign_id unless campaign_id.nil?
111
+ command.query['criterionId'] = criterion_id unless criterion_id.nil?
112
+ command.query['endDate'] = end_date unless end_date.nil?
113
+ command.query['rowCount'] = row_count unless row_count.nil?
114
+ command.query['startDate'] = start_date unless start_date.nil?
115
+ command.query['startRow'] = start_row unless start_row.nil?
116
+ command.query['fields'] = fields unless fields.nil?
117
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
118
+ command.query['userIp'] = user_ip unless user_ip.nil?
119
+ execute_or_queue_command(command, &block)
120
+ end
121
+
122
+ # Inserts a batch of new conversions into DoubleClick Search.
123
+ # @param [Google::Apis::DoubleclicksearchV2::ConversionList] conversion_list_object
124
+ # @param [String] fields
125
+ # Selector specifying which fields to include in a partial response.
126
+ # @param [String] quota_user
127
+ # Available to use for quota purposes for server-side applications. Can be any
128
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
129
+ # Overrides userIp if both are provided.
130
+ # @param [String] user_ip
131
+ # IP address of the site where the request originates. Use this if you want to
132
+ # enforce per-user limits.
133
+ # @param [Google::Apis::RequestOptions] options
134
+ # Request-specific options
135
+ #
136
+ # @yield [result, err] Result & error if block supplied
137
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::ConversionList] parsed result object
138
+ # @yieldparam err [StandardError] error object if request failed
139
+ #
140
+ # @return [Google::Apis::DoubleclicksearchV2::ConversionList]
141
+ #
142
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
143
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
144
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
145
+ def insert_conversion(conversion_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
146
+ path = 'conversion'
147
+ command = make_simple_command(:post, path, options)
148
+ command.request_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
149
+ command.request_object = conversion_list_object
150
+ command.response_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
151
+ command.response_class = Google::Apis::DoubleclicksearchV2::ConversionList
152
+ command.query['fields'] = fields unless fields.nil?
153
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
154
+ command.query['userIp'] = user_ip unless user_ip.nil?
155
+ execute_or_queue_command(command, &block)
156
+ end
157
+
158
+ # Updates a batch of conversions in DoubleClick Search. This method supports
159
+ # patch semantics.
160
+ # @param [Google::Apis::DoubleclicksearchV2::ConversionList] conversion_list_object
161
+ # @param [String] advertiser_id
162
+ # Numeric ID of the advertiser.
163
+ # @param [String] agency_id
164
+ # Numeric ID of the agency.
165
+ # @param [Fixnum] end_date
166
+ # Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
167
+ # @param [String] engine_account_id
168
+ # Numeric ID of the engine account.
169
+ # @param [Fixnum] row_count
170
+ # The number of conversions to return per call.
171
+ # @param [Fixnum] start_date
172
+ # First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
173
+ # @param [Fixnum] start_row
174
+ # The 0-based starting index for retrieving conversions results.
175
+ # @param [String] fields
176
+ # Selector specifying which fields to include in a partial response.
177
+ # @param [String] quota_user
178
+ # Available to use for quota purposes for server-side applications. Can be any
179
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
180
+ # Overrides userIp if both are provided.
181
+ # @param [String] user_ip
182
+ # IP address of the site where the request originates. Use this if you want to
183
+ # enforce per-user limits.
184
+ # @param [Google::Apis::RequestOptions] options
185
+ # Request-specific options
186
+ #
187
+ # @yield [result, err] Result & error if block supplied
188
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::ConversionList] parsed result object
189
+ # @yieldparam err [StandardError] error object if request failed
190
+ #
191
+ # @return [Google::Apis::DoubleclicksearchV2::ConversionList]
192
+ #
193
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
194
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
195
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
196
+ def patch_conversion(conversion_list_object = nil, advertiser_id: nil, agency_id: nil, end_date: nil, engine_account_id: nil, row_count: nil, start_date: nil, start_row: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
197
+ path = 'conversion'
198
+ command = make_simple_command(:patch, path, options)
199
+ command.request_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
200
+ command.request_object = conversion_list_object
201
+ command.response_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
202
+ command.response_class = Google::Apis::DoubleclicksearchV2::ConversionList
203
+ command.query['advertiserId'] = advertiser_id unless advertiser_id.nil?
204
+ command.query['agencyId'] = agency_id unless agency_id.nil?
205
+ command.query['endDate'] = end_date unless end_date.nil?
206
+ command.query['engineAccountId'] = engine_account_id unless engine_account_id.nil?
207
+ command.query['rowCount'] = row_count unless row_count.nil?
208
+ command.query['startDate'] = start_date unless start_date.nil?
209
+ command.query['startRow'] = start_row unless start_row.nil?
210
+ command.query['fields'] = fields unless fields.nil?
211
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
212
+ command.query['userIp'] = user_ip unless user_ip.nil?
213
+ execute_or_queue_command(command, &block)
214
+ end
215
+
216
+ # Updates a batch of conversions in DoubleClick Search.
217
+ # @param [Google::Apis::DoubleclicksearchV2::ConversionList] conversion_list_object
218
+ # @param [String] fields
219
+ # Selector specifying which fields to include in a partial response.
220
+ # @param [String] quota_user
221
+ # Available to use for quota purposes for server-side applications. Can be any
222
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
223
+ # Overrides userIp if both are provided.
224
+ # @param [String] user_ip
225
+ # IP address of the site where the request originates. Use this if you want to
226
+ # enforce per-user limits.
227
+ # @param [Google::Apis::RequestOptions] options
228
+ # Request-specific options
229
+ #
230
+ # @yield [result, err] Result & error if block supplied
231
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::ConversionList] parsed result object
232
+ # @yieldparam err [StandardError] error object if request failed
233
+ #
234
+ # @return [Google::Apis::DoubleclicksearchV2::ConversionList]
235
+ #
236
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
237
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
238
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
239
+ def update_conversion(conversion_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
240
+ path = 'conversion'
241
+ command = make_simple_command(:put, path, options)
242
+ command.request_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
243
+ command.request_object = conversion_list_object
244
+ command.response_representation = Google::Apis::DoubleclicksearchV2::ConversionList::Representation
245
+ command.response_class = Google::Apis::DoubleclicksearchV2::ConversionList
246
+ command.query['fields'] = fields unless fields.nil?
247
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
248
+ command.query['userIp'] = user_ip unless user_ip.nil?
249
+ execute_or_queue_command(command, &block)
250
+ end
251
+
252
+ # Updates the availabilities of a batch of floodlight activities in DoubleClick
253
+ # Search.
254
+ # @param [Google::Apis::DoubleclicksearchV2::UpdateAvailabilityRequest] update_availability_request_object
255
+ # @param [String] fields
256
+ # Selector specifying which fields to include in a partial response.
257
+ # @param [String] quota_user
258
+ # Available to use for quota purposes for server-side applications. Can be any
259
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
260
+ # Overrides userIp if both are provided.
261
+ # @param [String] user_ip
262
+ # IP address of the site where the request originates. Use this if you want to
263
+ # enforce per-user limits.
264
+ # @param [Google::Apis::RequestOptions] options
265
+ # Request-specific options
266
+ #
267
+ # @yield [result, err] Result & error if block supplied
268
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse] parsed result object
269
+ # @yieldparam err [StandardError] error object if request failed
270
+ #
271
+ # @return [Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse]
272
+ #
273
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
274
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
275
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
276
+ def update_availability(update_availability_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
277
+ path = 'conversion/updateAvailability'
278
+ command = make_simple_command(:post, path, options)
279
+ command.request_representation = Google::Apis::DoubleclicksearchV2::UpdateAvailabilityRequest::Representation
280
+ command.request_object = update_availability_request_object
281
+ command.response_representation = Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse::Representation
282
+ command.response_class = Google::Apis::DoubleclicksearchV2::UpdateAvailabilityResponse
283
+ command.query['fields'] = fields unless fields.nil?
284
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
285
+ command.query['userIp'] = user_ip unless user_ip.nil?
286
+ execute_or_queue_command(command, &block)
287
+ end
288
+
289
+ # Generates and returns a report immediately.
290
+ # @param [Google::Apis::DoubleclicksearchV2::ReportRequest] report_request_object
291
+ # @param [String] fields
292
+ # Selector specifying which fields to include in a partial response.
293
+ # @param [String] quota_user
294
+ # Available to use for quota purposes for server-side applications. Can be any
295
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
296
+ # Overrides userIp if both are provided.
297
+ # @param [String] user_ip
298
+ # IP address of the site where the request originates. Use this if you want to
299
+ # enforce per-user limits.
300
+ # @param [Google::Apis::RequestOptions] options
301
+ # Request-specific options
302
+ #
303
+ # @yield [result, err] Result & error if block supplied
304
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::Report] parsed result object
305
+ # @yieldparam err [StandardError] error object if request failed
306
+ #
307
+ # @return [Google::Apis::DoubleclicksearchV2::Report]
308
+ #
309
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
310
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
311
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
312
+ def generate_report(report_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
313
+ path = 'reports/generate'
314
+ command = make_simple_command(:post, path, options)
315
+ command.request_representation = Google::Apis::DoubleclicksearchV2::ReportRequest::Representation
316
+ command.request_object = report_request_object
317
+ command.response_representation = Google::Apis::DoubleclicksearchV2::Report::Representation
318
+ command.response_class = Google::Apis::DoubleclicksearchV2::Report
319
+ command.query['fields'] = fields unless fields.nil?
320
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
321
+ command.query['userIp'] = user_ip unless user_ip.nil?
322
+ execute_or_queue_command(command, &block)
323
+ end
324
+
325
+ # Polls for the status of a report request.
326
+ # @param [String] report_id
327
+ # ID of the report request being polled.
328
+ # @param [String] fields
329
+ # Selector specifying which fields to include in a partial response.
330
+ # @param [String] quota_user
331
+ # Available to use for quota purposes for server-side applications. Can be any
332
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
333
+ # Overrides userIp if both are provided.
334
+ # @param [String] user_ip
335
+ # IP address of the site where the request originates. Use this if you want to
336
+ # enforce per-user limits.
337
+ # @param [Google::Apis::RequestOptions] options
338
+ # Request-specific options
339
+ #
340
+ # @yield [result, err] Result & error if block supplied
341
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::Report] parsed result object
342
+ # @yieldparam err [StandardError] error object if request failed
343
+ #
344
+ # @return [Google::Apis::DoubleclicksearchV2::Report]
345
+ #
346
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
347
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
348
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
349
+ def get_report(report_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
350
+ path = 'reports/{reportId}'
351
+ command = make_simple_command(:get, path, options)
352
+ command.response_representation = Google::Apis::DoubleclicksearchV2::Report::Representation
353
+ command.response_class = Google::Apis::DoubleclicksearchV2::Report
354
+ command.params['reportId'] = report_id unless report_id.nil?
355
+ command.query['fields'] = fields unless fields.nil?
356
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
357
+ command.query['userIp'] = user_ip unless user_ip.nil?
358
+ execute_or_queue_command(command, &block)
359
+ end
360
+
361
+ # Downloads a report file encoded in UTF-8.
362
+ # @param [String] report_id
363
+ # ID of the report.
364
+ # @param [Fixnum] report_fragment
365
+ # The index of the report fragment to download.
366
+ # @param [String] fields
367
+ # Selector specifying which fields to include in a partial response.
368
+ # @param [String] quota_user
369
+ # Available to use for quota purposes for server-side applications. Can be any
370
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
371
+ # Overrides userIp if both are provided.
372
+ # @param [String] user_ip
373
+ # IP address of the site where the request originates. Use this if you want to
374
+ # enforce per-user limits.
375
+ # @param [IO, String] download_dest
376
+ # IO stream or filename to receive content download
377
+ # @param [Google::Apis::RequestOptions] options
378
+ # Request-specific options
379
+ #
380
+ # @yield [result, err] Result & error if block supplied
381
+ # @yieldparam result [NilClass] No result returned for this method
382
+ # @yieldparam err [StandardError] error object if request failed
383
+ #
384
+ # @return [void]
385
+ #
386
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
387
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
388
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
389
+ def get_file_report(report_id, report_fragment, fields: nil, quota_user: nil, user_ip: nil, download_dest: nil, options: nil, &block)
390
+ path = 'reports/{reportId}/files/{reportFragment}'
391
+ if download_dest.nil?
392
+ command = make_simple_command(:get, path, options)
393
+ else
394
+ command = make_download_command(:get, path, options)
395
+ command.download_dest = download_dest
396
+ end
397
+ command.params['reportId'] = report_id unless report_id.nil?
398
+ command.params['reportFragment'] = report_fragment unless report_fragment.nil?
399
+ command.query['fields'] = fields unless fields.nil?
400
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
401
+ command.query['userIp'] = user_ip unless user_ip.nil?
402
+ execute_or_queue_command(command, &block)
403
+ end
404
+
405
+ # Inserts a report request into the reporting system.
406
+ # @param [Google::Apis::DoubleclicksearchV2::ReportRequest] report_request_object
407
+ # @param [String] fields
408
+ # Selector specifying which fields to include in a partial response.
409
+ # @param [String] quota_user
410
+ # Available to use for quota purposes for server-side applications. Can be any
411
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
412
+ # Overrides userIp if both are provided.
413
+ # @param [String] user_ip
414
+ # IP address of the site where the request originates. Use this if you want to
415
+ # enforce per-user limits.
416
+ # @param [Google::Apis::RequestOptions] options
417
+ # Request-specific options
418
+ #
419
+ # @yield [result, err] Result & error if block supplied
420
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::Report] parsed result object
421
+ # @yieldparam err [StandardError] error object if request failed
422
+ #
423
+ # @return [Google::Apis::DoubleclicksearchV2::Report]
424
+ #
425
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
426
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
427
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
428
+ def request_report(report_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
429
+ path = 'reports'
430
+ command = make_simple_command(:post, path, options)
431
+ command.request_representation = Google::Apis::DoubleclicksearchV2::ReportRequest::Representation
432
+ command.request_object = report_request_object
433
+ command.response_representation = Google::Apis::DoubleclicksearchV2::Report::Representation
434
+ command.response_class = Google::Apis::DoubleclicksearchV2::Report
435
+ command.query['fields'] = fields unless fields.nil?
436
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
437
+ command.query['userIp'] = user_ip unless user_ip.nil?
438
+ execute_or_queue_command(command, &block)
439
+ end
440
+
441
+ # Retrieve the list of saved columns for a specified advertiser.
442
+ # @param [String] agency_id
443
+ # DS ID of the agency.
444
+ # @param [String] advertiser_id
445
+ # DS ID of the advertiser.
446
+ # @param [String] fields
447
+ # Selector specifying which fields to include in a partial response.
448
+ # @param [String] quota_user
449
+ # Available to use for quota purposes for server-side applications. Can be any
450
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
451
+ # Overrides userIp if both are provided.
452
+ # @param [String] user_ip
453
+ # IP address of the site where the request originates. Use this if you want to
454
+ # enforce per-user limits.
455
+ # @param [Google::Apis::RequestOptions] options
456
+ # Request-specific options
457
+ #
458
+ # @yield [result, err] Result & error if block supplied
459
+ # @yieldparam result [Google::Apis::DoubleclicksearchV2::SavedColumnList] parsed result object
460
+ # @yieldparam err [StandardError] error object if request failed
461
+ #
462
+ # @return [Google::Apis::DoubleclicksearchV2::SavedColumnList]
463
+ #
464
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
465
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
466
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
467
+ def list_saved_columns(agency_id, advertiser_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
468
+ path = 'agency/{agencyId}/advertiser/{advertiserId}/savedcolumns'
469
+ command = make_simple_command(:get, path, options)
470
+ command.response_representation = Google::Apis::DoubleclicksearchV2::SavedColumnList::Representation
471
+ command.response_class = Google::Apis::DoubleclicksearchV2::SavedColumnList
472
+ command.params['agencyId'] = agency_id unless agency_id.nil?
473
+ command.params['advertiserId'] = advertiser_id unless advertiser_id.nil?
474
+ command.query['fields'] = fields unless fields.nil?
475
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
476
+ command.query['userIp'] = user_ip unless user_ip.nil?
477
+ execute_or_queue_command(command, &block)
478
+ end
479
+
480
+ protected
481
+
482
+ def apply_command_defaults(command)
483
+ command.query['key'] = key unless key.nil?
484
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
485
+ command.query['userIp'] = user_ip unless user_ip.nil?
486
+ end
487
+ end
488
+ end
489
+ end
490
+ end