google-api-client 0.9.pre3 → 0.9.pre4

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 (307) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -0
  3. data/CHANGELOG.md +14 -2
  4. data/Gemfile +4 -0
  5. data/MIGRATING.md +1 -1
  6. data/README.md +17 -3
  7. data/api_names.yaml +127 -14
  8. data/api_names_out.yaml +5442 -710
  9. data/bin/generate-api +16 -14
  10. data/generated/google/apis/adexchangebuyer_v1_3.rb +1 -1
  11. data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +213 -2
  12. data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +71 -0
  13. data/generated/google/apis/adexchangebuyer_v1_3/service.rb +21 -42
  14. data/generated/google/apis/adexchangeseller_v2_0.rb +1 -1
  15. data/generated/google/apis/adexchangeseller_v2_0/service.rb +15 -29
  16. data/generated/google/apis/admin_datatransfer_v1.rb +37 -0
  17. data/generated/google/apis/admin_datatransfer_v1/classes.rb +267 -0
  18. data/generated/google/apis/admin_datatransfer_v1/representations.rb +118 -0
  19. data/generated/google/apis/admin_datatransfer_v1/service.rb +262 -0
  20. data/generated/google/apis/admin_directory_v1.rb +25 -1
  21. data/generated/google/apis/admin_directory_v1/classes.rb +718 -0
  22. data/generated/google/apis/admin_directory_v1/representations.rb +244 -0
  23. data/generated/google/apis/admin_directory_v1/service.rb +1522 -509
  24. data/generated/google/apis/admin_reports_v1.rb +1 -1
  25. data/generated/google/apis/admin_reports_v1/service.rb +5 -10
  26. data/generated/google/apis/adsense_v1_4.rb +1 -1
  27. data/generated/google/apis/adsense_v1_4/classes.rb +6 -0
  28. data/generated/google/apis/adsense_v1_4/representations.rb +1 -0
  29. data/generated/google/apis/adsense_v1_4/service.rb +40 -78
  30. data/generated/google/apis/adsensehost_v4_1.rb +1 -1
  31. data/generated/google/apis/adsensehost_v4_1/service.rb +26 -52
  32. data/generated/google/apis/analytics_v3.rb +1 -1
  33. data/generated/google/apis/analytics_v3/classes.rb +11 -13
  34. data/generated/google/apis/analytics_v3/service.rb +84 -158
  35. data/generated/google/apis/androidenterprise_v1.rb +2 -2
  36. data/generated/google/apis/androidenterprise_v1/classes.rb +276 -8
  37. data/generated/google/apis/androidenterprise_v1/representations.rb +106 -0
  38. data/generated/google/apis/androidenterprise_v1/service.rb +715 -97
  39. data/generated/google/apis/androidpublisher_v2.rb +1 -1
  40. data/generated/google/apis/androidpublisher_v2/classes.rb +2 -2
  41. data/generated/google/apis/androidpublisher_v2/service.rb +55 -107
  42. data/generated/google/apis/appengine_v1beta4.rb +35 -0
  43. data/generated/google/apis/appengine_v1beta4/classes.rb +1532 -0
  44. data/generated/google/apis/appengine_v1beta4/representations.rb +526 -0
  45. data/generated/google/apis/appengine_v1beta4/service.rb +476 -0
  46. data/generated/google/apis/appsactivity_v1.rb +1 -1
  47. data/generated/google/apis/appsactivity_v1/service.rb +1 -2
  48. data/generated/google/apis/appstate_v1.rb +1 -1
  49. data/generated/google/apis/appstate_v1/service.rb +6 -11
  50. data/generated/google/apis/autoscaler_v1beta2/service.rb +10 -20
  51. data/generated/google/apis/bigquery_v2.rb +4 -1
  52. data/generated/google/apis/bigquery_v2/classes.rb +231 -16
  53. data/generated/google/apis/bigquery_v2/representations.rb +62 -0
  54. data/generated/google/apis/bigquery_v2/service.rb +24 -45
  55. data/generated/google/apis/blogger_v3/service.rb +33 -66
  56. data/generated/google/apis/books_v1.rb +1 -1
  57. data/generated/google/apis/books_v1/classes.rb +441 -0
  58. data/generated/google/apis/books_v1/representations.rb +177 -0
  59. data/generated/google/apis/books_v1/service.rb +210 -90
  60. data/generated/google/apis/calendar_v3.rb +1 -1
  61. data/generated/google/apis/calendar_v3/classes.rb +34 -18
  62. data/generated/google/apis/calendar_v3/service.rb +118 -103
  63. data/generated/google/apis/civicinfo_v2.rb +1 -1
  64. data/generated/google/apis/civicinfo_v2/classes.rb +12 -3
  65. data/generated/google/apis/civicinfo_v2/representations.rb +1 -0
  66. data/generated/google/apis/civicinfo_v2/service.rb +5 -10
  67. data/generated/google/apis/classroom_v1.rb +49 -0
  68. data/generated/google/apis/classroom_v1/classes.rb +512 -0
  69. data/generated/google/apis/classroom_v1/representations.rb +217 -0
  70. data/generated/google/apis/classroom_v1/service.rb +970 -0
  71. data/generated/google/apis/cloudbilling_v1.rb +35 -0
  72. data/generated/google/apis/cloudbilling_v1/classes.rb +169 -0
  73. data/generated/google/apis/cloudbilling_v1/representations.rb +79 -0
  74. data/generated/google/apis/cloudbilling_v1/service.rb +258 -0
  75. data/generated/google/apis/clouddebugger_v2.rb +41 -0
  76. data/generated/google/apis/clouddebugger_v2/classes.rb +1004 -0
  77. data/generated/google/apis/clouddebugger_v2/representations.rb +410 -0
  78. data/generated/google/apis/clouddebugger_v2/service.rb +370 -0
  79. data/generated/google/apis/cloudmonitoring_v2beta2.rb +1 -1
  80. data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +6 -12
  81. data/generated/google/apis/cloudresourcemanager_v1beta1.rb +5 -2
  82. data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +173 -249
  83. data/generated/google/apis/cloudresourcemanager_v1beta1/representations.rb +36 -68
  84. data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +293 -80
  85. data/generated/google/apis/cloudtrace_v1.rb +35 -0
  86. data/generated/google/apis/cloudtrace_v1/classes.rb +188 -0
  87. data/generated/google/apis/cloudtrace_v1/representations.rb +92 -0
  88. data/generated/google/apis/cloudtrace_v1/service.rb +190 -0
  89. data/generated/google/apis/clouduseraccounts_beta.rb +43 -0
  90. data/generated/google/apis/clouduseraccounts_beta/classes.rb +823 -0
  91. data/generated/google/apis/clouduseraccounts_beta/representations.rb +313 -0
  92. data/generated/google/apis/clouduseraccounts_beta/service.rb +854 -0
  93. data/generated/google/apis/compute_beta.rb +49 -0
  94. data/generated/google/apis/compute_beta/classes.rb +9128 -0
  95. data/generated/google/apis/compute_beta/representations.rb +3048 -0
  96. data/generated/google/apis/compute_beta/service.rb +10154 -0
  97. data/generated/google/apis/compute_v1.rb +1 -1
  98. data/generated/google/apis/compute_v1/classes.rb +1305 -520
  99. data/generated/google/apis/compute_v1/representations.rb +122 -15
  100. data/generated/google/apis/compute_v1/service.rb +2202 -1085
  101. data/generated/google/apis/container_v1.rb +1 -1
  102. data/generated/google/apis/container_v1/classes.rb +56 -31
  103. data/generated/google/apis/container_v1/representations.rb +12 -0
  104. data/generated/google/apis/container_v1/service.rb +62 -41
  105. data/generated/google/apis/content_v2.rb +2 -2
  106. data/generated/google/apis/content_v2/classes.rb +2252 -56
  107. data/generated/google/apis/content_v2/representations.rb +917 -87
  108. data/generated/google/apis/content_v2/service.rb +680 -85
  109. data/generated/google/apis/coordinate_v1.rb +1 -1
  110. data/generated/google/apis/coordinate_v1/service.rb +16 -25
  111. data/generated/google/apis/customsearch_v1/service.rb +1 -2
  112. data/generated/google/apis/datastore_v1beta2.rb +1 -1
  113. data/generated/google/apis/datastore_v1beta2/service.rb +12 -18
  114. data/generated/google/apis/deploymentmanager_v2.rb +44 -0
  115. data/generated/google/apis/deploymentmanager_v2/classes.rb +1089 -0
  116. data/generated/google/apis/deploymentmanager_v2/representations.rb +422 -0
  117. data/generated/google/apis/deploymentmanager_v2/service.rb +857 -0
  118. data/generated/google/apis/deploymentmanager_v2beta2.rb +5 -2
  119. data/generated/google/apis/deploymentmanager_v2beta2/classes.rb +22 -3
  120. data/generated/google/apis/deploymentmanager_v2beta2/representations.rb +3 -0
  121. data/generated/google/apis/deploymentmanager_v2beta2/service.rb +14 -27
  122. data/generated/google/apis/dfareporting_v2_1.rb +1 -1
  123. data/generated/google/apis/dfareporting_v2_1/classes.rb +29 -14
  124. data/generated/google/apis/dfareporting_v2_1/service.rb +196 -389
  125. data/generated/google/apis/discovery_v1/classes.rb +7 -0
  126. data/generated/google/apis/discovery_v1/representations.rb +1 -0
  127. data/generated/google/apis/discovery_v1/service.rb +2 -4
  128. data/generated/google/apis/dns_v1.rb +4 -1
  129. data/generated/google/apis/dns_v1/service.rb +9 -18
  130. data/generated/google/apis/doubleclickbidmanager_v1.rb +1 -1
  131. data/generated/google/apis/doubleclickbidmanager_v1/classes.rb +9 -2
  132. data/generated/google/apis/doubleclickbidmanager_v1/representations.rb +1 -0
  133. data/generated/google/apis/doubleclickbidmanager_v1/service.rb +8 -16
  134. data/generated/google/apis/doubleclicksearch_v2.rb +1 -1
  135. data/generated/google/apis/doubleclicksearch_v2/classes.rb +15 -6
  136. data/generated/google/apis/doubleclicksearch_v2/representations.rb +1 -0
  137. data/generated/google/apis/doubleclicksearch_v2/service.rb +13 -23
  138. data/generated/google/apis/drive_v2.rb +1 -1
  139. data/generated/google/apis/drive_v2/classes.rb +73 -30
  140. data/generated/google/apis/drive_v2/representations.rb +14 -0
  141. data/generated/google/apis/drive_v2/service.rb +139 -135
  142. data/generated/google/apis/drive_v3.rb +55 -0
  143. data/generated/google/apis/drive_v3/classes.rb +1534 -0
  144. data/generated/google/apis/drive_v3/representations.rb +497 -0
  145. data/generated/google/apis/drive_v3/service.rb +1541 -0
  146. data/generated/google/apis/fitness_v1.rb +1 -1
  147. data/generated/google/apis/fitness_v1/service.rb +14 -27
  148. data/generated/google/apis/fusiontables_v2/service.rb +40 -73
  149. data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
  150. data/generated/google/apis/games_configuration_v1configuration/service.rb +14 -27
  151. data/generated/google/apis/games_management_v1management.rb +37 -0
  152. data/generated/google/apis/games_management_v1management/classes.rb +524 -0
  153. data/generated/google/apis/games_management_v1management/representations.rb +231 -0
  154. data/generated/google/apis/games_management_v1management/service.rb +994 -0
  155. data/generated/google/apis/games_v1.rb +1 -1
  156. data/generated/google/apis/games_v1/classes.rb +39 -0
  157. data/generated/google/apis/games_v1/representations.rb +14 -0
  158. data/generated/google/apis/games_v1/service.rb +93 -109
  159. data/generated/google/apis/gan_v1beta1/service.rb +10 -20
  160. data/generated/google/apis/genomics_v1.rb +5 -3
  161. data/generated/google/apis/genomics_v1/classes.rb +519 -200
  162. data/generated/google/apis/genomics_v1/representations.rb +126 -13
  163. data/generated/google/apis/genomics_v1/service.rb +392 -236
  164. data/generated/google/apis/gmail_v1.rb +4 -1
  165. data/generated/google/apis/gmail_v1/service.rb +39 -71
  166. data/generated/google/apis/groupsmigration_v1/service.rb +2 -3
  167. data/generated/google/apis/groupssettings_v1/service.rb +3 -6
  168. data/generated/google/apis/identitytoolkit_v3.rb +1 -1
  169. data/generated/google/apis/identitytoolkit_v3/classes.rb +125 -0
  170. data/generated/google/apis/identitytoolkit_v3/representations.rb +37 -0
  171. data/generated/google/apis/identitytoolkit_v3/service.rb +44 -24
  172. data/generated/google/apis/kgsearch_v1.rb +32 -0
  173. data/generated/google/apis/kgsearch_v1/classes.rb +59 -0
  174. data/generated/google/apis/kgsearch_v1/representations.rb +39 -0
  175. data/generated/google/apis/kgsearch_v1/service.rb +111 -0
  176. data/generated/google/apis/licensing_v1.rb +1 -1
  177. data/generated/google/apis/licensing_v1/service.rb +7 -14
  178. data/generated/google/apis/logging_v1beta3.rb +16 -4
  179. data/generated/google/apis/logging_v1beta3/classes.rb +620 -46
  180. data/generated/google/apis/logging_v1beta3/representations.rb +144 -0
  181. data/generated/google/apis/logging_v1beta3/service.rb +435 -104
  182. data/generated/google/apis/manager_v1beta2.rb +3 -0
  183. data/generated/google/apis/manager_v1beta2/service.rb +8 -16
  184. data/generated/google/apis/mapsengine_v1.rb +1 -1
  185. data/generated/google/apis/mapsengine_v1/service.rb +85 -162
  186. data/generated/google/apis/mirror_v1.rb +1 -1
  187. data/generated/google/apis/mirror_v1/service.rb +28 -52
  188. data/generated/google/apis/oauth2_v2.rb +1 -1
  189. data/generated/google/apis/oauth2_v2/service.rb +4 -8
  190. data/generated/google/apis/pagespeedonline_v2/service.rb +1 -2
  191. data/generated/google/apis/partners_v2.rb +32 -0
  192. data/generated/google/apis/partners_v2/classes.rb +942 -0
  193. data/generated/google/apis/partners_v2/representations.rb +402 -0
  194. data/generated/google/apis/partners_v2/service.rb +400 -0
  195. data/generated/google/apis/plus_domains_v1.rb +1 -1
  196. data/generated/google/apis/plus_domains_v1/classes.rb +207 -0
  197. data/generated/google/apis/plus_domains_v1/representations.rb +114 -0
  198. data/generated/google/apis/plus_domains_v1/service.rb +21 -41
  199. data/generated/google/apis/plus_v1.rb +1 -1
  200. data/generated/google/apis/plus_v1/classes.rb +207 -0
  201. data/generated/google/apis/plus_v1/representations.rb +114 -0
  202. data/generated/google/apis/plus_v1/service.rb +11 -56
  203. data/generated/google/apis/prediction_v1_6.rb +1 -1
  204. data/generated/google/apis/prediction_v1_6/service.rb +8 -16
  205. data/generated/google/apis/proximitybeacon_v1beta1.rb +31 -0
  206. data/generated/google/apis/proximitybeacon_v1beta1/classes.rb +639 -0
  207. data/generated/google/apis/proximitybeacon_v1beta1/representations.rb +274 -0
  208. data/generated/google/apis/proximitybeacon_v1beta1/service.rb +591 -0
  209. data/generated/google/apis/pubsub_v1.rb +37 -0
  210. data/generated/google/apis/pubsub_v1/classes.rb +614 -0
  211. data/generated/google/apis/pubsub_v1/representations.rb +281 -0
  212. data/generated/google/apis/pubsub_v1/service.rb +774 -0
  213. data/generated/google/apis/pubsub_v1beta2.rb +1 -1
  214. data/generated/google/apis/pubsub_v1beta2/classes.rb +78 -283
  215. data/generated/google/apis/pubsub_v1beta2/representations.rb +1 -85
  216. data/generated/google/apis/pubsub_v1beta2/service.rb +79 -87
  217. data/generated/google/apis/qpx_express_v1/service.rb +1 -2
  218. data/generated/google/apis/replicapool_v1beta2.rb +3 -0
  219. data/generated/google/apis/replicapool_v1beta2/service.rb +12 -24
  220. data/generated/google/apis/replicapoolupdater_v1beta1.rb +4 -1
  221. data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +46 -2
  222. data/generated/google/apis/replicapoolupdater_v1beta1/representations.rb +16 -0
  223. data/generated/google/apis/replicapoolupdater_v1beta1/service.rb +58 -18
  224. data/generated/google/apis/reseller_v1.rb +1 -1
  225. data/generated/google/apis/reseller_v1/classes.rb +19 -1
  226. data/generated/google/apis/reseller_v1/representations.rb +1 -0
  227. data/generated/google/apis/reseller_v1/service.rb +16 -30
  228. data/generated/google/apis/resourceviews_v1beta2.rb +3 -0
  229. data/generated/google/apis/resourceviews_v1beta2/service.rb +16 -27
  230. data/generated/google/apis/script_v1.rb +61 -0
  231. data/generated/google/apis/script_v1/classes.rb +259 -0
  232. data/generated/google/apis/script_v1/representations.rb +106 -0
  233. data/generated/google/apis/script_v1/service.rb +98 -0
  234. data/generated/google/apis/site_verification_v1.rb +1 -1
  235. data/generated/google/apis/site_verification_v1/service.rb +8 -15
  236. data/generated/google/apis/sqladmin_v1beta4.rb +1 -1
  237. data/generated/google/apis/sqladmin_v1beta4/classes.rb +186 -2
  238. data/generated/google/apis/sqladmin_v1beta4/representations.rb +70 -0
  239. data/generated/google/apis/sqladmin_v1beta4/service.rb +166 -75
  240. data/generated/google/apis/storage_v1.rb +5 -2
  241. data/generated/google/apis/storage_v1/classes.rb +47 -4
  242. data/generated/google/apis/storage_v1/representations.rb +18 -0
  243. data/generated/google/apis/storage_v1/service.rb +77 -94
  244. data/generated/google/apis/storagetransfer_v1.rb +35 -0
  245. data/generated/google/apis/storagetransfer_v1/classes.rb +1046 -0
  246. data/generated/google/apis/storagetransfer_v1/representations.rb +370 -0
  247. data/generated/google/apis/storagetransfer_v1/service.rb +473 -0
  248. data/generated/google/apis/tagmanager_v1.rb +1 -1
  249. data/generated/google/apis/tagmanager_v1/classes.rb +189 -31
  250. data/generated/google/apis/tagmanager_v1/representations.rb +69 -15
  251. data/generated/google/apis/tagmanager_v1/service.rb +114 -275
  252. data/generated/google/apis/taskqueue_v1beta2/service.rb +8 -16
  253. data/generated/google/apis/tasks_v1/service.rb +14 -28
  254. data/generated/google/apis/translate_v2/service.rb +3 -6
  255. data/generated/google/apis/urlshortener_v1/service.rb +3 -6
  256. data/generated/google/apis/webmasters_v3.rb +3 -3
  257. data/generated/google/apis/webmasters_v3/classes.rb +4 -4
  258. data/generated/google/apis/webmasters_v3/service.rb +16 -30
  259. data/generated/google/apis/youtube_analytics_v1.rb +1 -1
  260. data/generated/google/apis/youtube_analytics_v1/classes.rb +6 -0
  261. data/generated/google/apis/youtube_analytics_v1/representations.rb +1 -0
  262. data/generated/google/apis/youtube_analytics_v1/service.rb +16 -21
  263. data/generated/google/apis/youtube_v3.rb +1 -1
  264. data/generated/google/apis/youtube_v3/classes.rb +111 -78
  265. data/generated/google/apis/youtube_v3/representations.rb +2 -0
  266. data/generated/google/apis/youtube_v3/service.rb +78 -246
  267. data/generated/google/apis/youtubereporting_v1.rb +38 -0
  268. data/generated/google/apis/youtubereporting_v1/classes.rb +258 -0
  269. data/generated/google/apis/youtubereporting_v1/representations.rb +128 -0
  270. data/generated/google/apis/youtubereporting_v1/service.rb +364 -0
  271. data/google-api-client.gemspec +3 -3
  272. data/lib/google/api_client/auth/installed_app.rb +2 -2
  273. data/lib/google/api_client/auth/key_utils.rb +1 -0
  274. data/lib/google/api_client/auth/storage.rb +1 -0
  275. data/lib/google/api_client/auth/storages/file_store.rb +1 -0
  276. data/lib/google/api_client/auth/storages/redis_store.rb +1 -0
  277. data/lib/google/api_client/client_secrets.rb +4 -5
  278. data/lib/google/apis/core/api_command.rb +2 -2
  279. data/lib/google/apis/core/base_service.rb +1 -0
  280. data/lib/google/apis/core/batch.rb +25 -8
  281. data/lib/google/apis/core/download.rb +1 -1
  282. data/lib/google/apis/core/http_command.rb +24 -12
  283. data/lib/google/apis/core/multipart.rb +20 -6
  284. data/lib/google/apis/core/upload.rb +11 -4
  285. data/lib/google/apis/generator/annotator.rb +29 -10
  286. data/lib/google/apis/generator/helpers.rb +1 -1
  287. data/lib/google/apis/generator/templates/_method.tmpl +5 -6
  288. data/lib/google/apis/options.rb +7 -3
  289. data/lib/google/apis/version.rb +1 -1
  290. data/samples/calendar/calendar.rb +1 -1
  291. data/samples/drive/drive.rb +9 -2
  292. data/samples/pubsub/pubsub.rb +5 -6
  293. data/samples/translate/translate.rb +1 -5
  294. data/script/generate +20 -5
  295. data/spec/fixtures/files/child/.gitignore +0 -0
  296. data/spec/fixtures/files/invalid.json +1 -0
  297. data/spec/google/api_client/client_secrets_spec.rb +38 -1
  298. data/spec/google/apis/core/batch_spec.rb +22 -8
  299. data/spec/google/apis/core/download_spec.rb +13 -0
  300. data/spec/google/apis/core/http_command_spec.rb +26 -9
  301. data/spec/google/apis/core/upload_spec.rb +65 -17
  302. data/spec/google/apis/options_spec.rb +8 -0
  303. data/spec/integration_tests/adsense_spec.rb +28 -0
  304. data/spec/integration_tests/pubsub_spec.rb +3 -3
  305. data/spec/spec_helper.rb +5 -1
  306. data/third_party/hurley_patches.rb +103 -0
  307. metadata +87 -7
