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,38 @@
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/adsense_v1_4/service.rb'
16
+ require 'google/apis/adsense_v1_4/classes.rb'
17
+ require 'google/apis/adsense_v1_4/representations.rb'
18
+
19
+ module Google
20
+ module Apis
21
+ # AdSense Management API
22
+ #
23
+ # Gives AdSense publishers access to their inventory and the ability to generate
24
+ # reports
25
+ #
26
+ # @see https://developers.google.com/adsense/management/
27
+ module AdsenseV1_4
28
+ VERSION = 'V1_4'
29
+ REVISION = '20150624'
30
+
31
+ # View and manage your AdSense data
32
+ AUTH_ADSENSE = 'https://www.googleapis.com/auth/adsense'
33
+
34
+ # View your AdSense data
35
+ AUTH_ADSENSE_READONLY = 'https://www.googleapis.com/auth/adsense.readonly'
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,1279 @@
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 AdsenseV1_4
24
+
25
+ #
26
+ class Account
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Unique identifier of this account.
30
+ # Corresponds to the JSON property `id`
31
+ # @return [String]
32
+ attr_accessor :id
33
+
34
+ # Kind of resource this is, in this case adsense#account.
35
+ # Corresponds to the JSON property `kind`
36
+ # @return [String]
37
+ attr_accessor :kind
38
+
39
+ # Name of this account.
40
+ # Corresponds to the JSON property `name`
41
+ # @return [String]
42
+ attr_accessor :name
43
+
44
+ # Whether this account is premium.
45
+ # Corresponds to the JSON property `premium`
46
+ # @return [Boolean]
47
+ attr_accessor :premium
48
+ alias_method :premium?, :premium
49
+
50
+ # Sub accounts of the this account.
51
+ # Corresponds to the JSON property `subAccounts`
52
+ # @return [Array<Google::Apis::AdsenseV1_4::Account>]
53
+ attr_accessor :sub_accounts
54
+
55
+ # AdSense timezone of this account.
56
+ # Corresponds to the JSON property `timezone`
57
+ # @return [String]
58
+ attr_accessor :timezone
59
+
60
+ def initialize(**args)
61
+ update!(**args)
62
+ end
63
+
64
+ # Update properties of this object
65
+ def update!(**args)
66
+ @id = args[:id] unless args[:id].nil?
67
+ @kind = args[:kind] unless args[:kind].nil?
68
+ @name = args[:name] unless args[:name].nil?
69
+ @premium = args[:premium] unless args[:premium].nil?
70
+ @sub_accounts = args[:sub_accounts] unless args[:sub_accounts].nil?
71
+ @timezone = args[:timezone] unless args[:timezone].nil?
72
+ end
73
+ end
74
+
75
+ #
76
+ class Accounts
77
+ include Google::Apis::Core::Hashable
78
+
79
+ # ETag of this response for caching purposes.
80
+ # Corresponds to the JSON property `etag`
81
+ # @return [String]
82
+ attr_accessor :etag
83
+
84
+ # The accounts returned in this list response.
85
+ # Corresponds to the JSON property `items`
86
+ # @return [Array<Google::Apis::AdsenseV1_4::Account>]
87
+ attr_accessor :items
88
+
89
+ # Kind of list this is, in this case adsense#accounts.
90
+ # Corresponds to the JSON property `kind`
91
+ # @return [String]
92
+ attr_accessor :kind
93
+
94
+ # Continuation token used to page through accounts. To retrieve the next page of
95
+ # results, set the next request's "pageToken" value to this.
96
+ # Corresponds to the JSON property `nextPageToken`
97
+ # @return [String]
98
+ attr_accessor :next_page_token
99
+
100
+ def initialize(**args)
101
+ update!(**args)
102
+ end
103
+
104
+ # Update properties of this object
105
+ def update!(**args)
106
+ @etag = args[:etag] unless args[:etag].nil?
107
+ @items = args[:items] unless args[:items].nil?
108
+ @kind = args[:kind] unless args[:kind].nil?
109
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
110
+ end
111
+ end
112
+
113
+ #
114
+ class AdClient
115
+ include Google::Apis::Core::Hashable
116
+
117
+ # Whether this ad client is opted in to ARC.
118
+ # Corresponds to the JSON property `arcOptIn`
119
+ # @return [Boolean]
120
+ attr_accessor :arc_opt_in
121
+ alias_method :arc_opt_in?, :arc_opt_in
122
+
123
+ # ARC review mode this ad client is in. Empty if the client is not opted in to
124
+ # ARC. Possible values: POST_REVIEW, AUTOMATIC_PRE_REVIEW.
125
+ # Corresponds to the JSON property `arcReviewMode`
126
+ # @return [String]
127
+ attr_accessor :arc_review_mode
128
+
129
+ # Unique identifier of this ad client.
130
+ # Corresponds to the JSON property `id`
131
+ # @return [String]
132
+ attr_accessor :id
133
+
134
+ # Kind of resource this is, in this case adsense#adClient.
135
+ # Corresponds to the JSON property `kind`
136
+ # @return [String]
137
+ attr_accessor :kind
138
+
139
+ # This ad client's product code, which corresponds to the PRODUCT_CODE report
140
+ # dimension.
141
+ # Corresponds to the JSON property `productCode`
142
+ # @return [String]
143
+ attr_accessor :product_code
144
+
145
+ # Whether this ad client supports being reported on.
146
+ # Corresponds to the JSON property `supportsReporting`
147
+ # @return [Boolean]
148
+ attr_accessor :supports_reporting
149
+ alias_method :supports_reporting?, :supports_reporting
150
+
151
+ def initialize(**args)
152
+ update!(**args)
153
+ end
154
+
155
+ # Update properties of this object
156
+ def update!(**args)
157
+ @arc_opt_in = args[:arc_opt_in] unless args[:arc_opt_in].nil?
158
+ @arc_review_mode = args[:arc_review_mode] unless args[:arc_review_mode].nil?
159
+ @id = args[:id] unless args[:id].nil?
160
+ @kind = args[:kind] unless args[:kind].nil?
161
+ @product_code = args[:product_code] unless args[:product_code].nil?
162
+ @supports_reporting = args[:supports_reporting] unless args[:supports_reporting].nil?
163
+ end
164
+ end
165
+
166
+ #
167
+ class AdClients
168
+ include Google::Apis::Core::Hashable
169
+
170
+ # ETag of this response for caching purposes.
171
+ # Corresponds to the JSON property `etag`
172
+ # @return [String]
173
+ attr_accessor :etag
174
+
175
+ # The ad clients returned in this list response.
176
+ # Corresponds to the JSON property `items`
177
+ # @return [Array<Google::Apis::AdsenseV1_4::AdClient>]
178
+ attr_accessor :items
179
+
180
+ # Kind of list this is, in this case adsense#adClients.
181
+ # Corresponds to the JSON property `kind`
182
+ # @return [String]
183
+ attr_accessor :kind
184
+
185
+ # Continuation token used to page through ad clients. To retrieve the next page
186
+ # of results, set the next request's "pageToken" value to this.
187
+ # Corresponds to the JSON property `nextPageToken`
188
+ # @return [String]
189
+ attr_accessor :next_page_token
190
+
191
+ def initialize(**args)
192
+ update!(**args)
193
+ end
194
+
195
+ # Update properties of this object
196
+ def update!(**args)
197
+ @etag = args[:etag] unless args[:etag].nil?
198
+ @items = args[:items] unless args[:items].nil?
199
+ @kind = args[:kind] unless args[:kind].nil?
200
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
201
+ end
202
+ end
203
+
204
+ #
205
+ class AdCode
206
+ include Google::Apis::Core::Hashable
207
+
208
+ # The ad code snippet.
209
+ # Corresponds to the JSON property `adCode`
210
+ # @return [String]
211
+ attr_accessor :ad_code
212
+
213
+ # Kind this is, in this case adsense#adCode.
214
+ # Corresponds to the JSON property `kind`
215
+ # @return [String]
216
+ attr_accessor :kind
217
+
218
+ def initialize(**args)
219
+ update!(**args)
220
+ end
221
+
222
+ # Update properties of this object
223
+ def update!(**args)
224
+ @ad_code = args[:ad_code] unless args[:ad_code].nil?
225
+ @kind = args[:kind] unless args[:kind].nil?
226
+ end
227
+ end
228
+
229
+ #
230
+ class AdStyle
231
+ include Google::Apis::Core::Hashable
232
+
233
+ # The colors which are included in the style. These are represented as six
234
+ # hexadecimal characters, similar to HTML color codes, but without the leading
235
+ # hash.
236
+ # Corresponds to the JSON property `colors`
237
+ # @return [Google::Apis::AdsenseV1_4::AdStyle::Colors]
238
+ attr_accessor :colors
239
+
240
+ # The style of the corners in the ad.
241
+ # Corresponds to the JSON property `corners`
242
+ # @return [String]
243
+ attr_accessor :corners
244
+
245
+ # The font which is included in the style.
246
+ # Corresponds to the JSON property `font`
247
+ # @return [Google::Apis::AdsenseV1_4::AdStyle::Font]
248
+ attr_accessor :font
249
+
250
+ # Kind this is, in this case adsense#adStyle.
251
+ # Corresponds to the JSON property `kind`
252
+ # @return [String]
253
+ attr_accessor :kind
254
+
255
+ def initialize(**args)
256
+ update!(**args)
257
+ end
258
+
259
+ # Update properties of this object
260
+ def update!(**args)
261
+ @colors = args[:colors] unless args[:colors].nil?
262
+ @corners = args[:corners] unless args[:corners].nil?
263
+ @font = args[:font] unless args[:font].nil?
264
+ @kind = args[:kind] unless args[:kind].nil?
265
+ end
266
+
267
+ # The colors which are included in the style. These are represented as six
268
+ # hexadecimal characters, similar to HTML color codes, but without the leading
269
+ # hash.
270
+ class Colors
271
+ include Google::Apis::Core::Hashable
272
+
273
+ # The color of the ad background.
274
+ # Corresponds to the JSON property `background`
275
+ # @return [String]
276
+ attr_accessor :background
277
+
278
+ # The color of the ad border.
279
+ # Corresponds to the JSON property `border`
280
+ # @return [String]
281
+ attr_accessor :border
282
+
283
+ # The color of the ad text.
284
+ # Corresponds to the JSON property `text`
285
+ # @return [String]
286
+ attr_accessor :text
287
+
288
+ # The color of the ad title.
289
+ # Corresponds to the JSON property `title`
290
+ # @return [String]
291
+ attr_accessor :title
292
+
293
+ # The color of the ad url.
294
+ # Corresponds to the JSON property `url`
295
+ # @return [String]
296
+ attr_accessor :url
297
+
298
+ def initialize(**args)
299
+ update!(**args)
300
+ end
301
+
302
+ # Update properties of this object
303
+ def update!(**args)
304
+ @background = args[:background] unless args[:background].nil?
305
+ @border = args[:border] unless args[:border].nil?
306
+ @text = args[:text] unless args[:text].nil?
307
+ @title = args[:title] unless args[:title].nil?
308
+ @url = args[:url] unless args[:url].nil?
309
+ end
310
+ end
311
+
312
+ # The font which is included in the style.
313
+ class Font
314
+ include Google::Apis::Core::Hashable
315
+
316
+ # The family of the font.
317
+ # Corresponds to the JSON property `family`
318
+ # @return [String]
319
+ attr_accessor :family
320
+
321
+ # The size of the font.
322
+ # Corresponds to the JSON property `size`
323
+ # @return [String]
324
+ attr_accessor :size
325
+
326
+ def initialize(**args)
327
+ update!(**args)
328
+ end
329
+
330
+ # Update properties of this object
331
+ def update!(**args)
332
+ @family = args[:family] unless args[:family].nil?
333
+ @size = args[:size] unless args[:size].nil?
334
+ end
335
+ end
336
+ end
337
+
338
+ #
339
+ class AdUnit
340
+ include Google::Apis::Core::Hashable
341
+
342
+ # Identity code of this ad unit, not necessarily unique across ad clients.
343
+ # Corresponds to the JSON property `code`
344
+ # @return [String]
345
+ attr_accessor :code
346
+
347
+ # Settings specific to content ads (AFC) and highend mobile content ads (AFMC).
348
+ # Corresponds to the JSON property `contentAdsSettings`
349
+ # @return [Google::Apis::AdsenseV1_4::AdUnit::ContentAdsSettings]
350
+ attr_accessor :content_ads_settings
351
+
352
+ # Custom style information specific to this ad unit.
353
+ # Corresponds to the JSON property `customStyle`
354
+ # @return [Google::Apis::AdsenseV1_4::AdStyle]
355
+ attr_accessor :custom_style
356
+
357
+ # Settings specific to feed ads (AFF).
358
+ # Corresponds to the JSON property `feedAdsSettings`
359
+ # @return [Google::Apis::AdsenseV1_4::AdUnit::FeedAdsSettings]
360
+ attr_accessor :feed_ads_settings
361
+
362
+ # Unique identifier of this ad unit. This should be considered an opaque
363
+ # identifier; it is not safe to rely on it being in any particular format.
364
+ # Corresponds to the JSON property `id`
365
+ # @return [String]
366
+ attr_accessor :id
367
+
368
+ # Kind of resource this is, in this case adsense#adUnit.
369
+ # Corresponds to the JSON property `kind`
370
+ # @return [String]
371
+ attr_accessor :kind
372
+
373
+ # Settings specific to WAP mobile content ads (AFMC).
374
+ # Corresponds to the JSON property `mobileContentAdsSettings`
375
+ # @return [Google::Apis::AdsenseV1_4::AdUnit::MobileContentAdsSettings]
376
+ attr_accessor :mobile_content_ads_settings
377
+
378
+ # Name of this ad unit.
379
+ # Corresponds to the JSON property `name`
380
+ # @return [String]
381
+ attr_accessor :name
382
+
383
+ # ID of the saved ad style which holds this ad unit's style information.
384
+ # Corresponds to the JSON property `savedStyleId`
385
+ # @return [String]
386
+ attr_accessor :saved_style_id
387
+
388
+ # Status of this ad unit. Possible values are:
389
+ # NEW: Indicates that the ad unit was created within the last seven days and
390
+ # does not yet have any activity associated with it.
391
+ # ACTIVE: Indicates that there has been activity on this ad unit in the last
392
+ # seven days.
393
+ # INACTIVE: Indicates that there has been no activity on this ad unit in the
394
+ # last seven days.
395
+ # Corresponds to the JSON property `status`
396
+ # @return [String]
397
+ attr_accessor :status
398
+
399
+ def initialize(**args)
400
+ update!(**args)
401
+ end
402
+
403
+ # Update properties of this object
404
+ def update!(**args)
405
+ @code = args[:code] unless args[:code].nil?
406
+ @content_ads_settings = args[:content_ads_settings] unless args[:content_ads_settings].nil?
407
+ @custom_style = args[:custom_style] unless args[:custom_style].nil?
408
+ @feed_ads_settings = args[:feed_ads_settings] unless args[:feed_ads_settings].nil?
409
+ @id = args[:id] unless args[:id].nil?
410
+ @kind = args[:kind] unless args[:kind].nil?
411
+ @mobile_content_ads_settings = args[:mobile_content_ads_settings] unless args[:mobile_content_ads_settings].nil?
412
+ @name = args[:name] unless args[:name].nil?
413
+ @saved_style_id = args[:saved_style_id] unless args[:saved_style_id].nil?
414
+ @status = args[:status] unless args[:status].nil?
415
+ end
416
+
417
+ # Settings specific to content ads (AFC) and highend mobile content ads (AFMC).
418
+ class ContentAdsSettings
419
+ include Google::Apis::Core::Hashable
420
+
421
+ # The backup option to be used in instances where no ad is available.
422
+ # Corresponds to the JSON property `backupOption`
423
+ # @return [Google::Apis::AdsenseV1_4::AdUnit::ContentAdsSettings::BackupOption]
424
+ attr_accessor :backup_option
425
+
426
+ # Size of this ad unit.
427
+ # Corresponds to the JSON property `size`
428
+ # @return [String]
429
+ attr_accessor :size
430
+
431
+ # Type of this ad unit.
432
+ # Corresponds to the JSON property `type`
433
+ # @return [String]
434
+ attr_accessor :type
435
+
436
+ def initialize(**args)
437
+ update!(**args)
438
+ end
439
+
440
+ # Update properties of this object
441
+ def update!(**args)
442
+ @backup_option = args[:backup_option] unless args[:backup_option].nil?
443
+ @size = args[:size] unless args[:size].nil?
444
+ @type = args[:type] unless args[:type].nil?
445
+ end
446
+
447
+ # The backup option to be used in instances where no ad is available.
448
+ class BackupOption
449
+ include Google::Apis::Core::Hashable
450
+
451
+ # Color to use when type is set to COLOR.
452
+ # Corresponds to the JSON property `color`
453
+ # @return [String]
454
+ attr_accessor :color
455
+
456
+ # Type of the backup option. Possible values are BLANK, COLOR and URL.
457
+ # Corresponds to the JSON property `type`
458
+ # @return [String]
459
+ attr_accessor :type
460
+
461
+ # URL to use when type is set to URL.
462
+ # Corresponds to the JSON property `url`
463
+ # @return [String]
464
+ attr_accessor :url
465
+
466
+ def initialize(**args)
467
+ update!(**args)
468
+ end
469
+
470
+ # Update properties of this object
471
+ def update!(**args)
472
+ @color = args[:color] unless args[:color].nil?
473
+ @type = args[:type] unless args[:type].nil?
474
+ @url = args[:url] unless args[:url].nil?
475
+ end
476
+ end
477
+ end
478
+
479
+ # Settings specific to feed ads (AFF).
480
+ class FeedAdsSettings
481
+ include Google::Apis::Core::Hashable
482
+
483
+ # The position of the ads relative to the feed entries.
484
+ # Corresponds to the JSON property `adPosition`
485
+ # @return [String]
486
+ attr_accessor :ad_position
487
+
488
+ # The frequency at which ads should appear in the feed (i.e. every N entries).
489
+ # Corresponds to the JSON property `frequency`
490
+ # @return [Fixnum]
491
+ attr_accessor :frequency
492
+
493
+ # The minimum length an entry should be in order to have attached ads.
494
+ # Corresponds to the JSON property `minimumWordCount`
495
+ # @return [Fixnum]
496
+ attr_accessor :minimum_word_count
497
+
498
+ # The type of ads which should appear.
499
+ # Corresponds to the JSON property `type`
500
+ # @return [String]
501
+ attr_accessor :type
502
+
503
+ def initialize(**args)
504
+ update!(**args)
505
+ end
506
+
507
+ # Update properties of this object
508
+ def update!(**args)
509
+ @ad_position = args[:ad_position] unless args[:ad_position].nil?
510
+ @frequency = args[:frequency] unless args[:frequency].nil?
511
+ @minimum_word_count = args[:minimum_word_count] unless args[:minimum_word_count].nil?
512
+ @type = args[:type] unless args[:type].nil?
513
+ end
514
+ end
515
+
516
+ # Settings specific to WAP mobile content ads (AFMC).
517
+ class MobileContentAdsSettings
518
+ include Google::Apis::Core::Hashable
519
+
520
+ # The markup language to use for this ad unit.
521
+ # Corresponds to the JSON property `markupLanguage`
522
+ # @return [String]
523
+ attr_accessor :markup_language
524
+
525
+ # The scripting language to use for this ad unit.
526
+ # Corresponds to the JSON property `scriptingLanguage`
527
+ # @return [String]
528
+ attr_accessor :scripting_language
529
+
530
+ # Size of this ad unit.
531
+ # Corresponds to the JSON property `size`
532
+ # @return [String]
533
+ attr_accessor :size
534
+
535
+ # Type of this ad unit.
536
+ # Corresponds to the JSON property `type`
537
+ # @return [String]
538
+ attr_accessor :type
539
+
540
+ def initialize(**args)
541
+ update!(**args)
542
+ end
543
+
544
+ # Update properties of this object
545
+ def update!(**args)
546
+ @markup_language = args[:markup_language] unless args[:markup_language].nil?
547
+ @scripting_language = args[:scripting_language] unless args[:scripting_language].nil?
548
+ @size = args[:size] unless args[:size].nil?
549
+ @type = args[:type] unless args[:type].nil?
550
+ end
551
+ end
552
+ end
553
+
554
+ #
555
+ class AdUnits
556
+ include Google::Apis::Core::Hashable
557
+
558
+ # ETag of this response for caching purposes.
559
+ # Corresponds to the JSON property `etag`
560
+ # @return [String]
561
+ attr_accessor :etag
562
+
563
+ # The ad units returned in this list response.
564
+ # Corresponds to the JSON property `items`
565
+ # @return [Array<Google::Apis::AdsenseV1_4::AdUnit>]
566
+ attr_accessor :items
567
+
568
+ # Kind of list this is, in this case adsense#adUnits.
569
+ # Corresponds to the JSON property `kind`
570
+ # @return [String]
571
+ attr_accessor :kind
572
+
573
+ # Continuation token used to page through ad units. To retrieve the next page of
574
+ # results, set the next request's "pageToken" value to this.
575
+ # Corresponds to the JSON property `nextPageToken`
576
+ # @return [String]
577
+ attr_accessor :next_page_token
578
+
579
+ def initialize(**args)
580
+ update!(**args)
581
+ end
582
+
583
+ # Update properties of this object
584
+ def update!(**args)
585
+ @etag = args[:etag] unless args[:etag].nil?
586
+ @items = args[:items] unless args[:items].nil?
587
+ @kind = args[:kind] unless args[:kind].nil?
588
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
589
+ end
590
+ end
591
+
592
+ #
593
+ class GenerateReportResponse
594
+ include Google::Apis::Core::Hashable
595
+
596
+ # The averages of the report. This is the same length as any other row in the
597
+ # report; cells corresponding to dimension columns are empty.
598
+ # Corresponds to the JSON property `averages`
599
+ # @return [Array<String>]
600
+ attr_accessor :averages
601
+
602
+ # The requested end date in yyyy-mm-dd format.
603
+ # Corresponds to the JSON property `endDate`
604
+ # @return [String]
605
+ attr_accessor :end_date
606
+
607
+ # The header information of the columns requested in the report. This is a list
608
+ # of headers; one for each dimension in the request, followed by one for each
609
+ # metric in the request.
610
+ # Corresponds to the JSON property `headers`
611
+ # @return [Array<Google::Apis::AdsenseV1_4::GenerateReportResponse::Header>]
612
+ attr_accessor :headers
613
+
614
+ # Kind this is, in this case adsense#report.
615
+ # Corresponds to the JSON property `kind`
616
+ # @return [String]
617
+ attr_accessor :kind
618
+
619
+ # The output rows of the report. Each row is a list of cells; one for each
620
+ # dimension in the request, followed by one for each metric in the request. The
621
+ # dimension cells contain strings, and the metric cells contain numbers.
622
+ # Corresponds to the JSON property `rows`
623
+ # @return [Array<Array<String>>]
624
+ attr_accessor :rows
625
+
626
+ # The requested start date in yyyy-mm-dd format.
627
+ # Corresponds to the JSON property `startDate`
628
+ # @return [String]
629
+ attr_accessor :start_date
630
+
631
+ # The total number of rows matched by the report request. Fewer rows may be
632
+ # returned in the response due to being limited by the row count requested or
633
+ # the report row limit.
634
+ # Corresponds to the JSON property `totalMatchedRows`
635
+ # @return [String]
636
+ attr_accessor :total_matched_rows
637
+
638
+ # The totals of the report. This is the same length as any other row in the
639
+ # report; cells corresponding to dimension columns are empty.
640
+ # Corresponds to the JSON property `totals`
641
+ # @return [Array<String>]
642
+ attr_accessor :totals
643
+
644
+ # Any warnings associated with generation of the report.
645
+ # Corresponds to the JSON property `warnings`
646
+ # @return [Array<String>]
647
+ attr_accessor :warnings
648
+
649
+ def initialize(**args)
650
+ update!(**args)
651
+ end
652
+
653
+ # Update properties of this object
654
+ def update!(**args)
655
+ @averages = args[:averages] unless args[:averages].nil?
656
+ @end_date = args[:end_date] unless args[:end_date].nil?
657
+ @headers = args[:headers] unless args[:headers].nil?
658
+ @kind = args[:kind] unless args[:kind].nil?
659
+ @rows = args[:rows] unless args[:rows].nil?
660
+ @start_date = args[:start_date] unless args[:start_date].nil?
661
+ @total_matched_rows = args[:total_matched_rows] unless args[:total_matched_rows].nil?
662
+ @totals = args[:totals] unless args[:totals].nil?
663
+ @warnings = args[:warnings] unless args[:warnings].nil?
664
+ end
665
+
666
+ #
667
+ class Header
668
+ include Google::Apis::Core::Hashable
669
+
670
+ # The currency of this column. Only present if the header type is
671
+ # METRIC_CURRENCY.
672
+ # Corresponds to the JSON property `currency`
673
+ # @return [String]
674
+ attr_accessor :currency
675
+
676
+ # The name of the header.
677
+ # Corresponds to the JSON property `name`
678
+ # @return [String]
679
+ attr_accessor :name
680
+
681
+ # The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or
682
+ # METRIC_CURRENCY.
683
+ # Corresponds to the JSON property `type`
684
+ # @return [String]
685
+ attr_accessor :type
686
+
687
+ def initialize(**args)
688
+ update!(**args)
689
+ end
690
+
691
+ # Update properties of this object
692
+ def update!(**args)
693
+ @currency = args[:currency] unless args[:currency].nil?
694
+ @name = args[:name] unless args[:name].nil?
695
+ @type = args[:type] unless args[:type].nil?
696
+ end
697
+ end
698
+ end
699
+
700
+ #
701
+ class Alert
702
+ include Google::Apis::Core::Hashable
703
+
704
+ # Unique identifier of this alert. This should be considered an opaque
705
+ # identifier; it is not safe to rely on it being in any particular format.
706
+ # Corresponds to the JSON property `id`
707
+ # @return [String]
708
+ attr_accessor :id
709
+
710
+ # Whether this alert can be dismissed.
711
+ # Corresponds to the JSON property `isDismissible`
712
+ # @return [Boolean]
713
+ attr_accessor :is_dismissible
714
+ alias_method :is_dismissible?, :is_dismissible
715
+
716
+ # Kind of resource this is, in this case adsense#alert.
717
+ # Corresponds to the JSON property `kind`
718
+ # @return [String]
719
+ attr_accessor :kind
720
+
721
+ # The localized alert message.
722
+ # Corresponds to the JSON property `message`
723
+ # @return [String]
724
+ attr_accessor :message
725
+
726
+ # Severity of this alert. Possible values: INFO, WARNING, SEVERE.
727
+ # Corresponds to the JSON property `severity`
728
+ # @return [String]
729
+ attr_accessor :severity
730
+
731
+ # Type of this alert. Possible values: SELF_HOLD, MIGRATED_TO_BILLING3,
732
+ # ADDRESS_PIN_VERIFICATION, PHONE_PIN_VERIFICATION, CORPORATE_ENTITY,
733
+ # GRAYLISTED_PUBLISHER, API_HOLD.
734
+ # Corresponds to the JSON property `type`
735
+ # @return [String]
736
+ attr_accessor :type
737
+
738
+ def initialize(**args)
739
+ update!(**args)
740
+ end
741
+
742
+ # Update properties of this object
743
+ def update!(**args)
744
+ @id = args[:id] unless args[:id].nil?
745
+ @is_dismissible = args[:is_dismissible] unless args[:is_dismissible].nil?
746
+ @kind = args[:kind] unless args[:kind].nil?
747
+ @message = args[:message] unless args[:message].nil?
748
+ @severity = args[:severity] unless args[:severity].nil?
749
+ @type = args[:type] unless args[:type].nil?
750
+ end
751
+ end
752
+
753
+ #
754
+ class Alerts
755
+ include Google::Apis::Core::Hashable
756
+
757
+ # The alerts returned in this list response.
758
+ # Corresponds to the JSON property `items`
759
+ # @return [Array<Google::Apis::AdsenseV1_4::Alert>]
760
+ attr_accessor :items
761
+
762
+ # Kind of list this is, in this case adsense#alerts.
763
+ # Corresponds to the JSON property `kind`
764
+ # @return [String]
765
+ attr_accessor :kind
766
+
767
+ def initialize(**args)
768
+ update!(**args)
769
+ end
770
+
771
+ # Update properties of this object
772
+ def update!(**args)
773
+ @items = args[:items] unless args[:items].nil?
774
+ @kind = args[:kind] unless args[:kind].nil?
775
+ end
776
+ end
777
+
778
+ #
779
+ class CustomChannel
780
+ include Google::Apis::Core::Hashable
781
+
782
+ # Code of this custom channel, not necessarily unique across ad clients.
783
+ # Corresponds to the JSON property `code`
784
+ # @return [String]
785
+ attr_accessor :code
786
+
787
+ # Unique identifier of this custom channel. This should be considered an opaque
788
+ # identifier; it is not safe to rely on it being in any particular format.
789
+ # Corresponds to the JSON property `id`
790
+ # @return [String]
791
+ attr_accessor :id
792
+
793
+ # Kind of resource this is, in this case adsense#customChannel.
794
+ # Corresponds to the JSON property `kind`
795
+ # @return [String]
796
+ attr_accessor :kind
797
+
798
+ # Name of this custom channel.
799
+ # Corresponds to the JSON property `name`
800
+ # @return [String]
801
+ attr_accessor :name
802
+
803
+ # The targeting information of this custom channel, if activated.
804
+ # Corresponds to the JSON property `targetingInfo`
805
+ # @return [Google::Apis::AdsenseV1_4::CustomChannel::TargetingInfo]
806
+ attr_accessor :targeting_info
807
+
808
+ def initialize(**args)
809
+ update!(**args)
810
+ end
811
+
812
+ # Update properties of this object
813
+ def update!(**args)
814
+ @code = args[:code] unless args[:code].nil?
815
+ @id = args[:id] unless args[:id].nil?
816
+ @kind = args[:kind] unless args[:kind].nil?
817
+ @name = args[:name] unless args[:name].nil?
818
+ @targeting_info = args[:targeting_info] unless args[:targeting_info].nil?
819
+ end
820
+
821
+ # The targeting information of this custom channel, if activated.
822
+ class TargetingInfo
823
+ include Google::Apis::Core::Hashable
824
+
825
+ # The name used to describe this channel externally.
826
+ # Corresponds to the JSON property `adsAppearOn`
827
+ # @return [String]
828
+ attr_accessor :ads_appear_on
829
+
830
+ # The external description of the channel.
831
+ # Corresponds to the JSON property `description`
832
+ # @return [String]
833
+ attr_accessor :description
834
+
835
+ # The locations in which ads appear. (Only valid for content and mobile content
836
+ # ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT,
837
+ # MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER,
838
+ # BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are:
839
+ # TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
840
+ # Corresponds to the JSON property `location`
841
+ # @return [String]
842
+ attr_accessor :location
843
+
844
+ # The language of the sites ads will be displayed on.
845
+ # Corresponds to the JSON property `siteLanguage`
846
+ # @return [String]
847
+ attr_accessor :site_language
848
+
849
+ def initialize(**args)
850
+ update!(**args)
851
+ end
852
+
853
+ # Update properties of this object
854
+ def update!(**args)
855
+ @ads_appear_on = args[:ads_appear_on] unless args[:ads_appear_on].nil?
856
+ @description = args[:description] unless args[:description].nil?
857
+ @location = args[:location] unless args[:location].nil?
858
+ @site_language = args[:site_language] unless args[:site_language].nil?
859
+ end
860
+ end
861
+ end
862
+
863
+ #
864
+ class CustomChannels
865
+ include Google::Apis::Core::Hashable
866
+
867
+ # ETag of this response for caching purposes.
868
+ # Corresponds to the JSON property `etag`
869
+ # @return [String]
870
+ attr_accessor :etag
871
+
872
+ # The custom channels returned in this list response.
873
+ # Corresponds to the JSON property `items`
874
+ # @return [Array<Google::Apis::AdsenseV1_4::CustomChannel>]
875
+ attr_accessor :items
876
+
877
+ # Kind of list this is, in this case adsense#customChannels.
878
+ # Corresponds to the JSON property `kind`
879
+ # @return [String]
880
+ attr_accessor :kind
881
+
882
+ # Continuation token used to page through custom channels. To retrieve the next
883
+ # page of results, set the next request's "pageToken" value to this.
884
+ # Corresponds to the JSON property `nextPageToken`
885
+ # @return [String]
886
+ attr_accessor :next_page_token
887
+
888
+ def initialize(**args)
889
+ update!(**args)
890
+ end
891
+
892
+ # Update properties of this object
893
+ def update!(**args)
894
+ @etag = args[:etag] unless args[:etag].nil?
895
+ @items = args[:items] unless args[:items].nil?
896
+ @kind = args[:kind] unless args[:kind].nil?
897
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
898
+ end
899
+ end
900
+
901
+ #
902
+ class Metadata
903
+ include Google::Apis::Core::Hashable
904
+
905
+ #
906
+ # Corresponds to the JSON property `items`
907
+ # @return [Array<Google::Apis::AdsenseV1_4::ReportingMetadataEntry>]
908
+ attr_accessor :items
909
+
910
+ # Kind of list this is, in this case adsense#metadata.
911
+ # Corresponds to the JSON property `kind`
912
+ # @return [String]
913
+ attr_accessor :kind
914
+
915
+ def initialize(**args)
916
+ update!(**args)
917
+ end
918
+
919
+ # Update properties of this object
920
+ def update!(**args)
921
+ @items = args[:items] unless args[:items].nil?
922
+ @kind = args[:kind] unless args[:kind].nil?
923
+ end
924
+ end
925
+
926
+ #
927
+ class Payment
928
+ include Google::Apis::Core::Hashable
929
+
930
+ # Unique identifier of this Payment.
931
+ # Corresponds to the JSON property `id`
932
+ # @return [String]
933
+ attr_accessor :id
934
+
935
+ # Kind of resource this is, in this case adsense#payment.
936
+ # Corresponds to the JSON property `kind`
937
+ # @return [String]
938
+ attr_accessor :kind
939
+
940
+ # The amount to be paid.
941
+ # Corresponds to the JSON property `paymentAmount`
942
+ # @return [String]
943
+ attr_accessor :payment_amount
944
+
945
+ # The currency code for the amount to be paid.
946
+ # Corresponds to the JSON property `paymentAmountCurrencyCode`
947
+ # @return [String]
948
+ attr_accessor :payment_amount_currency_code
949
+
950
+ # The date this payment was/will be credited to the user, or none if the payment
951
+ # threshold has not been met.
952
+ # Corresponds to the JSON property `paymentDate`
953
+ # @return [String]
954
+ attr_accessor :payment_date
955
+
956
+ def initialize(**args)
957
+ update!(**args)
958
+ end
959
+
960
+ # Update properties of this object
961
+ def update!(**args)
962
+ @id = args[:id] unless args[:id].nil?
963
+ @kind = args[:kind] unless args[:kind].nil?
964
+ @payment_amount = args[:payment_amount] unless args[:payment_amount].nil?
965
+ @payment_amount_currency_code = args[:payment_amount_currency_code] unless args[:payment_amount_currency_code].nil?
966
+ @payment_date = args[:payment_date] unless args[:payment_date].nil?
967
+ end
968
+ end
969
+
970
+ #
971
+ class Payments
972
+ include Google::Apis::Core::Hashable
973
+
974
+ # The list of Payments for the account. One or both of a) the account's most
975
+ # recent payment; and b) the account's upcoming payment.
976
+ # Corresponds to the JSON property `items`
977
+ # @return [Array<Google::Apis::AdsenseV1_4::Payment>]
978
+ attr_accessor :items
979
+
980
+ # Kind of list this is, in this case adsense#payments.
981
+ # Corresponds to the JSON property `kind`
982
+ # @return [String]
983
+ attr_accessor :kind
984
+
985
+ def initialize(**args)
986
+ update!(**args)
987
+ end
988
+
989
+ # Update properties of this object
990
+ def update!(**args)
991
+ @items = args[:items] unless args[:items].nil?
992
+ @kind = args[:kind] unless args[:kind].nil?
993
+ end
994
+ end
995
+
996
+ #
997
+ class ReportingMetadataEntry
998
+ include Google::Apis::Core::Hashable
999
+
1000
+ # For metrics this is a list of dimension IDs which the metric is compatible
1001
+ # with, for dimensions it is a list of compatibility groups the dimension
1002
+ # belongs to.
1003
+ # Corresponds to the JSON property `compatibleDimensions`
1004
+ # @return [Array<String>]
1005
+ attr_accessor :compatible_dimensions
1006
+
1007
+ # The names of the metrics the dimension or metric this reporting metadata entry
1008
+ # describes is compatible with.
1009
+ # Corresponds to the JSON property `compatibleMetrics`
1010
+ # @return [Array<String>]
1011
+ attr_accessor :compatible_metrics
1012
+
1013
+ # Unique identifier of this reporting metadata entry, corresponding to the name
1014
+ # of the appropriate dimension or metric.
1015
+ # Corresponds to the JSON property `id`
1016
+ # @return [String]
1017
+ attr_accessor :id
1018
+
1019
+ # Kind of resource this is, in this case adsense#reportingMetadataEntry.
1020
+ # Corresponds to the JSON property `kind`
1021
+ # @return [String]
1022
+ attr_accessor :kind
1023
+
1024
+ # The names of the dimensions which the dimension or metric this reporting
1025
+ # metadata entry describes requires to also be present in order for the report
1026
+ # to be valid. Omitting these will not cause an error or warning, but may result
1027
+ # in data which cannot be correctly interpreted.
1028
+ # Corresponds to the JSON property `requiredDimensions`
1029
+ # @return [Array<String>]
1030
+ attr_accessor :required_dimensions
1031
+
1032
+ # The names of the metrics which the dimension or metric this reporting metadata
1033
+ # entry describes requires to also be present in order for the report to be
1034
+ # valid. Omitting these will not cause an error or warning, but may result in
1035
+ # data which cannot be correctly interpreted.
1036
+ # Corresponds to the JSON property `requiredMetrics`
1037
+ # @return [Array<String>]
1038
+ attr_accessor :required_metrics
1039
+
1040
+ # The codes of the projects supported by the dimension or metric this reporting
1041
+ # metadata entry describes.
1042
+ # Corresponds to the JSON property `supportedProducts`
1043
+ # @return [Array<String>]
1044
+ attr_accessor :supported_products
1045
+
1046
+ def initialize(**args)
1047
+ update!(**args)
1048
+ end
1049
+
1050
+ # Update properties of this object
1051
+ def update!(**args)
1052
+ @compatible_dimensions = args[:compatible_dimensions] unless args[:compatible_dimensions].nil?
1053
+ @compatible_metrics = args[:compatible_metrics] unless args[:compatible_metrics].nil?
1054
+ @id = args[:id] unless args[:id].nil?
1055
+ @kind = args[:kind] unless args[:kind].nil?
1056
+ @required_dimensions = args[:required_dimensions] unless args[:required_dimensions].nil?
1057
+ @required_metrics = args[:required_metrics] unless args[:required_metrics].nil?
1058
+ @supported_products = args[:supported_products] unless args[:supported_products].nil?
1059
+ end
1060
+ end
1061
+
1062
+ #
1063
+ class SavedAdStyle
1064
+ include Google::Apis::Core::Hashable
1065
+
1066
+ # The AdStyle itself.
1067
+ # Corresponds to the JSON property `adStyle`
1068
+ # @return [Google::Apis::AdsenseV1_4::AdStyle]
1069
+ attr_accessor :ad_style
1070
+
1071
+ # Unique identifier of this saved ad style. This should be considered an opaque
1072
+ # identifier; it is not safe to rely on it being in any particular format.
1073
+ # Corresponds to the JSON property `id`
1074
+ # @return [String]
1075
+ attr_accessor :id
1076
+
1077
+ # Kind of resource this is, in this case adsense#savedAdStyle.
1078
+ # Corresponds to the JSON property `kind`
1079
+ # @return [String]
1080
+ attr_accessor :kind
1081
+
1082
+ # The user selected name of this SavedAdStyle.
1083
+ # Corresponds to the JSON property `name`
1084
+ # @return [String]
1085
+ attr_accessor :name
1086
+
1087
+ def initialize(**args)
1088
+ update!(**args)
1089
+ end
1090
+
1091
+ # Update properties of this object
1092
+ def update!(**args)
1093
+ @ad_style = args[:ad_style] unless args[:ad_style].nil?
1094
+ @id = args[:id] unless args[:id].nil?
1095
+ @kind = args[:kind] unless args[:kind].nil?
1096
+ @name = args[:name] unless args[:name].nil?
1097
+ end
1098
+ end
1099
+
1100
+ #
1101
+ class SavedAdStyles
1102
+ include Google::Apis::Core::Hashable
1103
+
1104
+ # ETag of this response for caching purposes.
1105
+ # Corresponds to the JSON property `etag`
1106
+ # @return [String]
1107
+ attr_accessor :etag
1108
+
1109
+ # The saved ad styles returned in this list response.
1110
+ # Corresponds to the JSON property `items`
1111
+ # @return [Array<Google::Apis::AdsenseV1_4::SavedAdStyle>]
1112
+ attr_accessor :items
1113
+
1114
+ # Kind of list this is, in this case adsense#savedAdStyles.
1115
+ # Corresponds to the JSON property `kind`
1116
+ # @return [String]
1117
+ attr_accessor :kind
1118
+
1119
+ # Continuation token used to page through ad units. To retrieve the next page of
1120
+ # results, set the next request's "pageToken" value to this.
1121
+ # Corresponds to the JSON property `nextPageToken`
1122
+ # @return [String]
1123
+ attr_accessor :next_page_token
1124
+
1125
+ def initialize(**args)
1126
+ update!(**args)
1127
+ end
1128
+
1129
+ # Update properties of this object
1130
+ def update!(**args)
1131
+ @etag = args[:etag] unless args[:etag].nil?
1132
+ @items = args[:items] unless args[:items].nil?
1133
+ @kind = args[:kind] unless args[:kind].nil?
1134
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
1135
+ end
1136
+ end
1137
+
1138
+ #
1139
+ class SavedReport
1140
+ include Google::Apis::Core::Hashable
1141
+
1142
+ # Unique identifier of this saved report.
1143
+ # Corresponds to the JSON property `id`
1144
+ # @return [String]
1145
+ attr_accessor :id
1146
+
1147
+ # Kind of resource this is, in this case adsense#savedReport.
1148
+ # Corresponds to the JSON property `kind`
1149
+ # @return [String]
1150
+ attr_accessor :kind
1151
+
1152
+ # This saved report's name.
1153
+ # Corresponds to the JSON property `name`
1154
+ # @return [String]
1155
+ attr_accessor :name
1156
+
1157
+ def initialize(**args)
1158
+ update!(**args)
1159
+ end
1160
+
1161
+ # Update properties of this object
1162
+ def update!(**args)
1163
+ @id = args[:id] unless args[:id].nil?
1164
+ @kind = args[:kind] unless args[:kind].nil?
1165
+ @name = args[:name] unless args[:name].nil?
1166
+ end
1167
+ end
1168
+
1169
+ #
1170
+ class SavedReports
1171
+ include Google::Apis::Core::Hashable
1172
+
1173
+ # ETag of this response for caching purposes.
1174
+ # Corresponds to the JSON property `etag`
1175
+ # @return [String]
1176
+ attr_accessor :etag
1177
+
1178
+ # The saved reports returned in this list response.
1179
+ # Corresponds to the JSON property `items`
1180
+ # @return [Array<Google::Apis::AdsenseV1_4::SavedReport>]
1181
+ attr_accessor :items
1182
+
1183
+ # Kind of list this is, in this case adsense#savedReports.
1184
+ # Corresponds to the JSON property `kind`
1185
+ # @return [String]
1186
+ attr_accessor :kind
1187
+
1188
+ # Continuation token used to page through saved reports. To retrieve the next
1189
+ # page of results, set the next request's "pageToken" value to this.
1190
+ # Corresponds to the JSON property `nextPageToken`
1191
+ # @return [String]
1192
+ attr_accessor :next_page_token
1193
+
1194
+ def initialize(**args)
1195
+ update!(**args)
1196
+ end
1197
+
1198
+ # Update properties of this object
1199
+ def update!(**args)
1200
+ @etag = args[:etag] unless args[:etag].nil?
1201
+ @items = args[:items] unless args[:items].nil?
1202
+ @kind = args[:kind] unless args[:kind].nil?
1203
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
1204
+ end
1205
+ end
1206
+
1207
+ #
1208
+ class UrlChannel
1209
+ include Google::Apis::Core::Hashable
1210
+
1211
+ # Unique identifier of this URL channel. This should be considered an opaque
1212
+ # identifier; it is not safe to rely on it being in any particular format.
1213
+ # Corresponds to the JSON property `id`
1214
+ # @return [String]
1215
+ attr_accessor :id
1216
+
1217
+ # Kind of resource this is, in this case adsense#urlChannel.
1218
+ # Corresponds to the JSON property `kind`
1219
+ # @return [String]
1220
+ attr_accessor :kind
1221
+
1222
+ # URL Pattern of this URL channel. Does not include "http://" or "https://".
1223
+ # Example: www.example.com/home
1224
+ # Corresponds to the JSON property `urlPattern`
1225
+ # @return [String]
1226
+ attr_accessor :url_pattern
1227
+
1228
+ def initialize(**args)
1229
+ update!(**args)
1230
+ end
1231
+
1232
+ # Update properties of this object
1233
+ def update!(**args)
1234
+ @id = args[:id] unless args[:id].nil?
1235
+ @kind = args[:kind] unless args[:kind].nil?
1236
+ @url_pattern = args[:url_pattern] unless args[:url_pattern].nil?
1237
+ end
1238
+ end
1239
+
1240
+ #
1241
+ class UrlChannels
1242
+ include Google::Apis::Core::Hashable
1243
+
1244
+ # ETag of this response for caching purposes.
1245
+ # Corresponds to the JSON property `etag`
1246
+ # @return [String]
1247
+ attr_accessor :etag
1248
+
1249
+ # The URL channels returned in this list response.
1250
+ # Corresponds to the JSON property `items`
1251
+ # @return [Array<Google::Apis::AdsenseV1_4::UrlChannel>]
1252
+ attr_accessor :items
1253
+
1254
+ # Kind of list this is, in this case adsense#urlChannels.
1255
+ # Corresponds to the JSON property `kind`
1256
+ # @return [String]
1257
+ attr_accessor :kind
1258
+
1259
+ # Continuation token used to page through URL channels. To retrieve the next
1260
+ # page of results, set the next request's "pageToken" value to this.
1261
+ # Corresponds to the JSON property `nextPageToken`
1262
+ # @return [String]
1263
+ attr_accessor :next_page_token
1264
+
1265
+ def initialize(**args)
1266
+ update!(**args)
1267
+ end
1268
+
1269
+ # Update properties of this object
1270
+ def update!(**args)
1271
+ @etag = args[:etag] unless args[:etag].nil?
1272
+ @items = args[:items] unless args[:items].nil?
1273
+ @kind = args[:kind] unless args[:kind].nil?
1274
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
1275
+ end
1276
+ end
1277
+ end
1278
+ end
1279
+ end