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,1570 @@
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 GamesV1
24
+
25
+ class AchievementDefinition
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+ end
28
+
29
+ class ListAchievementDefinitionsResponse
30
+ class Representation < Google::Apis::Core::JsonRepresentation; end
31
+ end
32
+
33
+ class AchievementIncrementResponse
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class AchievementRevealResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class AchievementSetStepsAtLeastResponse
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+ end
44
+
45
+ class AchievementUnlockResponse
46
+ class Representation < Google::Apis::Core::JsonRepresentation; end
47
+ end
48
+
49
+ class AchievementUpdateMultipleRequest
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+ end
52
+
53
+ class AchievementUpdateMultipleResponse
54
+ class Representation < Google::Apis::Core::JsonRepresentation; end
55
+ end
56
+
57
+ class UpdateAchievementRequest
58
+ class Representation < Google::Apis::Core::JsonRepresentation; end
59
+ end
60
+
61
+ class UpdateAchievementResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+ end
64
+
65
+ class AggregateStats
66
+ class Representation < Google::Apis::Core::JsonRepresentation; end
67
+ end
68
+
69
+ class AnonymousPlayer
70
+ class Representation < Google::Apis::Core::JsonRepresentation; end
71
+ end
72
+
73
+ class Application
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+ end
76
+
77
+ class ApplicationCategory
78
+ class Representation < Google::Apis::Core::JsonRepresentation; end
79
+ end
80
+
81
+ class Category
82
+ class Representation < Google::Apis::Core::JsonRepresentation; end
83
+ end
84
+
85
+ class ListCategoryResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+ end
88
+
89
+ class EventBatchRecordFailure
90
+ class Representation < Google::Apis::Core::JsonRepresentation; end
91
+ end
92
+
93
+ class EventChild
94
+ class Representation < Google::Apis::Core::JsonRepresentation; end
95
+ end
96
+
97
+ class EventDefinition
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+ end
100
+
101
+ class ListEventDefinitionResponse
102
+ class Representation < Google::Apis::Core::JsonRepresentation; end
103
+ end
104
+
105
+ class EventPeriodRange
106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
107
+ end
108
+
109
+ class EventPeriodUpdate
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+ end
112
+
113
+ class EventRecordFailure
114
+ class Representation < Google::Apis::Core::JsonRepresentation; end
115
+ end
116
+
117
+ class EventRecordRequest
118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
119
+ end
120
+
121
+ class UpdateEventRequest
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+ end
124
+
125
+ class UpdateEventResponse
126
+ class Representation < Google::Apis::Core::JsonRepresentation; end
127
+ end
128
+
129
+ class GamesAchievementIncrement
130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
131
+ end
132
+
133
+ class GamesAchievementSetStepsAtLeast
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+ end
136
+
137
+ class ImageAsset
138
+ class Representation < Google::Apis::Core::JsonRepresentation; end
139
+ end
140
+
141
+ class Instance
142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
143
+ end
144
+
145
+ class InstanceAndroidDetails
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+ end
148
+
149
+ class InstanceIosDetails
150
+ class Representation < Google::Apis::Core::JsonRepresentation; end
151
+ end
152
+
153
+ class InstanceWebDetails
154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
155
+ end
156
+
157
+ class Leaderboard
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+ end
160
+
161
+ class LeaderboardEntry
162
+ class Representation < Google::Apis::Core::JsonRepresentation; end
163
+ end
164
+
165
+ class ListLeaderboardResponse
166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
167
+ end
168
+
169
+ class LeaderboardScoreRank
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+ end
172
+
173
+ class LeaderboardScores
174
+ class Representation < Google::Apis::Core::JsonRepresentation; end
175
+ end
176
+
177
+ class MetagameConfig
178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
179
+ end
180
+
181
+ class NetworkDiagnostics
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+ end
184
+
185
+ class ParticipantResult
186
+ class Representation < Google::Apis::Core::JsonRepresentation; end
187
+ end
188
+
189
+ class PeerChannelDiagnostics
190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
191
+ end
192
+
193
+ class PeerSessionDiagnostics
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+ end
196
+
197
+ class Played
198
+ class Representation < Google::Apis::Core::JsonRepresentation; end
199
+ end
200
+
201
+ class Player
202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
203
+
204
+ class Name
205
+ class Representation < Google::Apis::Core::JsonRepresentation; end
206
+ end
207
+ end
208
+
209
+ class PlayerAchievement
210
+ class Representation < Google::Apis::Core::JsonRepresentation; end
211
+ end
212
+
213
+ class ListPlayerAchievementResponse
214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
215
+ end
216
+
217
+ class PlayerEvent
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+ end
220
+
221
+ class ListPlayerEventResponse
222
+ class Representation < Google::Apis::Core::JsonRepresentation; end
223
+ end
224
+
225
+ class PlayerExperienceInfo
226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
227
+ end
228
+
229
+ class PlayerLeaderboardScore
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+ end
232
+
233
+ class ListPlayerLeaderboardScoreResponse
234
+ class Representation < Google::Apis::Core::JsonRepresentation; end
235
+ end
236
+
237
+ class PlayerLevel
238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
239
+ end
240
+
241
+ class ListPlayerResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+ end
244
+
245
+ class PlayerScore
246
+ class Representation < Google::Apis::Core::JsonRepresentation; end
247
+ end
248
+
249
+ class ListPlayerScoreResponse
250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
251
+ end
252
+
253
+ class PlayerScoreResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+ end
256
+
257
+ class PlayerScoreSubmissionList
258
+ class Representation < Google::Apis::Core::JsonRepresentation; end
259
+ end
260
+
261
+ class PushToken
262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
263
+ end
264
+
265
+ class PushTokenId
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ class Ios
269
+ class Representation < Google::Apis::Core::JsonRepresentation; end
270
+ end
271
+ end
272
+
273
+ class Quest
274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
275
+ end
276
+
277
+ class QuestContribution
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+ end
280
+
281
+ class QuestCriterion
282
+ class Representation < Google::Apis::Core::JsonRepresentation; end
283
+ end
284
+
285
+ class ListQuestResponse
286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
287
+ end
288
+
289
+ class QuestMilestone
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+ end
292
+
293
+ class CheckRevisionResponse
294
+ class Representation < Google::Apis::Core::JsonRepresentation; end
295
+ end
296
+
297
+ class Room
298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
299
+ end
300
+
301
+ class RoomAutoMatchStatus
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+ end
304
+
305
+ class RoomAutoMatchingCriteria
306
+ class Representation < Google::Apis::Core::JsonRepresentation; end
307
+ end
308
+
309
+ class RoomClientAddress
310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
311
+ end
312
+
313
+ class CreateRoomRequest
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+ end
316
+
317
+ class JoinRoomRequest
318
+ class Representation < Google::Apis::Core::JsonRepresentation; end
319
+ end
320
+
321
+ class RoomLeaveDiagnostics
322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
323
+ end
324
+
325
+ class LeaveRoomRequest
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+ end
328
+
329
+ class RoomList
330
+ class Representation < Google::Apis::Core::JsonRepresentation; end
331
+ end
332
+
333
+ class RoomModification
334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
335
+ end
336
+
337
+ class RoomP2PStatus
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+ end
340
+
341
+ class RoomP2PStatuses
342
+ class Representation < Google::Apis::Core::JsonRepresentation; end
343
+ end
344
+
345
+ class RoomParticipant
346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
347
+ end
348
+
349
+ class RoomStatus
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+ end
352
+
353
+ class ScoreSubmission
354
+ class Representation < Google::Apis::Core::JsonRepresentation; end
355
+ end
356
+
357
+ class Snapshot
358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
359
+ end
360
+
361
+ class SnapshotImage
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+ end
364
+
365
+ class ListSnapshotResponse
366
+ class Representation < Google::Apis::Core::JsonRepresentation; end
367
+ end
368
+
369
+ class TurnBasedAutoMatchingCriteria
370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
371
+ end
372
+
373
+ class TurnBasedMatch
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+ end
376
+
377
+ class CreateTurnBasedMatchRequest
378
+ class Representation < Google::Apis::Core::JsonRepresentation; end
379
+ end
380
+
381
+ class TurnBasedMatchData
382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
383
+ end
384
+
385
+ class TurnBasedMatchDataRequest
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+ end
388
+
389
+ class TurnBasedMatchList
390
+ class Representation < Google::Apis::Core::JsonRepresentation; end
391
+ end
392
+
393
+ class TurnBasedMatchModification
394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
395
+ end
396
+
397
+ class TurnBasedMatchParticipant
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+ end
400
+
401
+ class TurnBasedMatchRematch
402
+ class Representation < Google::Apis::Core::JsonRepresentation; end
403
+ end
404
+
405
+ class TurnBasedMatchResults
406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
407
+ end
408
+
409
+ class TurnBasedMatchSync
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+ end
412
+
413
+ class TurnBasedMatchTurn
414
+ class Representation < Google::Apis::Core::JsonRepresentation; end
415
+ end
416
+
417
+ class AchievementDefinition
418
+ # @private
419
+ class Representation < Google::Apis::Core::JsonRepresentation
420
+ property :achievement_type, as: 'achievementType'
421
+ property :description, as: 'description'
422
+ property :experience_points, as: 'experiencePoints'
423
+ property :formatted_total_steps, as: 'formattedTotalSteps'
424
+ property :id, as: 'id'
425
+ property :initial_state, as: 'initialState'
426
+ property :is_revealed_icon_url_default, as: 'isRevealedIconUrlDefault'
427
+ property :is_unlocked_icon_url_default, as: 'isUnlockedIconUrlDefault'
428
+ property :kind, as: 'kind'
429
+ property :name, as: 'name'
430
+ property :revealed_icon_url, as: 'revealedIconUrl'
431
+ property :total_steps, as: 'totalSteps'
432
+ property :unlocked_icon_url, as: 'unlockedIconUrl'
433
+ end
434
+ end
435
+
436
+ class ListAchievementDefinitionsResponse
437
+ # @private
438
+ class Representation < Google::Apis::Core::JsonRepresentation
439
+ collection :items, as: 'items', class: Google::Apis::GamesV1::AchievementDefinition, decorator: Google::Apis::GamesV1::AchievementDefinition::Representation
440
+
441
+ property :kind, as: 'kind'
442
+ property :next_page_token, as: 'nextPageToken'
443
+ end
444
+ end
445
+
446
+ class AchievementIncrementResponse
447
+ # @private
448
+ class Representation < Google::Apis::Core::JsonRepresentation
449
+ property :current_steps, as: 'currentSteps'
450
+ property :kind, as: 'kind'
451
+ property :newly_unlocked, as: 'newlyUnlocked'
452
+ end
453
+ end
454
+
455
+ class AchievementRevealResponse
456
+ # @private
457
+ class Representation < Google::Apis::Core::JsonRepresentation
458
+ property :current_state, as: 'currentState'
459
+ property :kind, as: 'kind'
460
+ end
461
+ end
462
+
463
+ class AchievementSetStepsAtLeastResponse
464
+ # @private
465
+ class Representation < Google::Apis::Core::JsonRepresentation
466
+ property :current_steps, as: 'currentSteps'
467
+ property :kind, as: 'kind'
468
+ property :newly_unlocked, as: 'newlyUnlocked'
469
+ end
470
+ end
471
+
472
+ class AchievementUnlockResponse
473
+ # @private
474
+ class Representation < Google::Apis::Core::JsonRepresentation
475
+ property :kind, as: 'kind'
476
+ property :newly_unlocked, as: 'newlyUnlocked'
477
+ end
478
+ end
479
+
480
+ class AchievementUpdateMultipleRequest
481
+ # @private
482
+ class Representation < Google::Apis::Core::JsonRepresentation
483
+ property :kind, as: 'kind'
484
+ collection :updates, as: 'updates', class: Google::Apis::GamesV1::UpdateAchievementRequest, decorator: Google::Apis::GamesV1::UpdateAchievementRequest::Representation
485
+
486
+ end
487
+ end
488
+
489
+ class AchievementUpdateMultipleResponse
490
+ # @private
491
+ class Representation < Google::Apis::Core::JsonRepresentation
492
+ property :kind, as: 'kind'
493
+ collection :updated_achievements, as: 'updatedAchievements', class: Google::Apis::GamesV1::UpdateAchievementResponse, decorator: Google::Apis::GamesV1::UpdateAchievementResponse::Representation
494
+
495
+ end
496
+ end
497
+
498
+ class UpdateAchievementRequest
499
+ # @private
500
+ class Representation < Google::Apis::Core::JsonRepresentation
501
+ property :achievement_id, as: 'achievementId'
502
+ property :increment_payload, as: 'incrementPayload', class: Google::Apis::GamesV1::GamesAchievementIncrement, decorator: Google::Apis::GamesV1::GamesAchievementIncrement::Representation
503
+
504
+ property :kind, as: 'kind'
505
+ property :set_steps_at_least_payload, as: 'setStepsAtLeastPayload', class: Google::Apis::GamesV1::GamesAchievementSetStepsAtLeast, decorator: Google::Apis::GamesV1::GamesAchievementSetStepsAtLeast::Representation
506
+
507
+ property :update_type, as: 'updateType'
508
+ end
509
+ end
510
+
511
+ class UpdateAchievementResponse
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ property :achievement_id, as: 'achievementId'
515
+ property :current_state, as: 'currentState'
516
+ property :current_steps, as: 'currentSteps'
517
+ property :kind, as: 'kind'
518
+ property :newly_unlocked, as: 'newlyUnlocked'
519
+ property :update_occurred, as: 'updateOccurred'
520
+ end
521
+ end
522
+
523
+ class AggregateStats
524
+ # @private
525
+ class Representation < Google::Apis::Core::JsonRepresentation
526
+ property :count, as: 'count'
527
+ property :kind, as: 'kind'
528
+ property :max, as: 'max'
529
+ property :min, as: 'min'
530
+ property :sum, as: 'sum'
531
+ end
532
+ end
533
+
534
+ class AnonymousPlayer
535
+ # @private
536
+ class Representation < Google::Apis::Core::JsonRepresentation
537
+ property :avatar_image_url, as: 'avatarImageUrl'
538
+ property :display_name, as: 'displayName'
539
+ property :kind, as: 'kind'
540
+ end
541
+ end
542
+
543
+ class Application
544
+ # @private
545
+ class Representation < Google::Apis::Core::JsonRepresentation
546
+ property :achievement_count, as: 'achievement_count'
547
+ collection :assets, as: 'assets', class: Google::Apis::GamesV1::ImageAsset, decorator: Google::Apis::GamesV1::ImageAsset::Representation
548
+
549
+ property :author, as: 'author'
550
+ property :category, as: 'category', class: Google::Apis::GamesV1::ApplicationCategory, decorator: Google::Apis::GamesV1::ApplicationCategory::Representation
551
+
552
+ property :description, as: 'description'
553
+ collection :enabled_features, as: 'enabledFeatures'
554
+ property :id, as: 'id'
555
+ collection :instances, as: 'instances', class: Google::Apis::GamesV1::Instance, decorator: Google::Apis::GamesV1::Instance::Representation
556
+
557
+ property :kind, as: 'kind'
558
+ property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
559
+ property :leaderboard_count, as: 'leaderboard_count'
560
+ property :name, as: 'name'
561
+ property :theme_color, as: 'themeColor'
562
+ end
563
+ end
564
+
565
+ class ApplicationCategory
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ property :kind, as: 'kind'
569
+ property :primary, as: 'primary'
570
+ property :secondary, as: 'secondary'
571
+ end
572
+ end
573
+
574
+ class Category
575
+ # @private
576
+ class Representation < Google::Apis::Core::JsonRepresentation
577
+ property :category, as: 'category'
578
+ property :experience_points, as: 'experiencePoints'
579
+ property :kind, as: 'kind'
580
+ end
581
+ end
582
+
583
+ class ListCategoryResponse
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ collection :items, as: 'items', class: Google::Apis::GamesV1::Category, decorator: Google::Apis::GamesV1::Category::Representation
587
+
588
+ property :kind, as: 'kind'
589
+ property :next_page_token, as: 'nextPageToken'
590
+ end
591
+ end
592
+
593
+ class EventBatchRecordFailure
594
+ # @private
595
+ class Representation < Google::Apis::Core::JsonRepresentation
596
+ property :failure_cause, as: 'failureCause'
597
+ property :kind, as: 'kind'
598
+ property :range, as: 'range', class: Google::Apis::GamesV1::EventPeriodRange, decorator: Google::Apis::GamesV1::EventPeriodRange::Representation
599
+
600
+ end
601
+ end
602
+
603
+ class EventChild
604
+ # @private
605
+ class Representation < Google::Apis::Core::JsonRepresentation
606
+ property :child_id, as: 'childId'
607
+ property :kind, as: 'kind'
608
+ end
609
+ end
610
+
611
+ class EventDefinition
612
+ # @private
613
+ class Representation < Google::Apis::Core::JsonRepresentation
614
+ collection :child_events, as: 'childEvents', class: Google::Apis::GamesV1::EventChild, decorator: Google::Apis::GamesV1::EventChild::Representation
615
+
616
+ property :description, as: 'description'
617
+ property :display_name, as: 'displayName'
618
+ property :id, as: 'id'
619
+ property :image_url, as: 'imageUrl'
620
+ property :is_default_image_url, as: 'isDefaultImageUrl'
621
+ property :kind, as: 'kind'
622
+ property :visibility, as: 'visibility'
623
+ end
624
+ end
625
+
626
+ class ListEventDefinitionResponse
627
+ # @private
628
+ class Representation < Google::Apis::Core::JsonRepresentation
629
+ collection :items, as: 'items', class: Google::Apis::GamesV1::EventDefinition, decorator: Google::Apis::GamesV1::EventDefinition::Representation
630
+
631
+ property :kind, as: 'kind'
632
+ property :next_page_token, as: 'nextPageToken'
633
+ end
634
+ end
635
+
636
+ class EventPeriodRange
637
+ # @private
638
+ class Representation < Google::Apis::Core::JsonRepresentation
639
+ property :kind, as: 'kind'
640
+ property :period_end_millis, as: 'periodEndMillis'
641
+ property :period_start_millis, as: 'periodStartMillis'
642
+ end
643
+ end
644
+
645
+ class EventPeriodUpdate
646
+ # @private
647
+ class Representation < Google::Apis::Core::JsonRepresentation
648
+ property :kind, as: 'kind'
649
+ property :time_period, as: 'timePeriod', class: Google::Apis::GamesV1::EventPeriodRange, decorator: Google::Apis::GamesV1::EventPeriodRange::Representation
650
+
651
+ collection :updates, as: 'updates', class: Google::Apis::GamesV1::UpdateEventRequest, decorator: Google::Apis::GamesV1::UpdateEventRequest::Representation
652
+
653
+ end
654
+ end
655
+
656
+ class EventRecordFailure
657
+ # @private
658
+ class Representation < Google::Apis::Core::JsonRepresentation
659
+ property :event_id, as: 'eventId'
660
+ property :failure_cause, as: 'failureCause'
661
+ property :kind, as: 'kind'
662
+ end
663
+ end
664
+
665
+ class EventRecordRequest
666
+ # @private
667
+ class Representation < Google::Apis::Core::JsonRepresentation
668
+ property :current_time_millis, as: 'currentTimeMillis'
669
+ property :kind, as: 'kind'
670
+ property :request_id, as: 'requestId'
671
+ collection :time_periods, as: 'timePeriods', class: Google::Apis::GamesV1::EventPeriodUpdate, decorator: Google::Apis::GamesV1::EventPeriodUpdate::Representation
672
+
673
+ end
674
+ end
675
+
676
+ class UpdateEventRequest
677
+ # @private
678
+ class Representation < Google::Apis::Core::JsonRepresentation
679
+ property :definition_id, as: 'definitionId'
680
+ property :kind, as: 'kind'
681
+ property :update_count, as: 'updateCount'
682
+ end
683
+ end
684
+
685
+ class UpdateEventResponse
686
+ # @private
687
+ class Representation < Google::Apis::Core::JsonRepresentation
688
+ collection :batch_failures, as: 'batchFailures', class: Google::Apis::GamesV1::EventBatchRecordFailure, decorator: Google::Apis::GamesV1::EventBatchRecordFailure::Representation
689
+
690
+ collection :event_failures, as: 'eventFailures', class: Google::Apis::GamesV1::EventRecordFailure, decorator: Google::Apis::GamesV1::EventRecordFailure::Representation
691
+
692
+ property :kind, as: 'kind'
693
+ collection :player_events, as: 'playerEvents', class: Google::Apis::GamesV1::PlayerEvent, decorator: Google::Apis::GamesV1::PlayerEvent::Representation
694
+
695
+ end
696
+ end
697
+
698
+ class GamesAchievementIncrement
699
+ # @private
700
+ class Representation < Google::Apis::Core::JsonRepresentation
701
+ property :kind, as: 'kind'
702
+ property :request_id, as: 'requestId'
703
+ property :steps, as: 'steps'
704
+ end
705
+ end
706
+
707
+ class GamesAchievementSetStepsAtLeast
708
+ # @private
709
+ class Representation < Google::Apis::Core::JsonRepresentation
710
+ property :kind, as: 'kind'
711
+ property :steps, as: 'steps'
712
+ end
713
+ end
714
+
715
+ class ImageAsset
716
+ # @private
717
+ class Representation < Google::Apis::Core::JsonRepresentation
718
+ property :height, as: 'height'
719
+ property :kind, as: 'kind'
720
+ property :name, as: 'name'
721
+ property :url, as: 'url'
722
+ property :width, as: 'width'
723
+ end
724
+ end
725
+
726
+ class Instance
727
+ # @private
728
+ class Representation < Google::Apis::Core::JsonRepresentation
729
+ property :acquisition_uri, as: 'acquisitionUri'
730
+ property :android_instance, as: 'androidInstance', class: Google::Apis::GamesV1::InstanceAndroidDetails, decorator: Google::Apis::GamesV1::InstanceAndroidDetails::Representation
731
+
732
+ property :ios_instance, as: 'iosInstance', class: Google::Apis::GamesV1::InstanceIosDetails, decorator: Google::Apis::GamesV1::InstanceIosDetails::Representation
733
+
734
+ property :kind, as: 'kind'
735
+ property :name, as: 'name'
736
+ property :platform_type, as: 'platformType'
737
+ property :realtime_play, as: 'realtimePlay'
738
+ property :turn_based_play, as: 'turnBasedPlay'
739
+ property :web_instance, as: 'webInstance', class: Google::Apis::GamesV1::InstanceWebDetails, decorator: Google::Apis::GamesV1::InstanceWebDetails::Representation
740
+
741
+ end
742
+ end
743
+
744
+ class InstanceAndroidDetails
745
+ # @private
746
+ class Representation < Google::Apis::Core::JsonRepresentation
747
+ property :enable_piracy_check, as: 'enablePiracyCheck'
748
+ property :kind, as: 'kind'
749
+ property :package_name, as: 'packageName'
750
+ property :preferred, as: 'preferred'
751
+ end
752
+ end
753
+
754
+ class InstanceIosDetails
755
+ # @private
756
+ class Representation < Google::Apis::Core::JsonRepresentation
757
+ property :bundle_identifier, as: 'bundleIdentifier'
758
+ property :itunes_app_id, as: 'itunesAppId'
759
+ property :kind, as: 'kind'
760
+ property :preferred_for_ipad, as: 'preferredForIpad'
761
+ property :preferred_for_iphone, as: 'preferredForIphone'
762
+ property :support_ipad, as: 'supportIpad'
763
+ property :support_iphone, as: 'supportIphone'
764
+ end
765
+ end
766
+
767
+ class InstanceWebDetails
768
+ # @private
769
+ class Representation < Google::Apis::Core::JsonRepresentation
770
+ property :kind, as: 'kind'
771
+ property :launch_url, as: 'launchUrl'
772
+ property :preferred, as: 'preferred'
773
+ end
774
+ end
775
+
776
+ class Leaderboard
777
+ # @private
778
+ class Representation < Google::Apis::Core::JsonRepresentation
779
+ property :icon_url, as: 'iconUrl'
780
+ property :id, as: 'id'
781
+ property :is_icon_url_default, as: 'isIconUrlDefault'
782
+ property :kind, as: 'kind'
783
+ property :name, as: 'name'
784
+ property :order, as: 'order'
785
+ end
786
+ end
787
+
788
+ class LeaderboardEntry
789
+ # @private
790
+ class Representation < Google::Apis::Core::JsonRepresentation
791
+ property :formatted_score, as: 'formattedScore'
792
+ property :formatted_score_rank, as: 'formattedScoreRank'
793
+ property :kind, as: 'kind'
794
+ property :player, as: 'player', class: Google::Apis::GamesV1::Player, decorator: Google::Apis::GamesV1::Player::Representation
795
+
796
+ property :score_rank, as: 'scoreRank'
797
+ property :score_tag, as: 'scoreTag'
798
+ property :score_value, as: 'scoreValue'
799
+ property :time_span, as: 'timeSpan'
800
+ property :write_timestamp_millis, as: 'writeTimestampMillis'
801
+ end
802
+ end
803
+
804
+ class ListLeaderboardResponse
805
+ # @private
806
+ class Representation < Google::Apis::Core::JsonRepresentation
807
+ collection :items, as: 'items', class: Google::Apis::GamesV1::Leaderboard, decorator: Google::Apis::GamesV1::Leaderboard::Representation
808
+
809
+ property :kind, as: 'kind'
810
+ property :next_page_token, as: 'nextPageToken'
811
+ end
812
+ end
813
+
814
+ class LeaderboardScoreRank
815
+ # @private
816
+ class Representation < Google::Apis::Core::JsonRepresentation
817
+ property :formatted_num_scores, as: 'formattedNumScores'
818
+ property :formatted_rank, as: 'formattedRank'
819
+ property :kind, as: 'kind'
820
+ property :num_scores, as: 'numScores'
821
+ property :rank, as: 'rank'
822
+ end
823
+ end
824
+
825
+ class LeaderboardScores
826
+ # @private
827
+ class Representation < Google::Apis::Core::JsonRepresentation
828
+ collection :items, as: 'items', class: Google::Apis::GamesV1::LeaderboardEntry, decorator: Google::Apis::GamesV1::LeaderboardEntry::Representation
829
+
830
+ property :kind, as: 'kind'
831
+ property :next_page_token, as: 'nextPageToken'
832
+ property :num_scores, as: 'numScores'
833
+ property :player_score, as: 'playerScore', class: Google::Apis::GamesV1::LeaderboardEntry, decorator: Google::Apis::GamesV1::LeaderboardEntry::Representation
834
+
835
+ property :prev_page_token, as: 'prevPageToken'
836
+ end
837
+ end
838
+
839
+ class MetagameConfig
840
+ # @private
841
+ class Representation < Google::Apis::Core::JsonRepresentation
842
+ property :current_version, as: 'currentVersion'
843
+ property :kind, as: 'kind'
844
+ collection :player_levels, as: 'playerLevels', class: Google::Apis::GamesV1::PlayerLevel, decorator: Google::Apis::GamesV1::PlayerLevel::Representation
845
+
846
+ end
847
+ end
848
+
849
+ class NetworkDiagnostics
850
+ # @private
851
+ class Representation < Google::Apis::Core::JsonRepresentation
852
+ property :android_network_subtype, as: 'androidNetworkSubtype'
853
+ property :android_network_type, as: 'androidNetworkType'
854
+ property :ios_network_type, as: 'iosNetworkType'
855
+ property :kind, as: 'kind'
856
+ property :network_operator_code, as: 'networkOperatorCode'
857
+ property :network_operator_name, as: 'networkOperatorName'
858
+ property :registration_latency_millis, as: 'registrationLatencyMillis'
859
+ end
860
+ end
861
+
862
+ class ParticipantResult
863
+ # @private
864
+ class Representation < Google::Apis::Core::JsonRepresentation
865
+ property :kind, as: 'kind'
866
+ property :participant_id, as: 'participantId'
867
+ property :placing, as: 'placing'
868
+ property :result, as: 'result'
869
+ end
870
+ end
871
+
872
+ class PeerChannelDiagnostics
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ property :bytes_received, as: 'bytesReceived', class: Google::Apis::GamesV1::AggregateStats, decorator: Google::Apis::GamesV1::AggregateStats::Representation
876
+
877
+ property :bytes_sent, as: 'bytesSent', class: Google::Apis::GamesV1::AggregateStats, decorator: Google::Apis::GamesV1::AggregateStats::Representation
878
+
879
+ property :kind, as: 'kind'
880
+ property :num_messages_lost, as: 'numMessagesLost'
881
+ property :num_messages_received, as: 'numMessagesReceived'
882
+ property :num_messages_sent, as: 'numMessagesSent'
883
+ property :num_send_failures, as: 'numSendFailures'
884
+ property :roundtrip_latency_millis, as: 'roundtripLatencyMillis', class: Google::Apis::GamesV1::AggregateStats, decorator: Google::Apis::GamesV1::AggregateStats::Representation
885
+
886
+ end
887
+ end
888
+
889
+ class PeerSessionDiagnostics
890
+ # @private
891
+ class Representation < Google::Apis::Core::JsonRepresentation
892
+ property :connected_timestamp_millis, as: 'connectedTimestampMillis'
893
+ property :kind, as: 'kind'
894
+ property :participant_id, as: 'participantId'
895
+ property :reliable_channel, as: 'reliableChannel', class: Google::Apis::GamesV1::PeerChannelDiagnostics, decorator: Google::Apis::GamesV1::PeerChannelDiagnostics::Representation
896
+
897
+ property :unreliable_channel, as: 'unreliableChannel', class: Google::Apis::GamesV1::PeerChannelDiagnostics, decorator: Google::Apis::GamesV1::PeerChannelDiagnostics::Representation
898
+
899
+ end
900
+ end
901
+
902
+ class Played
903
+ # @private
904
+ class Representation < Google::Apis::Core::JsonRepresentation
905
+ property :auto_matched, as: 'autoMatched'
906
+ property :kind, as: 'kind'
907
+ property :time_millis, as: 'timeMillis'
908
+ end
909
+ end
910
+
911
+ class Player
912
+ # @private
913
+ class Representation < Google::Apis::Core::JsonRepresentation
914
+ property :avatar_image_url, as: 'avatarImageUrl'
915
+ property :display_name, as: 'displayName'
916
+ property :experience_info, as: 'experienceInfo', class: Google::Apis::GamesV1::PlayerExperienceInfo, decorator: Google::Apis::GamesV1::PlayerExperienceInfo::Representation
917
+
918
+ property :kind, as: 'kind'
919
+ property :last_played_with, as: 'lastPlayedWith', class: Google::Apis::GamesV1::Played, decorator: Google::Apis::GamesV1::Played::Representation
920
+
921
+ property :name, as: 'name', class: Google::Apis::GamesV1::Player::Name, decorator: Google::Apis::GamesV1::Player::Name::Representation
922
+
923
+ property :player_id, as: 'playerId'
924
+ property :title, as: 'title'
925
+ end
926
+
927
+ class Name
928
+ # @private
929
+ class Representation < Google::Apis::Core::JsonRepresentation
930
+ property :family_name, as: 'familyName'
931
+ property :given_name, as: 'givenName'
932
+ end
933
+ end
934
+ end
935
+
936
+ class PlayerAchievement
937
+ # @private
938
+ class Representation < Google::Apis::Core::JsonRepresentation
939
+ property :achievement_state, as: 'achievementState'
940
+ property :current_steps, as: 'currentSteps'
941
+ property :experience_points, as: 'experiencePoints'
942
+ property :formatted_current_steps_string, as: 'formattedCurrentStepsString'
943
+ property :id, as: 'id'
944
+ property :kind, as: 'kind'
945
+ property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
946
+ end
947
+ end
948
+
949
+ class ListPlayerAchievementResponse
950
+ # @private
951
+ class Representation < Google::Apis::Core::JsonRepresentation
952
+ collection :items, as: 'items', class: Google::Apis::GamesV1::PlayerAchievement, decorator: Google::Apis::GamesV1::PlayerAchievement::Representation
953
+
954
+ property :kind, as: 'kind'
955
+ property :next_page_token, as: 'nextPageToken'
956
+ end
957
+ end
958
+
959
+ class PlayerEvent
960
+ # @private
961
+ class Representation < Google::Apis::Core::JsonRepresentation
962
+ property :definition_id, as: 'definitionId'
963
+ property :formatted_num_events, as: 'formattedNumEvents'
964
+ property :kind, as: 'kind'
965
+ property :num_events, as: 'numEvents'
966
+ property :player_id, as: 'playerId'
967
+ end
968
+ end
969
+
970
+ class ListPlayerEventResponse
971
+ # @private
972
+ class Representation < Google::Apis::Core::JsonRepresentation
973
+ collection :items, as: 'items', class: Google::Apis::GamesV1::PlayerEvent, decorator: Google::Apis::GamesV1::PlayerEvent::Representation
974
+
975
+ property :kind, as: 'kind'
976
+ property :next_page_token, as: 'nextPageToken'
977
+ end
978
+ end
979
+
980
+ class PlayerExperienceInfo
981
+ # @private
982
+ class Representation < Google::Apis::Core::JsonRepresentation
983
+ property :current_experience_points, as: 'currentExperiencePoints'
984
+ property :current_level, as: 'currentLevel', class: Google::Apis::GamesV1::PlayerLevel, decorator: Google::Apis::GamesV1::PlayerLevel::Representation
985
+
986
+ property :kind, as: 'kind'
987
+ property :last_level_up_timestamp_millis, as: 'lastLevelUpTimestampMillis'
988
+ property :next_level, as: 'nextLevel', class: Google::Apis::GamesV1::PlayerLevel, decorator: Google::Apis::GamesV1::PlayerLevel::Representation
989
+
990
+ end
991
+ end
992
+
993
+ class PlayerLeaderboardScore
994
+ # @private
995
+ class Representation < Google::Apis::Core::JsonRepresentation
996
+ property :kind, as: 'kind'
997
+ property :leaderboard_id, as: 'leaderboard_id'
998
+ property :public_rank, as: 'publicRank', class: Google::Apis::GamesV1::LeaderboardScoreRank, decorator: Google::Apis::GamesV1::LeaderboardScoreRank::Representation
999
+
1000
+ property :score_string, as: 'scoreString'
1001
+ property :score_tag, as: 'scoreTag'
1002
+ property :score_value, as: 'scoreValue'
1003
+ property :social_rank, as: 'socialRank', class: Google::Apis::GamesV1::LeaderboardScoreRank, decorator: Google::Apis::GamesV1::LeaderboardScoreRank::Representation
1004
+
1005
+ property :time_span, as: 'timeSpan'
1006
+ property :write_timestamp, as: 'writeTimestamp'
1007
+ end
1008
+ end
1009
+
1010
+ class ListPlayerLeaderboardScoreResponse
1011
+ # @private
1012
+ class Representation < Google::Apis::Core::JsonRepresentation
1013
+ collection :items, as: 'items', class: Google::Apis::GamesV1::PlayerLeaderboardScore, decorator: Google::Apis::GamesV1::PlayerLeaderboardScore::Representation
1014
+
1015
+ property :kind, as: 'kind'
1016
+ property :next_page_token, as: 'nextPageToken'
1017
+ property :player, as: 'player', class: Google::Apis::GamesV1::Player, decorator: Google::Apis::GamesV1::Player::Representation
1018
+
1019
+ end
1020
+ end
1021
+
1022
+ class PlayerLevel
1023
+ # @private
1024
+ class Representation < Google::Apis::Core::JsonRepresentation
1025
+ property :kind, as: 'kind'
1026
+ property :level, as: 'level'
1027
+ property :max_experience_points, as: 'maxExperiencePoints'
1028
+ property :min_experience_points, as: 'minExperiencePoints'
1029
+ end
1030
+ end
1031
+
1032
+ class ListPlayerResponse
1033
+ # @private
1034
+ class Representation < Google::Apis::Core::JsonRepresentation
1035
+ collection :items, as: 'items', class: Google::Apis::GamesV1::Player, decorator: Google::Apis::GamesV1::Player::Representation
1036
+
1037
+ property :kind, as: 'kind'
1038
+ property :next_page_token, as: 'nextPageToken'
1039
+ end
1040
+ end
1041
+
1042
+ class PlayerScore
1043
+ # @private
1044
+ class Representation < Google::Apis::Core::JsonRepresentation
1045
+ property :formatted_score, as: 'formattedScore'
1046
+ property :kind, as: 'kind'
1047
+ property :score, as: 'score'
1048
+ property :score_tag, as: 'scoreTag'
1049
+ property :time_span, as: 'timeSpan'
1050
+ end
1051
+ end
1052
+
1053
+ class ListPlayerScoreResponse
1054
+ # @private
1055
+ class Representation < Google::Apis::Core::JsonRepresentation
1056
+ property :kind, as: 'kind'
1057
+ collection :submitted_scores, as: 'submittedScores', class: Google::Apis::GamesV1::PlayerScoreResponse, decorator: Google::Apis::GamesV1::PlayerScoreResponse::Representation
1058
+
1059
+ end
1060
+ end
1061
+
1062
+ class PlayerScoreResponse
1063
+ # @private
1064
+ class Representation < Google::Apis::Core::JsonRepresentation
1065
+ collection :beaten_score_time_spans, as: 'beatenScoreTimeSpans'
1066
+ property :formatted_score, as: 'formattedScore'
1067
+ property :kind, as: 'kind'
1068
+ property :leaderboard_id, as: 'leaderboardId'
1069
+ property :score_tag, as: 'scoreTag'
1070
+ collection :unbeaten_scores, as: 'unbeatenScores', class: Google::Apis::GamesV1::PlayerScore, decorator: Google::Apis::GamesV1::PlayerScore::Representation
1071
+
1072
+ end
1073
+ end
1074
+
1075
+ class PlayerScoreSubmissionList
1076
+ # @private
1077
+ class Representation < Google::Apis::Core::JsonRepresentation
1078
+ property :kind, as: 'kind'
1079
+ collection :scores, as: 'scores', class: Google::Apis::GamesV1::ScoreSubmission, decorator: Google::Apis::GamesV1::ScoreSubmission::Representation
1080
+
1081
+ end
1082
+ end
1083
+
1084
+ class PushToken
1085
+ # @private
1086
+ class Representation < Google::Apis::Core::JsonRepresentation
1087
+ property :client_revision, as: 'clientRevision'
1088
+ property :id, as: 'id', class: Google::Apis::GamesV1::PushTokenId, decorator: Google::Apis::GamesV1::PushTokenId::Representation
1089
+
1090
+ property :kind, as: 'kind'
1091
+ property :language, as: 'language'
1092
+ end
1093
+ end
1094
+
1095
+ class PushTokenId
1096
+ # @private
1097
+ class Representation < Google::Apis::Core::JsonRepresentation
1098
+ property :ios, as: 'ios', class: Google::Apis::GamesV1::PushTokenId::Ios, decorator: Google::Apis::GamesV1::PushTokenId::Ios::Representation
1099
+
1100
+ property :kind, as: 'kind'
1101
+ end
1102
+
1103
+ class Ios
1104
+ # @private
1105
+ class Representation < Google::Apis::Core::JsonRepresentation
1106
+ property :apns_device_token, :base64 => true, as: 'apns_device_token'
1107
+ property :apns_environment, as: 'apns_environment'
1108
+ end
1109
+ end
1110
+ end
1111
+
1112
+ class Quest
1113
+ # @private
1114
+ class Representation < Google::Apis::Core::JsonRepresentation
1115
+ property :accepted_timestamp_millis, as: 'acceptedTimestampMillis'
1116
+ property :application_id, as: 'applicationId'
1117
+ property :banner_url, as: 'bannerUrl'
1118
+ property :description, as: 'description'
1119
+ property :end_timestamp_millis, as: 'endTimestampMillis'
1120
+ property :icon_url, as: 'iconUrl'
1121
+ property :id, as: 'id'
1122
+ property :is_default_banner_url, as: 'isDefaultBannerUrl'
1123
+ property :is_default_icon_url, as: 'isDefaultIconUrl'
1124
+ property :kind, as: 'kind'
1125
+ property :last_updated_timestamp_millis, as: 'lastUpdatedTimestampMillis'
1126
+ collection :milestones, as: 'milestones', class: Google::Apis::GamesV1::QuestMilestone, decorator: Google::Apis::GamesV1::QuestMilestone::Representation
1127
+
1128
+ property :name, as: 'name'
1129
+ property :notify_timestamp_millis, as: 'notifyTimestampMillis'
1130
+ property :start_timestamp_millis, as: 'startTimestampMillis'
1131
+ property :state, as: 'state'
1132
+ end
1133
+ end
1134
+
1135
+ class QuestContribution
1136
+ # @private
1137
+ class Representation < Google::Apis::Core::JsonRepresentation
1138
+ property :formatted_value, as: 'formattedValue'
1139
+ property :kind, as: 'kind'
1140
+ property :value, as: 'value'
1141
+ end
1142
+ end
1143
+
1144
+ class QuestCriterion
1145
+ # @private
1146
+ class Representation < Google::Apis::Core::JsonRepresentation
1147
+ property :completion_contribution, as: 'completionContribution', class: Google::Apis::GamesV1::QuestContribution, decorator: Google::Apis::GamesV1::QuestContribution::Representation
1148
+
1149
+ property :current_contribution, as: 'currentContribution', class: Google::Apis::GamesV1::QuestContribution, decorator: Google::Apis::GamesV1::QuestContribution::Representation
1150
+
1151
+ property :event_id, as: 'eventId'
1152
+ property :initial_player_progress, as: 'initialPlayerProgress', class: Google::Apis::GamesV1::QuestContribution, decorator: Google::Apis::GamesV1::QuestContribution::Representation
1153
+
1154
+ property :kind, as: 'kind'
1155
+ end
1156
+ end
1157
+
1158
+ class ListQuestResponse
1159
+ # @private
1160
+ class Representation < Google::Apis::Core::JsonRepresentation
1161
+ collection :items, as: 'items', class: Google::Apis::GamesV1::Quest, decorator: Google::Apis::GamesV1::Quest::Representation
1162
+
1163
+ property :kind, as: 'kind'
1164
+ property :next_page_token, as: 'nextPageToken'
1165
+ end
1166
+ end
1167
+
1168
+ class QuestMilestone
1169
+ # @private
1170
+ class Representation < Google::Apis::Core::JsonRepresentation
1171
+ property :completion_reward_data, :base64 => true, as: 'completionRewardData'
1172
+ collection :criteria, as: 'criteria', class: Google::Apis::GamesV1::QuestCriterion, decorator: Google::Apis::GamesV1::QuestCriterion::Representation
1173
+
1174
+ property :id, as: 'id'
1175
+ property :kind, as: 'kind'
1176
+ property :state, as: 'state'
1177
+ end
1178
+ end
1179
+
1180
+ class CheckRevisionResponse
1181
+ # @private
1182
+ class Representation < Google::Apis::Core::JsonRepresentation
1183
+ property :api_version, as: 'apiVersion'
1184
+ property :kind, as: 'kind'
1185
+ property :revision_status, as: 'revisionStatus'
1186
+ end
1187
+ end
1188
+
1189
+ class Room
1190
+ # @private
1191
+ class Representation < Google::Apis::Core::JsonRepresentation
1192
+ property :application_id, as: 'applicationId'
1193
+ property :auto_matching_criteria, as: 'autoMatchingCriteria', class: Google::Apis::GamesV1::RoomAutoMatchingCriteria, decorator: Google::Apis::GamesV1::RoomAutoMatchingCriteria::Representation
1194
+
1195
+ property :auto_matching_status, as: 'autoMatchingStatus', class: Google::Apis::GamesV1::RoomAutoMatchStatus, decorator: Google::Apis::GamesV1::RoomAutoMatchStatus::Representation
1196
+
1197
+ property :creation_details, as: 'creationDetails', class: Google::Apis::GamesV1::RoomModification, decorator: Google::Apis::GamesV1::RoomModification::Representation
1198
+
1199
+ property :description, as: 'description'
1200
+ property :inviter_id, as: 'inviterId'
1201
+ property :kind, as: 'kind'
1202
+ property :last_update_details, as: 'lastUpdateDetails', class: Google::Apis::GamesV1::RoomModification, decorator: Google::Apis::GamesV1::RoomModification::Representation
1203
+
1204
+ collection :participants, as: 'participants', class: Google::Apis::GamesV1::RoomParticipant, decorator: Google::Apis::GamesV1::RoomParticipant::Representation
1205
+
1206
+ property :room_id, as: 'roomId'
1207
+ property :room_status_version, as: 'roomStatusVersion'
1208
+ property :status, as: 'status'
1209
+ property :variant, as: 'variant'
1210
+ end
1211
+ end
1212
+
1213
+ class RoomAutoMatchStatus
1214
+ # @private
1215
+ class Representation < Google::Apis::Core::JsonRepresentation
1216
+ property :kind, as: 'kind'
1217
+ property :wait_estimate_seconds, as: 'waitEstimateSeconds'
1218
+ end
1219
+ end
1220
+
1221
+ class RoomAutoMatchingCriteria
1222
+ # @private
1223
+ class Representation < Google::Apis::Core::JsonRepresentation
1224
+ property :exclusive_bitmask, as: 'exclusiveBitmask'
1225
+ property :kind, as: 'kind'
1226
+ property :max_auto_matching_players, as: 'maxAutoMatchingPlayers'
1227
+ property :min_auto_matching_players, as: 'minAutoMatchingPlayers'
1228
+ end
1229
+ end
1230
+
1231
+ class RoomClientAddress
1232
+ # @private
1233
+ class Representation < Google::Apis::Core::JsonRepresentation
1234
+ property :kind, as: 'kind'
1235
+ property :xmpp_address, as: 'xmppAddress'
1236
+ end
1237
+ end
1238
+
1239
+ class CreateRoomRequest
1240
+ # @private
1241
+ class Representation < Google::Apis::Core::JsonRepresentation
1242
+ property :auto_matching_criteria, as: 'autoMatchingCriteria', class: Google::Apis::GamesV1::RoomAutoMatchingCriteria, decorator: Google::Apis::GamesV1::RoomAutoMatchingCriteria::Representation
1243
+
1244
+ collection :capabilities, as: 'capabilities'
1245
+ property :client_address, as: 'clientAddress', class: Google::Apis::GamesV1::RoomClientAddress, decorator: Google::Apis::GamesV1::RoomClientAddress::Representation
1246
+
1247
+ collection :invited_player_ids, as: 'invitedPlayerIds'
1248
+ property :kind, as: 'kind'
1249
+ property :network_diagnostics, as: 'networkDiagnostics', class: Google::Apis::GamesV1::NetworkDiagnostics, decorator: Google::Apis::GamesV1::NetworkDiagnostics::Representation
1250
+
1251
+ property :request_id, as: 'requestId'
1252
+ property :variant, as: 'variant'
1253
+ end
1254
+ end
1255
+
1256
+ class JoinRoomRequest
1257
+ # @private
1258
+ class Representation < Google::Apis::Core::JsonRepresentation
1259
+ collection :capabilities, as: 'capabilities'
1260
+ property :client_address, as: 'clientAddress', class: Google::Apis::GamesV1::RoomClientAddress, decorator: Google::Apis::GamesV1::RoomClientAddress::Representation
1261
+
1262
+ property :kind, as: 'kind'
1263
+ property :network_diagnostics, as: 'networkDiagnostics', class: Google::Apis::GamesV1::NetworkDiagnostics, decorator: Google::Apis::GamesV1::NetworkDiagnostics::Representation
1264
+
1265
+ end
1266
+ end
1267
+
1268
+ class RoomLeaveDiagnostics
1269
+ # @private
1270
+ class Representation < Google::Apis::Core::JsonRepresentation
1271
+ property :android_network_subtype, as: 'androidNetworkSubtype'
1272
+ property :android_network_type, as: 'androidNetworkType'
1273
+ property :ios_network_type, as: 'iosNetworkType'
1274
+ property :kind, as: 'kind'
1275
+ property :network_operator_code, as: 'networkOperatorCode'
1276
+ property :network_operator_name, as: 'networkOperatorName'
1277
+ collection :peer_session, as: 'peerSession', class: Google::Apis::GamesV1::PeerSessionDiagnostics, decorator: Google::Apis::GamesV1::PeerSessionDiagnostics::Representation
1278
+
1279
+ property :sockets_used, as: 'socketsUsed'
1280
+ end
1281
+ end
1282
+
1283
+ class LeaveRoomRequest
1284
+ # @private
1285
+ class Representation < Google::Apis::Core::JsonRepresentation
1286
+ property :kind, as: 'kind'
1287
+ property :leave_diagnostics, as: 'leaveDiagnostics', class: Google::Apis::GamesV1::RoomLeaveDiagnostics, decorator: Google::Apis::GamesV1::RoomLeaveDiagnostics::Representation
1288
+
1289
+ property :reason, as: 'reason'
1290
+ end
1291
+ end
1292
+
1293
+ class RoomList
1294
+ # @private
1295
+ class Representation < Google::Apis::Core::JsonRepresentation
1296
+ collection :items, as: 'items', class: Google::Apis::GamesV1::Room, decorator: Google::Apis::GamesV1::Room::Representation
1297
+
1298
+ property :kind, as: 'kind'
1299
+ property :next_page_token, as: 'nextPageToken'
1300
+ end
1301
+ end
1302
+
1303
+ class RoomModification
1304
+ # @private
1305
+ class Representation < Google::Apis::Core::JsonRepresentation
1306
+ property :kind, as: 'kind'
1307
+ property :modified_timestamp_millis, as: 'modifiedTimestampMillis'
1308
+ property :participant_id, as: 'participantId'
1309
+ end
1310
+ end
1311
+
1312
+ class RoomP2PStatus
1313
+ # @private
1314
+ class Representation < Google::Apis::Core::JsonRepresentation
1315
+ property :connection_setup_latency_millis, as: 'connectionSetupLatencyMillis'
1316
+ property :error, as: 'error'
1317
+ property :error_reason, as: 'error_reason'
1318
+ property :kind, as: 'kind'
1319
+ property :participant_id, as: 'participantId'
1320
+ property :status, as: 'status'
1321
+ property :unreliable_roundtrip_latency_millis, as: 'unreliableRoundtripLatencyMillis'
1322
+ end
1323
+ end
1324
+
1325
+ class RoomP2PStatuses
1326
+ # @private
1327
+ class Representation < Google::Apis::Core::JsonRepresentation
1328
+ property :kind, as: 'kind'
1329
+ collection :updates, as: 'updates', class: Google::Apis::GamesV1::RoomP2PStatus, decorator: Google::Apis::GamesV1::RoomP2PStatus::Representation
1330
+
1331
+ end
1332
+ end
1333
+
1334
+ class RoomParticipant
1335
+ # @private
1336
+ class Representation < Google::Apis::Core::JsonRepresentation
1337
+ property :auto_matched, as: 'autoMatched'
1338
+ property :auto_matched_player, as: 'autoMatchedPlayer', class: Google::Apis::GamesV1::AnonymousPlayer, decorator: Google::Apis::GamesV1::AnonymousPlayer::Representation
1339
+
1340
+ collection :capabilities, as: 'capabilities'
1341
+ property :client_address, as: 'clientAddress', class: Google::Apis::GamesV1::RoomClientAddress, decorator: Google::Apis::GamesV1::RoomClientAddress::Representation
1342
+
1343
+ property :connected, as: 'connected'
1344
+ property :id, as: 'id'
1345
+ property :kind, as: 'kind'
1346
+ property :leave_reason, as: 'leaveReason'
1347
+ property :player, as: 'player', class: Google::Apis::GamesV1::Player, decorator: Google::Apis::GamesV1::Player::Representation
1348
+
1349
+ property :status, as: 'status'
1350
+ end
1351
+ end
1352
+
1353
+ class RoomStatus
1354
+ # @private
1355
+ class Representation < Google::Apis::Core::JsonRepresentation
1356
+ property :auto_matching_status, as: 'autoMatchingStatus', class: Google::Apis::GamesV1::RoomAutoMatchStatus, decorator: Google::Apis::GamesV1::RoomAutoMatchStatus::Representation
1357
+
1358
+ property :kind, as: 'kind'
1359
+ collection :participants, as: 'participants', class: Google::Apis::GamesV1::RoomParticipant, decorator: Google::Apis::GamesV1::RoomParticipant::Representation
1360
+
1361
+ property :room_id, as: 'roomId'
1362
+ property :status, as: 'status'
1363
+ property :status_version, as: 'statusVersion'
1364
+ end
1365
+ end
1366
+
1367
+ class ScoreSubmission
1368
+ # @private
1369
+ class Representation < Google::Apis::Core::JsonRepresentation
1370
+ property :kind, as: 'kind'
1371
+ property :leaderboard_id, as: 'leaderboardId'
1372
+ property :score, as: 'score'
1373
+ property :score_tag, as: 'scoreTag'
1374
+ property :signature, as: 'signature'
1375
+ end
1376
+ end
1377
+
1378
+ class Snapshot
1379
+ # @private
1380
+ class Representation < Google::Apis::Core::JsonRepresentation
1381
+ property :cover_image, as: 'coverImage', class: Google::Apis::GamesV1::SnapshotImage, decorator: Google::Apis::GamesV1::SnapshotImage::Representation
1382
+
1383
+ property :description, as: 'description'
1384
+ property :drive_id, as: 'driveId'
1385
+ property :duration_millis, as: 'durationMillis'
1386
+ property :id, as: 'id'
1387
+ property :kind, as: 'kind'
1388
+ property :last_modified_millis, as: 'lastModifiedMillis'
1389
+ property :progress_value, as: 'progressValue'
1390
+ property :title, as: 'title'
1391
+ property :type, as: 'type'
1392
+ property :unique_name, as: 'uniqueName'
1393
+ end
1394
+ end
1395
+
1396
+ class SnapshotImage
1397
+ # @private
1398
+ class Representation < Google::Apis::Core::JsonRepresentation
1399
+ property :height, as: 'height'
1400
+ property :kind, as: 'kind'
1401
+ property :mime_type, as: 'mime_type'
1402
+ property :url, as: 'url'
1403
+ property :width, as: 'width'
1404
+ end
1405
+ end
1406
+
1407
+ class ListSnapshotResponse
1408
+ # @private
1409
+ class Representation < Google::Apis::Core::JsonRepresentation
1410
+ collection :items, as: 'items', class: Google::Apis::GamesV1::Snapshot, decorator: Google::Apis::GamesV1::Snapshot::Representation
1411
+
1412
+ property :kind, as: 'kind'
1413
+ property :next_page_token, as: 'nextPageToken'
1414
+ end
1415
+ end
1416
+
1417
+ class TurnBasedAutoMatchingCriteria
1418
+ # @private
1419
+ class Representation < Google::Apis::Core::JsonRepresentation
1420
+ property :exclusive_bitmask, as: 'exclusiveBitmask'
1421
+ property :kind, as: 'kind'
1422
+ property :max_auto_matching_players, as: 'maxAutoMatchingPlayers'
1423
+ property :min_auto_matching_players, as: 'minAutoMatchingPlayers'
1424
+ end
1425
+ end
1426
+
1427
+ class TurnBasedMatch
1428
+ # @private
1429
+ class Representation < Google::Apis::Core::JsonRepresentation
1430
+ property :application_id, as: 'applicationId'
1431
+ property :auto_matching_criteria, as: 'autoMatchingCriteria', class: Google::Apis::GamesV1::TurnBasedAutoMatchingCriteria, decorator: Google::Apis::GamesV1::TurnBasedAutoMatchingCriteria::Representation
1432
+
1433
+ property :creation_details, as: 'creationDetails', class: Google::Apis::GamesV1::TurnBasedMatchModification, decorator: Google::Apis::GamesV1::TurnBasedMatchModification::Representation
1434
+
1435
+ property :data, as: 'data', class: Google::Apis::GamesV1::TurnBasedMatchData, decorator: Google::Apis::GamesV1::TurnBasedMatchData::Representation
1436
+
1437
+ property :description, as: 'description'
1438
+ property :inviter_id, as: 'inviterId'
1439
+ property :kind, as: 'kind'
1440
+ property :last_update_details, as: 'lastUpdateDetails', class: Google::Apis::GamesV1::TurnBasedMatchModification, decorator: Google::Apis::GamesV1::TurnBasedMatchModification::Representation
1441
+
1442
+ property :match_id, as: 'matchId'
1443
+ property :match_number, as: 'matchNumber'
1444
+ property :match_version, as: 'matchVersion'
1445
+ collection :participants, as: 'participants', class: Google::Apis::GamesV1::TurnBasedMatchParticipant, decorator: Google::Apis::GamesV1::TurnBasedMatchParticipant::Representation
1446
+
1447
+ property :pending_participant_id, as: 'pendingParticipantId'
1448
+ property :previous_match_data, as: 'previousMatchData', class: Google::Apis::GamesV1::TurnBasedMatchData, decorator: Google::Apis::GamesV1::TurnBasedMatchData::Representation
1449
+
1450
+ property :rematch_id, as: 'rematchId'
1451
+ collection :results, as: 'results', class: Google::Apis::GamesV1::ParticipantResult, decorator: Google::Apis::GamesV1::ParticipantResult::Representation
1452
+
1453
+ property :status, as: 'status'
1454
+ property :user_match_status, as: 'userMatchStatus'
1455
+ property :variant, as: 'variant'
1456
+ property :with_participant_id, as: 'withParticipantId'
1457
+ end
1458
+ end
1459
+
1460
+ class CreateTurnBasedMatchRequest
1461
+ # @private
1462
+ class Representation < Google::Apis::Core::JsonRepresentation
1463
+ property :auto_matching_criteria, as: 'autoMatchingCriteria', class: Google::Apis::GamesV1::TurnBasedAutoMatchingCriteria, decorator: Google::Apis::GamesV1::TurnBasedAutoMatchingCriteria::Representation
1464
+
1465
+ collection :invited_player_ids, as: 'invitedPlayerIds'
1466
+ property :kind, as: 'kind'
1467
+ property :request_id, as: 'requestId'
1468
+ property :variant, as: 'variant'
1469
+ end
1470
+ end
1471
+
1472
+ class TurnBasedMatchData
1473
+ # @private
1474
+ class Representation < Google::Apis::Core::JsonRepresentation
1475
+ property :data, :base64 => true, as: 'data'
1476
+ property :data_available, as: 'dataAvailable'
1477
+ property :kind, as: 'kind'
1478
+ end
1479
+ end
1480
+
1481
+ class TurnBasedMatchDataRequest
1482
+ # @private
1483
+ class Representation < Google::Apis::Core::JsonRepresentation
1484
+ property :data, :base64 => true, as: 'data'
1485
+ property :kind, as: 'kind'
1486
+ end
1487
+ end
1488
+
1489
+ class TurnBasedMatchList
1490
+ # @private
1491
+ class Representation < Google::Apis::Core::JsonRepresentation
1492
+ collection :items, as: 'items', class: Google::Apis::GamesV1::TurnBasedMatch, decorator: Google::Apis::GamesV1::TurnBasedMatch::Representation
1493
+
1494
+ property :kind, as: 'kind'
1495
+ property :next_page_token, as: 'nextPageToken'
1496
+ end
1497
+ end
1498
+
1499
+ class TurnBasedMatchModification
1500
+ # @private
1501
+ class Representation < Google::Apis::Core::JsonRepresentation
1502
+ property :kind, as: 'kind'
1503
+ property :modified_timestamp_millis, as: 'modifiedTimestampMillis'
1504
+ property :participant_id, as: 'participantId'
1505
+ end
1506
+ end
1507
+
1508
+ class TurnBasedMatchParticipant
1509
+ # @private
1510
+ class Representation < Google::Apis::Core::JsonRepresentation
1511
+ property :auto_matched, as: 'autoMatched'
1512
+ property :auto_matched_player, as: 'autoMatchedPlayer', class: Google::Apis::GamesV1::AnonymousPlayer, decorator: Google::Apis::GamesV1::AnonymousPlayer::Representation
1513
+
1514
+ property :id, as: 'id'
1515
+ property :kind, as: 'kind'
1516
+ property :player, as: 'player', class: Google::Apis::GamesV1::Player, decorator: Google::Apis::GamesV1::Player::Representation
1517
+
1518
+ property :status, as: 'status'
1519
+ end
1520
+ end
1521
+
1522
+ class TurnBasedMatchRematch
1523
+ # @private
1524
+ class Representation < Google::Apis::Core::JsonRepresentation
1525
+ property :kind, as: 'kind'
1526
+ property :previous_match, as: 'previousMatch', class: Google::Apis::GamesV1::TurnBasedMatch, decorator: Google::Apis::GamesV1::TurnBasedMatch::Representation
1527
+
1528
+ property :rematch, as: 'rematch', class: Google::Apis::GamesV1::TurnBasedMatch, decorator: Google::Apis::GamesV1::TurnBasedMatch::Representation
1529
+
1530
+ end
1531
+ end
1532
+
1533
+ class TurnBasedMatchResults
1534
+ # @private
1535
+ class Representation < Google::Apis::Core::JsonRepresentation
1536
+ property :data, as: 'data', class: Google::Apis::GamesV1::TurnBasedMatchDataRequest, decorator: Google::Apis::GamesV1::TurnBasedMatchDataRequest::Representation
1537
+
1538
+ property :kind, as: 'kind'
1539
+ property :match_version, as: 'matchVersion'
1540
+ collection :results, as: 'results', class: Google::Apis::GamesV1::ParticipantResult, decorator: Google::Apis::GamesV1::ParticipantResult::Representation
1541
+
1542
+ end
1543
+ end
1544
+
1545
+ class TurnBasedMatchSync
1546
+ # @private
1547
+ class Representation < Google::Apis::Core::JsonRepresentation
1548
+ collection :items, as: 'items', class: Google::Apis::GamesV1::TurnBasedMatch, decorator: Google::Apis::GamesV1::TurnBasedMatch::Representation
1549
+
1550
+ property :kind, as: 'kind'
1551
+ property :more_available, as: 'moreAvailable'
1552
+ property :next_page_token, as: 'nextPageToken'
1553
+ end
1554
+ end
1555
+
1556
+ class TurnBasedMatchTurn
1557
+ # @private
1558
+ class Representation < Google::Apis::Core::JsonRepresentation
1559
+ property :data, as: 'data', class: Google::Apis::GamesV1::TurnBasedMatchDataRequest, decorator: Google::Apis::GamesV1::TurnBasedMatchDataRequest::Representation
1560
+
1561
+ property :kind, as: 'kind'
1562
+ property :match_version, as: 'matchVersion'
1563
+ property :pending_participant_id, as: 'pendingParticipantId'
1564
+ collection :results, as: 'results', class: Google::Apis::GamesV1::ParticipantResult, decorator: Google::Apis::GamesV1::ParticipantResult::Representation
1565
+
1566
+ end
1567
+ end
1568
+ end
1569
+ end
1570
+ end