@@ -32,6 +32,14 @@ module Google
32
32
  class Actor
33
33
  class Representation < Google::Apis::Core::JsonRepresentation; end
34
34
 
35
+ class ClientSpecificActorInfo
36
+ class Representation < Google::Apis::Core::JsonRepresentation; end
37
+
38
+ class YoutubeActorInfo
39
+ class Representation < Google::Apis::Core::JsonRepresentation; end
40
+ end
41
+ end
42
+
35
43
  class Image
36
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
37
45
  end
@@ -39,6 +47,10 @@ module Google
39
47
  class Name
40
48
  class Representation < Google::Apis::Core::JsonRepresentation; end
41
49
  end
50
+
51
+ class Verification
52
+ class Representation < Google::Apis::Core::JsonRepresentation; end
53
+ end
42
54
  end
43
55
 
44
56
  class Object
@@ -47,9 +59,21 @@ module Google
47
59
  class Actor
48
60
  class Representation < Google::Apis::Core::JsonRepresentation; end
49
61
 
62
+ class ClientSpecificActorInfo
63
+ class Representation < Google::Apis::Core::JsonRepresentation; end
64
+
65
+ class YoutubeActorInfo
66
+ class Representation < Google::Apis::Core::JsonRepresentation; end
67
+ end
68
+ end
69
+
50
70
  class Image
51
71
  class Representation < Google::Apis::Core::JsonRepresentation; end
52
72
  end
73
+
74
+ class Verification
75
+ class Representation < Google::Apis::Core::JsonRepresentation; end
76
+ end
53
77
  end
54
78
 
55
79
  class Attachment
@@ -104,9 +128,21 @@ module Google
104
128
  class Actor
105
129
  class Representation < Google::Apis::Core::JsonRepresentation; end
106
130
 
131
+ class ClientSpecificActorInfo
132
+ class Representation < Google::Apis::Core::JsonRepresentation; end
133
+
134
+ class YoutubeActorInfo
135
+ class Representation < Google::Apis::Core::JsonRepresentation; end
136
+ end
137
+ end
138
+
107
139
  class Image
108
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
109
141
  end
142
+
143
+ class Verification
144
+ class Representation < Google::Apis::Core::JsonRepresentation; end
145
+ end
110
146
  end
111
147
 
112
148
  class InReplyTo
@@ -247,6 +283,8 @@ module Google
247
283
  class Actor
248
284
  # @private
249
285
  class Representation < Google::Apis::Core::JsonRepresentation
286
+ property :client_specific_actor_info, as: 'clientSpecificActorInfo', class: Google::Apis::PlusV1::Activity::Actor::ClientSpecificActorInfo, decorator: Google::Apis::PlusV1::Activity::Actor::ClientSpecificActorInfo::Representation
287
+
250
288
  property :display_name, as: 'displayName'
251
289
  property :id, as: 'id'
252
290
  property :image, as: 'image', class: Google::Apis::PlusV1::Activity::Actor::Image, decorator: Google::Apis::PlusV1::Activity::Actor::Image::Representation
@@ -254,6 +292,23 @@ module Google
254
292
  property :name, as: 'name', class: Google::Apis::PlusV1::Activity::Actor::Name, decorator: Google::Apis::PlusV1::Activity::Actor::Name::Representation
255
293
 
256
294
  property :url, as: 'url'
295
+ property :verification, as: 'verification', class: Google::Apis::PlusV1::Activity::Actor::Verification, decorator: Google::Apis::PlusV1::Activity::Actor::Verification::Representation
296
+
297
+ end
298
+
299
+ class ClientSpecificActorInfo
300
+ # @private
301
+ class Representation < Google::Apis::Core::JsonRepresentation
302
+ property :youtube_actor_info, as: 'youtubeActorInfo', class: Google::Apis::PlusV1::Activity::Actor::ClientSpecificActorInfo::YoutubeActorInfo, decorator: Google::Apis::PlusV1::Activity::Actor::ClientSpecificActorInfo::YoutubeActorInfo::Representation
303
+
304
+ end
305
+
306
+ class YoutubeActorInfo
307
+ # @private
308
+ class Representation < Google::Apis::Core::JsonRepresentation
309
+ property :channel_id, as: 'channelId'
310
+ end
311
+ end
257
312
  end
258
313
 
259
314
  class Image
@@ -270,6 +325,13 @@ module Google
270
325
  property :given_name, as: 'givenName'
271
326
  end
272
327
  end
328
+
329
+ class Verification
330
+ # @private
331
+ class Representation < Google::Apis::Core::JsonRepresentation
332
+ property :ad_hoc_verified, as: 'adHocVerified'
333
+ end
334
+ end
273
335
  end
274
336
 
275
337
  class Object
@@ -295,11 +357,30 @@ module Google
295
357
  class Actor
296
358
  # @private
297
359
  class Representation < Google::Apis::Core::JsonRepresentation
360
+ property :client_specific_actor_info, as: 'clientSpecificActorInfo', class: Google::Apis::PlusV1::Activity::Object::Actor::ClientSpecificActorInfo, decorator: Google::Apis::PlusV1::Activity::Object::Actor::ClientSpecificActorInfo::Representation
361
+
298
362
  property :display_name, as: 'displayName'
299
363
  property :id, as: 'id'
300
364
  property :image, as: 'image', class: Google::Apis::PlusV1::Activity::Object::Actor::Image, decorator: Google::Apis::PlusV1::Activity::Object::Actor::Image::Representation
301
365
 
302
366
  property :url, as: 'url'
367
+ property :verification, as: 'verification', class: Google::Apis::PlusV1::Activity::Object::Actor::Verification, decorator: Google::Apis::PlusV1::Activity::Object::Actor::Verification::Representation
368
+
369
+ end
370
+
371
+ class ClientSpecificActorInfo
372
+ # @private
373
+ class Representation < Google::Apis::Core::JsonRepresentation
374
+ property :youtube_actor_info, as: 'youtubeActorInfo', class: Google::Apis::PlusV1::Activity::Object::Actor::ClientSpecificActorInfo::YoutubeActorInfo, decorator: Google::Apis::PlusV1::Activity::Object::Actor::ClientSpecificActorInfo::YoutubeActorInfo::Representation
375
+
376
+ end
377
+
378
+ class YoutubeActorInfo
379
+ # @private
380
+ class Representation < Google::Apis::Core::JsonRepresentation
381
+ property :channel_id, as: 'channelId'
382
+ end
383
+ end
303
384
  end
304
385
 
305
386
  class Image
@@ -308,6 +389,13 @@ module Google
308
389
  property :url, as: 'url'
309
390
  end
310
391
  end
392
+
393
+ class Verification
394
+ # @private
395
+ class Representation < Google::Apis::Core::JsonRepresentation
396
+ property :ad_hoc_verified, as: 'adHocVerified'
397
+ end
398
+ end
311
399
  end
312
400
 
313
401
  class Attachment
@@ -452,11 +540,30 @@ module Google
452
540
  class Actor
453
541
  # @private
454
542
  class Representation < Google::Apis::Core::JsonRepresentation
543
+ property :client_specific_actor_info, as: 'clientSpecificActorInfo', class: Google::Apis::PlusV1::Comment::Actor::ClientSpecificActorInfo, decorator: Google::Apis::PlusV1::Comment::Actor::ClientSpecificActorInfo::Representation
544
+
455
545
  property :display_name, as: 'displayName'
456
546
  property :id, as: 'id'
457
547
  property :image, as: 'image', class: Google::Apis::PlusV1::Comment::Actor::Image, decorator: Google::Apis::PlusV1::Comment::Actor::Image::Representation
458
548
 
459
549
  property :url, as: 'url'
550
+ property :verification, as: 'verification', class: Google::Apis::PlusV1::Comment::Actor::Verification, decorator: Google::Apis::PlusV1::Comment::Actor::Verification::Representation
551
+
552
+ end
553
+
554
+ class ClientSpecificActorInfo
555
+ # @private
556
+ class Representation < Google::Apis::Core::JsonRepresentation
557
+ property :youtube_actor_info, as: 'youtubeActorInfo', class: Google::Apis::PlusV1::Comment::Actor::ClientSpecificActorInfo::YoutubeActorInfo, decorator: Google::Apis::PlusV1::Comment::Actor::ClientSpecificActorInfo::YoutubeActorInfo::Representation
558
+
559
+ end
560
+
561
+ class YoutubeActorInfo
562
+ # @private
563
+ class Representation < Google::Apis::Core::JsonRepresentation
564
+ property :channel_id, as: 'channelId'
565
+ end
566
+ end
460
567
  end
461
568
 
462
569
  class Image
@@ -465,6 +572,13 @@ module Google
465
572
  property :url, as: 'url'
466
573
  end
467
574
  end
575
+
576
+ class Verification
577
+ # @private
578
+ class Representation < Google::Apis::Core::JsonRepresentation
579
+ property :ad_hoc_verified, as: 'adHocVerified'
580
+ end
581
+ end
468
582
  end
469
583
 
470
584
  class InReplyTo
@@ -77,8 +77,7 @@ module Google
77
77
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
78
78
  # @raise [Google::Apis::AuthorizationError] Authorization is required
79
79
  def get_activity(activity_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
80
- path = 'activities/{activityId}'
81
- command = make_simple_command(:get, path, options)
80
+ command = make_simple_command(:get, 'activities/{activityId}', options)
82
81
  command.response_representation = Google::Apis::PlusV1::Activity::Representation
83
82
  command.response_class = Google::Apis::PlusV1::Activity
84
83
  command.params['activityId'] = activity_id unless activity_id.nil?
@@ -124,8 +123,7 @@ module Google
124
123
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
125
124
  # @raise [Google::Apis::AuthorizationError] Authorization is required
126
125
  def list_activities(user_id, collection, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
127
- path = 'people/{userId}/activities/{collection}'
128
- command = make_simple_command(:get, path, options)
126
+ command = make_simple_command(:get, 'people/{userId}/activities/{collection}', options)
129
127
  command.response_representation = Google::Apis::PlusV1::ActivityFeed::Representation
130
128
  command.response_class = Google::Apis::PlusV1::ActivityFeed
131
129
  command.params['userId'] = user_id unless user_id.nil?
@@ -176,8 +174,7 @@ module Google
176
174
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
177
175
  # @raise [Google::Apis::AuthorizationError] Authorization is required
178
176
  def search_activities(query, language: nil, max_results: nil, order_by: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
179
- path = 'activities'
180
- command = make_simple_command(:get, path, options)
177
+ command = make_simple_command(:get, 'activities', options)
181
178
  command.response_representation = Google::Apis::PlusV1::ActivityFeed::Representation
182
179
  command.response_class = Google::Apis::PlusV1::ActivityFeed
183
180
  command.query['language'] = language unless language.nil?
@@ -216,8 +213,7 @@ module Google
216
213
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
217
214
  # @raise [Google::Apis::AuthorizationError] Authorization is required
218
215
  def get_comment(comment_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
219
- path = 'comments/{commentId}'
220
- command = make_simple_command(:get, path, options)
216
+ command = make_simple_command(:get, 'comments/{commentId}', options)
221
217
  command.response_representation = Google::Apis::PlusV1::Comment::Representation
222
218
  command.response_class = Google::Apis::PlusV1::Comment
223
219
  command.params['commentId'] = comment_id unless comment_id.nil?
@@ -262,8 +258,7 @@ module Google
262
258
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
263
259
  # @raise [Google::Apis::AuthorizationError] Authorization is required
264
260
  def list_comments(activity_id, max_results: nil, page_token: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
265
- path = 'activities/{activityId}/comments'
266
- command = make_simple_command(:get, path, options)
261
+ command = make_simple_command(:get, 'activities/{activityId}/comments', options)
267
262
  command.response_representation = Google::Apis::PlusV1::CommentFeed::Representation
268
263
  command.response_class = Google::Apis::PlusV1::CommentFeed
269
264
  command.params['activityId'] = activity_id unless activity_id.nil?
@@ -308,8 +303,7 @@ module Google
308
303
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
309
304
  # @raise [Google::Apis::AuthorizationError] Authorization is required
310
305
  def insert_moment(user_id, collection, moment_object = nil, debug: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
311
- path = 'people/{userId}/moments/{collection}'
312
- command = make_simple_command(:post, path, options)
306
+ command = make_simple_command(:post, 'people/{userId}/moments/{collection}', options)
313
307
  command.request_representation = Google::Apis::PlusV1::Moment::Representation
314
308
  command.request_object = moment_object
315
309
  command.response_representation = Google::Apis::PlusV1::Moment::Representation
@@ -363,8 +357,7 @@ module Google
363
357
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
364
358
  # @raise [Google::Apis::AuthorizationError] Authorization is required
365
359
  def list_moments(user_id, collection, max_results: nil, page_token: nil, target_url: nil, type: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
366
- path = 'people/{userId}/moments/{collection}'
367
- command = make_simple_command(:get, path, options)
360
+ command = make_simple_command(:get, 'people/{userId}/moments/{collection}', options)
368
361
  command.response_representation = Google::Apis::PlusV1::MomentsFeed::Representation
369
362
  command.response_class = Google::Apis::PlusV1::MomentsFeed
370
363
  command.params['userId'] = user_id unless user_id.nil?
@@ -379,40 +372,6 @@ module Google
379
372
  execute_or_queue_command(command, &block)
380
373
  end
381
374
 
382
- # Delete a moment.
383
- # @param [String] id
384
- # The ID of the moment to delete.
385
- # @param [String] fields
386
- # Selector specifying which fields to include in a partial response.
387
- # @param [String] quota_user
388
- # Available to use for quota purposes for server-side applications. Can be any
389
- # arbitrary string assigned to a user, but should not exceed 40 characters.
390
- # Overrides userIp if both are provided.
391
- # @param [String] user_ip
392
- # IP address of the site where the request originates. Use this if you want to
393
- # enforce per-user limits.
394
- # @param [Google::Apis::RequestOptions] options
395
- # Request-specific options
396
- #
397
- # @yield [result, err] Result & error if block supplied
398
- # @yieldparam result [NilClass] No result returned for this method
399
- # @yieldparam err [StandardError] error object if request failed
400
- #
401
- # @return [void]
402
- #
403
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
404
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
405
- # @raise [Google::Apis::AuthorizationError] Authorization is required
406
- def remove_moment(id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
407
- path = 'moments/{id}'
408
- command = make_simple_command(:delete, path, options)
409
- command.params['id'] = id unless id.nil?
410
- command.query['fields'] = fields unless fields.nil?
411
- command.query['quotaUser'] = quota_user unless quota_user.nil?
412
- command.query['userIp'] = user_ip unless user_ip.nil?
413
- execute_or_queue_command(command, &block)
414
- end
415
-
416
375
  # Get a person's profile. If your app uses scope https://www.googleapis.com/auth/
417
376
  # plus.login, this method is guaranteed to return ageRange and language.
418
377
  # @param [String] user_id
@@ -440,8 +399,7 @@ module Google
440
399
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
441
400
  # @raise [Google::Apis::AuthorizationError] Authorization is required
442
401
  def get_person(user_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
443
- path = 'people/{userId}'
444
- command = make_simple_command(:get, path, options)
402
+ command = make_simple_command(:get, 'people/{userId}', options)
445
403
  command.response_representation = Google::Apis::PlusV1::Person::Representation
446
404
  command.response_class = Google::Apis::PlusV1::Person
447
405
  command.params['userId'] = user_id unless user_id.nil?
@@ -489,8 +447,7 @@ module Google
489
447
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
490
448
  # @raise [Google::Apis::AuthorizationError] Authorization is required
491
449
  def list_people(user_id, collection, max_results: nil, order_by: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
492
- path = 'people/{userId}/people/{collection}'
493
- command = make_simple_command(:get, path, options)
450
+ command = make_simple_command(:get, 'people/{userId}/people/{collection}', options)
494
451
  command.response_representation = Google::Apis::PlusV1::PeopleFeed::Representation
495
452
  command.response_class = Google::Apis::PlusV1::PeopleFeed
496
453
  command.params['userId'] = user_id unless user_id.nil?
@@ -539,8 +496,7 @@ module Google
539
496
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
540
497
  # @raise [Google::Apis::AuthorizationError] Authorization is required
541
498
  def list_people_by_activity(activity_id, collection, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
542
- path = 'activities/{activityId}/people/{collection}'
543
- command = make_simple_command(:get, path, options)
499
+ command = make_simple_command(:get, 'activities/{activityId}/people/{collection}', options)
544
500
  command.response_representation = Google::Apis::PlusV1::PeopleFeed::Representation
545
501
  command.response_class = Google::Apis::PlusV1::PeopleFeed
546
502
  command.params['activityId'] = activity_id unless activity_id.nil?
@@ -589,8 +545,7 @@ module Google
589
545
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
590
546
  # @raise [Google::Apis::AuthorizationError] Authorization is required
591
547
  def search_people(query, language: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
592
- path = 'people'
593
- command = make_simple_command(:get, path, options)
548
+ command = make_simple_command(:get, 'people', options)
594
549
  command.response_representation = Google::Apis::PlusV1::PeopleFeed::Representation
595
550
  command.response_class = Google::Apis::PlusV1::PeopleFeed
596
551
  command.query['language'] = language unless language.nil?
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://developers.google.com/prediction/docs/developer-guide
27
27
  module PredictionV1_6
28
28
  VERSION = 'V1_6'
29
- REVISION = '20140522'
29
+ REVISION = '20151102'
30
30
 
31
31
  # Manage your data and permissions in Google Cloud Storage
32
32
  AUTH_DEVSTORAGE_FULL_CONTROL = 'https://www.googleapis.com/auth/devstorage.full_control'
@@ -81,8 +81,7 @@ module Google
81
81
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
82
82
  # @raise [Google::Apis::AuthorizationError] Authorization is required
83
83
  def predict_hosted_model(project, hosted_model_name, input_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
84
- path = '{project}/hostedmodels/{hostedModelName}/predict'
85
- command = make_simple_command(:post, path, options)
84
+ command = make_simple_command(:post, '{project}/hostedmodels/{hostedModelName}/predict', options)
86
85
  command.request_representation = Google::Apis::PredictionV1_6::Input::Representation
87
86
  command.request_object = input_object
88
87
  command.response_representation = Google::Apis::PredictionV1_6::Output::Representation
@@ -122,8 +121,7 @@ module Google
122
121
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
123
122
  # @raise [Google::Apis::AuthorizationError] Authorization is required
124
123
  def analyze_trained_model(project, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
125
- path = '{project}/trainedmodels/{id}/analyze'
126
- command = make_simple_command(:get, path, options)
124
+ command = make_simple_command(:get, '{project}/trainedmodels/{id}/analyze', options)
127
125
  command.response_representation = Google::Apis::PredictionV1_6::Analyze::Representation
128
126
  command.response_class = Google::Apis::PredictionV1_6::Analyze
129
127
  command.params['project'] = project unless project.nil?
@@ -161,8 +159,7 @@ module Google
161
159
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
162
160
  # @raise [Google::Apis::AuthorizationError] Authorization is required
163
161
  def delete_trained_model(project, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
164
- path = '{project}/trainedmodels/{id}'
165
- command = make_simple_command(:delete, path, options)
162
+ command = make_simple_command(:delete, '{project}/trainedmodels/{id}', options)
166
163
  command.params['project'] = project unless project.nil?
167
164
  command.params['id'] = id unless id.nil?
168
165
  command.query['fields'] = fields unless fields.nil?
@@ -198,8 +195,7 @@ module Google
198
195
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
199
196
  # @raise [Google::Apis::AuthorizationError] Authorization is required
200
197
  def get_trained_model(project, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
201
- path = '{project}/trainedmodels/{id}'
202
- command = make_simple_command(:get, path, options)
198
+ command = make_simple_command(:get, '{project}/trainedmodels/{id}', options)
203
199
  command.response_representation = Google::Apis::PredictionV1_6::Insert2::Representation
204
200
  command.response_class = Google::Apis::PredictionV1_6::Insert2
205
201
  command.params['project'] = project unless project.nil?
@@ -236,8 +232,7 @@ module Google
236
232
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
237
233
  # @raise [Google::Apis::AuthorizationError] Authorization is required
238
234
  def insert_trained_model(project, insert_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
239
- path = '{project}/trainedmodels'
240
- command = make_simple_command(:post, path, options)
235
+ command = make_simple_command(:post, '{project}/trainedmodels', options)
241
236
  command.request_representation = Google::Apis::PredictionV1_6::Insert::Representation
242
237
  command.request_object = insert_object
243
238
  command.response_representation = Google::Apis::PredictionV1_6::Insert2::Representation
@@ -278,8 +273,7 @@ module Google
278
273
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
279
274
  # @raise [Google::Apis::AuthorizationError] Authorization is required
280
275
  def list_trained_models(project, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
281
- path = '{project}/trainedmodels/list'
282
- command = make_simple_command(:get, path, options)
276
+ command = make_simple_command(:get, '{project}/trainedmodels/list', options)
283
277
  command.response_representation = Google::Apis::PredictionV1_6::List::Representation
284
278
  command.response_class = Google::Apis::PredictionV1_6::List
285
279
  command.params['project'] = project unless project.nil?
@@ -319,8 +313,7 @@ module Google
319
313
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
320
314
  # @raise [Google::Apis::AuthorizationError] Authorization is required
321
315
  def predict_trained_model(project, id, input_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
322
- path = '{project}/trainedmodels/{id}/predict'
323
- command = make_simple_command(:post, path, options)
316
+ command = make_simple_command(:post, '{project}/trainedmodels/{id}/predict', options)
324
317
  command.request_representation = Google::Apis::PredictionV1_6::Input::Representation
325
318
  command.request_object = input_object
326
319
  command.response_representation = Google::Apis::PredictionV1_6::Output::Representation
@@ -361,8 +354,7 @@ module Google
361
354
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
362
355
  # @raise [Google::Apis::AuthorizationError] Authorization is required
363
356
  def update_trained_model(project, id, update_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
364
- path = '{project}/trainedmodels/{id}'
365
- command = make_simple_command(:put, path, options)
357
+ command = make_simple_command(:put, '{project}/trainedmodels/{id}', options)
366
358
  command.request_representation = Google::Apis::PredictionV1_6::Update::Representation
367
359
  command.request_object = update_object
368
360
  command.response_representation = Google::Apis::PredictionV1_6::Insert2::Representation
@@ -0,0 +1,31 @@
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/proximitybeacon_v1beta1/service.rb'
16
+ require 'google/apis/proximitybeacon_v1beta1/classes.rb'
17
+ require 'google/apis/proximitybeacon_v1beta1/representations.rb'
18
+
19
+ module Google
20
+ module Apis
21
+ # Google Proximity Beacon API
22
+ #
23
+ # This API provides services to register, manage, index, and search beacons.
24
+ #
25
+ # @see https://developers.google.com/beacons/proximity/
26
+ module ProximitybeaconV1beta1
27
+ VERSION = 'V1beta1'
28
+ REVISION = '20150729'
29
+ end
30
+ end
31
+ end