google-api-client 0.8.6 → 0.9

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 (497) 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 +22 -0
  7. data/.yardopts +12 -0
  8. data/CHANGELOG.md +41 -2
  9. data/CONTRIBUTING.md +31 -0
  10. data/Gemfile +32 -2
  11. data/MIGRATING.md +171 -0
  12. data/README.md +181 -148
  13. data/Rakefile +1 -40
  14. data/api_names.yaml +1036 -0
  15. data/api_names_out.yaml +26053 -0
  16. data/bin/generate-api +95 -0
  17. data/generated/google/apis/adexchangebuyer_v1_3.rb +35 -0
  18. data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +1335 -0
  19. data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +446 -0
  20. data/generated/google/apis/adexchangebuyer_v1_3/service.rb +872 -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 +668 -0
  25. data/generated/google/apis/admin_datatransfer_v1.rb +37 -0
  26. data/generated/google/apis/admin_datatransfer_v1/classes.rb +267 -0
  27. data/generated/google/apis/admin_datatransfer_v1/representations.rb +118 -0
  28. data/generated/google/apis/admin_datatransfer_v1/service.rb +262 -0
  29. data/generated/google/apis/admin_directory_v1.rb +113 -0
  30. data/generated/google/apis/admin_directory_v1/classes.rb +3141 -0
  31. data/generated/google/apis/admin_directory_v1/representations.rb +1029 -0
  32. data/generated/google/apis/admin_directory_v1/service.rb +3818 -0
  33. data/generated/google/apis/admin_reports_v1.rb +38 -0
  34. data/generated/google/apis/admin_reports_v1/classes.rb +582 -0
  35. data/generated/google/apis/admin_reports_v1/representations.rb +231 -0
  36. data/generated/google/apis/admin_reports_v1/service.rb +336 -0
  37. data/generated/google/apis/adsense_v1_4.rb +38 -0
  38. data/generated/google/apis/adsense_v1_4/classes.rb +1285 -0
  39. data/generated/google/apis/adsense_v1_4/representations.rb +494 -0
  40. data/generated/google/apis/adsense_v1_4/service.rb +1714 -0
  41. data/generated/google/apis/adsensehost_v4_1.rb +35 -0
  42. data/generated/google/apis/adsensehost_v4_1/classes.rb +834 -0
  43. data/generated/google/apis/adsensehost_v4_1/representations.rb +327 -0
  44. data/generated/google/apis/adsensehost_v4_1/service.rb +1164 -0
  45. data/generated/google/apis/analytics_v3.rb +49 -0
  46. data/generated/google/apis/analytics_v3/classes.rb +5118 -0
  47. data/generated/google/apis/analytics_v3/representations.rb +1662 -0
  48. data/generated/google/apis/analytics_v3/service.rb +3568 -0
  49. data/generated/google/apis/androidenterprise_v1.rb +35 -0
  50. data/generated/google/apis/androidenterprise_v1/classes.rb +1443 -0
  51. data/generated/google/apis/androidenterprise_v1/representations.rb +538 -0
  52. data/generated/google/apis/androidenterprise_v1/service.rb +2602 -0
  53. data/generated/google/apis/androidpublisher_v2.rb +34 -0
  54. data/generated/google/apis/androidpublisher_v2/classes.rb +1411 -0
  55. data/generated/google/apis/androidpublisher_v2/representations.rb +646 -0
  56. data/generated/google/apis/androidpublisher_v2/service.rb +2338 -0
  57. data/generated/google/apis/appengine_v1beta4.rb +35 -0
  58. data/generated/google/apis/appengine_v1beta4/classes.rb +1532 -0
  59. data/generated/google/apis/appengine_v1beta4/representations.rb +526 -0
  60. data/generated/google/apis/appengine_v1beta4/service.rb +476 -0
  61. data/generated/google/apis/appsactivity_v1.rb +46 -0
  62. data/generated/google/apis/appsactivity_v1/classes.rb +392 -0
  63. data/generated/google/apis/appsactivity_v1/representations.rb +184 -0
  64. data/generated/google/apis/appsactivity_v1/service.rb +128 -0
  65. data/generated/google/apis/appstate_v1.rb +34 -0
  66. data/generated/google/apis/appstate_v1/classes.rb +154 -0
  67. data/generated/google/apis/appstate_v1/representations.rb +79 -0
  68. data/generated/google/apis/appstate_v1/service.rb +260 -0
  69. data/generated/google/apis/autoscaler_v1beta2.rb +38 -0
  70. data/generated/google/apis/autoscaler_v1beta2/classes.rb +747 -0
  71. data/generated/google/apis/autoscaler_v1beta2/representations.rb +281 -0
  72. data/generated/google/apis/autoscaler_v1beta2/service.rb +478 -0
  73. data/generated/google/apis/bigquery_v2.rb +52 -0
  74. data/generated/google/apis/bigquery_v2/classes.rb +2471 -0
  75. data/generated/google/apis/bigquery_v2/representations.rb +816 -0
  76. data/generated/google/apis/bigquery_v2/service.rb +982 -0
  77. data/generated/google/apis/blogger_v3.rb +37 -0
  78. data/generated/google/apis/blogger_v3/classes.rb +1354 -0
  79. data/generated/google/apis/blogger_v3/representations.rb +562 -0
  80. data/generated/google/apis/blogger_v3/service.rb +1587 -0
  81. data/generated/google/apis/books_v1.rb +34 -0
  82. data/generated/google/apis/books_v1/classes.rb +3956 -0
  83. data/generated/google/apis/books_v1/representations.rb +1538 -0
  84. data/generated/google/apis/books_v1/service.rb +2290 -0
  85. data/generated/google/apis/calendar_v3.rb +37 -0
  86. data/generated/google/apis/calendar_v3/classes.rb +1742 -0
  87. data/generated/google/apis/calendar_v3/representations.rb +567 -0
  88. data/generated/google/apis/calendar_v3/service.rb +1968 -0
  89. data/{lib/google/api_client/service_account.rb → generated/google/apis/civicinfo_v2.rb} +18 -8
  90. data/generated/google/apis/civicinfo_v2/classes.rb +1127 -0
  91. data/generated/google/apis/civicinfo_v2/representations.rb +383 -0
  92. data/generated/google/apis/civicinfo_v2/service.rb +279 -0
  93. data/generated/google/apis/classroom_v1.rb +49 -0
  94. data/generated/google/apis/classroom_v1/classes.rb +512 -0
  95. data/generated/google/apis/classroom_v1/representations.rb +217 -0
  96. data/generated/google/apis/classroom_v1/service.rb +970 -0
  97. data/generated/google/apis/classroom_v1beta1.rb +49 -0
  98. data/generated/google/apis/classroom_v1beta1/classes.rb +447 -0
  99. data/generated/google/apis/classroom_v1beta1/representations.rb +190 -0
  100. data/generated/google/apis/classroom_v1beta1/service.rb +791 -0
  101. data/generated/google/apis/cloudbilling_v1.rb +35 -0
  102. data/generated/google/apis/cloudbilling_v1/classes.rb +169 -0
  103. data/generated/google/apis/cloudbilling_v1/representations.rb +79 -0
  104. data/generated/google/apis/cloudbilling_v1/service.rb +258 -0
  105. data/generated/google/apis/clouddebugger_v2.rb +41 -0
  106. data/generated/google/apis/clouddebugger_v2/classes.rb +1004 -0
  107. data/generated/google/apis/clouddebugger_v2/representations.rb +410 -0
  108. data/generated/google/apis/clouddebugger_v2/service.rb +370 -0
  109. data/generated/google/apis/cloudmonitoring_v2beta2.rb +37 -0
  110. data/generated/google/apis/cloudmonitoring_v2beta2/classes.rb +679 -0
  111. data/generated/google/apis/cloudmonitoring_v2beta2/representations.rb +311 -0
  112. data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +452 -0
  113. data/generated/google/apis/cloudresourcemanager_v1beta1.rb +38 -0
  114. data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +437 -0
  115. data/generated/google/apis/cloudresourcemanager_v1beta1/representations.rb +188 -0
  116. data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +623 -0
  117. data/generated/google/apis/cloudtrace_v1.rb +35 -0
  118. data/generated/google/apis/cloudtrace_v1/classes.rb +188 -0
  119. data/generated/google/apis/cloudtrace_v1/representations.rb +92 -0
  120. data/generated/google/apis/cloudtrace_v1/service.rb +190 -0
  121. data/generated/google/apis/clouduseraccounts_beta.rb +43 -0
  122. data/generated/google/apis/clouduseraccounts_beta/classes.rb +823 -0
  123. data/generated/google/apis/clouduseraccounts_beta/representations.rb +313 -0
  124. data/generated/google/apis/clouduseraccounts_beta/service.rb +854 -0
  125. data/generated/google/apis/compute_beta.rb +49 -0
  126. data/generated/google/apis/compute_beta/classes.rb +9128 -0
  127. data/generated/google/apis/compute_beta/representations.rb +3048 -0
  128. data/generated/google/apis/compute_beta/service.rb +10154 -0
  129. data/generated/google/apis/compute_v1.rb +49 -0
  130. data/generated/google/apis/compute_v1/classes.rb +8681 -0
  131. data/generated/google/apis/compute_v1/representations.rb +2895 -0
  132. data/generated/google/apis/compute_v1/service.rb +9252 -0
  133. data/generated/google/apis/container_v1.rb +35 -0
  134. data/generated/google/apis/container_v1/classes.rb +463 -0
  135. data/generated/google/apis/container_v1/representations.rb +175 -0
  136. data/generated/google/apis/container_v1/service.rb +367 -0
  137. data/generated/google/apis/container_v1beta1.rb +35 -0
  138. data/generated/google/apis/container_v1beta1/classes.rb +466 -0
  139. data/generated/google/apis/container_v1beta1/representations.rb +177 -0
  140. data/generated/google/apis/container_v1beta1/service.rb +394 -0
  141. data/generated/google/apis/content_v2.rb +35 -0
  142. data/generated/google/apis/content_v2/classes.rb +5986 -0
  143. data/generated/google/apis/content_v2/representations.rb +2288 -0
  144. data/generated/google/apis/content_v2/service.rb +2338 -0
  145. data/generated/google/apis/coordinate_v1.rb +37 -0
  146. data/generated/google/apis/coordinate_v1/classes.rb +669 -0
  147. data/generated/google/apis/coordinate_v1/representations.rb +285 -0
  148. data/generated/google/apis/coordinate_v1/service.rb +678 -0
  149. data/{lib/google/api_client/auth/compute_service_account.rb → generated/google/apis/customsearch_v1.rb} +13 -10
  150. data/generated/google/apis/customsearch_v1/classes.rb +771 -0
  151. data/generated/google/apis/customsearch_v1/representations.rb +276 -0
  152. data/generated/google/apis/customsearch_v1/service.rb +207 -0
  153. data/generated/google/apis/datastore_v1beta2.rb +40 -0
  154. data/generated/google/apis/datastore_v1beta2/classes.rb +1186 -0
  155. data/generated/google/apis/datastore_v1beta2/representations.rb +526 -0
  156. data/generated/google/apis/datastore_v1beta2/service.rb +294 -0
  157. data/generated/google/apis/deploymentmanager_v2.rb +44 -0
  158. data/generated/google/apis/deploymentmanager_v2/classes.rb +1091 -0
  159. data/generated/google/apis/deploymentmanager_v2/representations.rb +422 -0
  160. data/generated/google/apis/deploymentmanager_v2/service.rb +857 -0
  161. data/generated/google/apis/deploymentmanager_v2beta2.rb +44 -0
  162. data/generated/google/apis/deploymentmanager_v2beta2/classes.rb +843 -0
  163. data/generated/google/apis/deploymentmanager_v2beta2/representations.rb +306 -0
  164. data/generated/google/apis/deploymentmanager_v2beta2/service.rb +689 -0
  165. data/generated/google/apis/dfareporting_v2_1.rb +37 -0
  166. data/generated/google/apis/dfareporting_v2_1/classes.rb +10770 -0
  167. data/generated/google/apis/dfareporting_v2_1/representations.rb +3438 -0
  168. data/generated/google/apis/dfareporting_v2_1/service.rb +8585 -0
  169. data/generated/google/apis/discovery_v1.rb +32 -0
  170. data/generated/google/apis/discovery_v1/classes.rb +961 -0
  171. data/generated/google/apis/discovery_v1/representations.rb +357 -0
  172. data/generated/google/apis/discovery_v1/service.rb +142 -0
  173. data/generated/google/apis/dns_v1.rb +44 -0
  174. data/generated/google/apis/dns_v1/classes.rb +406 -0
  175. data/generated/google/apis/dns_v1/representations.rb +151 -0
  176. data/generated/google/apis/dns_v1/service.rb +454 -0
  177. data/generated/google/apis/doubleclickbidmanager_v1.rb +31 -0
  178. data/generated/google/apis/doubleclickbidmanager_v1/classes.rb +716 -0
  179. data/generated/google/apis/doubleclickbidmanager_v1/representations.rb +298 -0
  180. data/generated/google/apis/doubleclickbidmanager_v1/service.rb +341 -0
  181. data/generated/google/apis/doubleclicksearch_v2.rb +35 -0
  182. data/generated/google/apis/doubleclicksearch_v2/classes.rb +956 -0
  183. data/generated/google/apis/doubleclicksearch_v2/representations.rb +316 -0
  184. data/generated/google/apis/doubleclicksearch_v2/service.rb +480 -0
  185. data/generated/google/apis/drive_v2.rb +58 -0
  186. data/generated/google/apis/drive_v2/classes.rb +2562 -0
  187. data/generated/google/apis/drive_v2/representations.rb +795 -0
  188. data/generated/google/apis/drive_v2/service.rb +2696 -0
  189. data/generated/google/apis/drive_v3.rb +55 -0
  190. data/generated/google/apis/drive_v3/classes.rb +1534 -0
  191. data/generated/google/apis/drive_v3/representations.rb +497 -0
  192. data/generated/google/apis/drive_v3/service.rb +1541 -0
  193. data/generated/google/apis/fitness_v1.rb +49 -0
  194. data/generated/google/apis/fitness_v1/classes.rb +885 -0
  195. data/generated/google/apis/fitness_v1/representations.rb +320 -0
  196. data/generated/google/apis/fitness_v1/service.rb +675 -0
  197. data/generated/google/apis/fusiontables_v2.rb +37 -0
  198. data/generated/google/apis/fusiontables_v2/classes.rb +1048 -0
  199. data/generated/google/apis/fusiontables_v2/representations.rb +409 -0
  200. data/generated/google/apis/fusiontables_v2/service.rb +1463 -0
  201. data/generated/google/apis/games_configuration_v1configuration.rb +34 -0
  202. data/generated/google/apis/games_configuration_v1configuration/classes.rb +506 -0
  203. data/generated/google/apis/games_configuration_v1configuration/representations.rb +206 -0
  204. data/generated/google/apis/games_configuration_v1configuration/service.rb +565 -0
  205. data/generated/google/apis/games_management_v1management.rb +37 -0
  206. data/generated/google/apis/games_management_v1management/classes.rb +524 -0
  207. data/generated/google/apis/games_management_v1management/representations.rb +231 -0
  208. data/generated/google/apis/games_management_v1management/service.rb +994 -0
  209. data/generated/google/apis/games_v1.rb +40 -0
  210. data/generated/google/apis/games_v1/classes.rb +4617 -0
  211. data/generated/google/apis/games_v1/representations.rb +1584 -0
  212. data/generated/google/apis/games_v1/service.rb +2290 -0
  213. data/generated/google/apis/gan_v1beta1.rb +31 -0
  214. data/generated/google/apis/gan_v1beta1/classes.rb +1428 -0
  215. data/generated/google/apis/gan_v1beta1/representations.rb +428 -0
  216. data/generated/google/apis/gan_v1beta1/service.rb +682 -0
  217. data/generated/google/apis/genomics_v1.rb +49 -0
  218. data/generated/google/apis/genomics_v1/classes.rb +2609 -0
  219. data/generated/google/apis/genomics_v1/representations.rb +909 -0
  220. data/generated/google/apis/genomics_v1/service.rb +1676 -0
  221. data/generated/google/apis/genomics_v1beta2.rb +46 -0
  222. data/generated/google/apis/genomics_v1beta2/classes.rb +3288 -0
  223. data/generated/google/apis/genomics_v1beta2/representations.rb +1194 -0
  224. data/generated/google/apis/genomics_v1beta2/service.rb +2392 -0
  225. data/generated/google/apis/gmail_v1.rb +52 -0
  226. data/generated/google/apis/gmail_v1/classes.rb +794 -0
  227. data/generated/google/apis/gmail_v1/representations.rb +339 -0
  228. data/generated/google/apis/gmail_v1/service.rb +1470 -0
  229. data/generated/google/apis/groupsmigration_v1.rb +34 -0
  230. data/generated/google/apis/groupsmigration_v1/classes.rb +51 -0
  231. data/generated/google/apis/groupsmigration_v1/representations.rb +38 -0
  232. data/generated/google/apis/groupsmigration_v1/service.rb +110 -0
  233. data/generated/google/apis/groupssettings_v1.rb +34 -0
  234. data/generated/google/apis/groupssettings_v1/classes.rb +221 -0
  235. data/generated/google/apis/groupssettings_v1/representations.rb +64 -0
  236. data/generated/google/apis/groupssettings_v1/service.rb +179 -0
  237. data/generated/google/apis/identitytoolkit_v3.rb +31 -0
  238. data/generated/google/apis/identitytoolkit_v3/classes.rb +1466 -0
  239. data/generated/google/apis/identitytoolkit_v3/representations.rb +509 -0
  240. data/generated/google/apis/identitytoolkit_v3/service.rb +581 -0
  241. data/{spec/google/api_client/request_spec.rb → generated/google/apis/kgsearch_v1.rb} +16 -13
  242. data/generated/google/apis/kgsearch_v1/classes.rb +59 -0
  243. data/generated/google/apis/kgsearch_v1/representations.rb +39 -0
  244. data/generated/google/apis/kgsearch_v1/service.rb +111 -0
  245. data/generated/google/apis/licensing_v1.rb +34 -0
  246. data/generated/google/apis/licensing_v1/classes.rb +132 -0
  247. data/generated/google/apis/licensing_v1/representations.rb +68 -0
  248. data/generated/google/apis/licensing_v1/service.rb +369 -0
  249. data/generated/google/apis/logging_v1beta3.rb +47 -0
  250. data/generated/google/apis/logging_v1beta3/classes.rb +1079 -0
  251. data/generated/google/apis/logging_v1beta3/representations.rb +366 -0
  252. data/generated/google/apis/logging_v1beta3/service.rb +1001 -0
  253. data/generated/google/apis/manager_v1beta2.rb +53 -0
  254. data/generated/google/apis/manager_v1beta2/classes.rb +1287 -0
  255. data/generated/google/apis/manager_v1beta2/representations.rb +536 -0
  256. data/generated/google/apis/manager_v1beta2/service.rb +372 -0
  257. data/generated/google/apis/mapsengine_v1.rb +38 -0
  258. data/generated/google/apis/mapsengine_v1/classes.rb +2873 -0
  259. data/generated/google/apis/mapsengine_v1/representations.rb +1235 -0
  260. data/generated/google/apis/mapsengine_v1/service.rb +3388 -0
  261. data/generated/google/apis/mirror_v1.rb +37 -0
  262. data/generated/google/apis/mirror_v1/classes.rb +1072 -0
  263. data/generated/google/apis/mirror_v1/representations.rb +350 -0
  264. data/generated/google/apis/mirror_v1/service.rb +977 -0
  265. data/generated/google/apis/oauth2_v2.rb +43 -0
  266. data/generated/google/apis/oauth2_v2/classes.rb +245 -0
  267. data/generated/google/apis/oauth2_v2/representations.rb +94 -0
  268. data/generated/google/apis/oauth2_v2/service.rb +199 -0
  269. data/generated/google/apis/pagespeedonline_v2.rb +32 -0
  270. data/generated/google/apis/pagespeedonline_v2/classes.rb +614 -0
  271. data/generated/google/apis/pagespeedonline_v2/representations.rb +244 -0
  272. data/generated/google/apis/pagespeedonline_v2/service.rb +119 -0
  273. data/generated/google/apis/partners_v2.rb +32 -0
  274. data/generated/google/apis/partners_v2/classes.rb +942 -0
  275. data/generated/google/apis/partners_v2/representations.rb +402 -0
  276. data/generated/google/apis/partners_v2/service.rb +400 -0
  277. data/generated/google/apis/plus_domains_v1.rb +61 -0
  278. data/generated/google/apis/plus_domains_v1/classes.rb +2609 -0
  279. data/generated/google/apis/plus_domains_v1/representations.rb +987 -0
  280. data/generated/google/apis/plus_domains_v1/service.rb +904 -0
  281. data/generated/google/apis/plus_v1.rb +43 -0
  282. data/generated/google/apis/plus_v1/classes.rb +2094 -0
  283. data/generated/google/apis/plus_v1/representations.rb +805 -0
  284. data/generated/google/apis/plus_v1/service.rb +470 -0
  285. data/generated/google/apis/prediction_v1_6.rb +44 -0
  286. data/generated/google/apis/prediction_v1_6/classes.rb +751 -0
  287. data/generated/google/apis/prediction_v1_6/representations.rb +327 -0
  288. data/generated/google/apis/prediction_v1_6/service.rb +380 -0
  289. data/generated/google/apis/proximitybeacon_v1beta1.rb +31 -0
  290. data/generated/google/apis/proximitybeacon_v1beta1/classes.rb +639 -0
  291. data/generated/google/apis/proximitybeacon_v1beta1/representations.rb +274 -0
  292. data/generated/google/apis/proximitybeacon_v1beta1/service.rb +591 -0
  293. data/generated/google/apis/pubsub_v1.rb +37 -0
  294. data/generated/google/apis/pubsub_v1/classes.rb +614 -0
  295. data/generated/google/apis/pubsub_v1/representations.rb +281 -0
  296. data/generated/google/apis/pubsub_v1/service.rb +774 -0
  297. data/generated/google/apis/pubsub_v1beta2.rb +37 -0
  298. data/generated/google/apis/pubsub_v1beta2/classes.rb +620 -0
  299. data/generated/google/apis/pubsub_v1beta2/representations.rb +282 -0
  300. data/generated/google/apis/pubsub_v1beta2/service.rb +774 -0
  301. data/generated/google/apis/qpx_express_v1.rb +31 -0
  302. data/generated/google/apis/qpx_express_v1/classes.rb +1268 -0
  303. data/generated/google/apis/qpx_express_v1/representations.rb +424 -0
  304. data/generated/google/apis/qpx_express_v1/service.rb +100 -0
  305. data/generated/google/apis/replicapool_v1beta2.rb +44 -0
  306. data/generated/google/apis/replicapool_v1beta2/classes.rb +631 -0
  307. data/generated/google/apis/replicapool_v1beta2/representations.rb +236 -0
  308. data/generated/google/apis/replicapool_v1beta2/service.rb +608 -0
  309. data/generated/google/apis/replicapoolupdater_v1beta1.rb +44 -0
  310. data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +733 -0
  311. data/generated/google/apis/replicapoolupdater_v1beta1/representations.rb +264 -0
  312. data/generated/google/apis/replicapoolupdater_v1beta1/service.rb +508 -0
  313. data/generated/google/apis/reseller_v1.rb +37 -0
  314. data/generated/google/apis/reseller_v1/classes.rb +520 -0
  315. data/generated/google/apis/reseller_v1/representations.rb +200 -0
  316. data/generated/google/apis/reseller_v1/service.rb +623 -0
  317. data/generated/google/apis/resourceviews_v1beta2.rb +50 -0
  318. data/generated/google/apis/resourceviews_v1beta2/classes.rb +660 -0
  319. data/generated/google/apis/resourceviews_v1beta2/representations.rb +269 -0
  320. data/generated/google/apis/resourceviews_v1beta2/service.rb +563 -0
  321. data/generated/google/apis/script_v1.rb +61 -0
  322. data/generated/google/apis/script_v1/classes.rb +259 -0
  323. data/generated/google/apis/script_v1/representations.rb +106 -0
  324. data/generated/google/apis/script_v1/service.rb +98 -0
  325. data/generated/google/apis/site_verification_v1.rb +37 -0
  326. data/generated/google/apis/site_verification_v1/classes.rb +185 -0
  327. data/generated/google/apis/site_verification_v1/representations.rb +101 -0
  328. data/generated/google/apis/site_verification_v1/service.rb +315 -0
  329. data/generated/google/apis/sqladmin_v1beta4.rb +37 -0
  330. data/generated/google/apis/sqladmin_v1beta4/classes.rb +2001 -0
  331. data/generated/google/apis/sqladmin_v1beta4/representations.rb +758 -0
  332. data/generated/google/apis/sqladmin_v1beta4/service.rb +1625 -0
  333. data/generated/google/apis/storage_v1.rb +46 -0
  334. data/generated/google/apis/storage_v1/classes.rb +1222 -0
  335. data/generated/google/apis/storage_v1/representations.rb +445 -0
  336. data/generated/google/apis/storage_v1/service.rb +1903 -0
  337. data/generated/google/apis/storagetransfer_v1.rb +35 -0
  338. data/generated/google/apis/storagetransfer_v1/classes.rb +1046 -0
  339. data/generated/google/apis/storagetransfer_v1/representations.rb +370 -0
  340. data/generated/google/apis/storagetransfer_v1/service.rb +473 -0
  341. data/generated/google/apis/tagmanager_v1.rb +52 -0
  342. data/generated/google/apis/tagmanager_v1/classes.rb +1384 -0
  343. data/generated/google/apis/tagmanager_v1/representations.rb +515 -0
  344. data/generated/google/apis/tagmanager_v1/service.rb +1817 -0
  345. data/generated/google/apis/taskqueue_v1beta2.rb +37 -0
  346. data/generated/google/apis/taskqueue_v1beta2/classes.rb +254 -0
  347. data/generated/google/apis/taskqueue_v1beta2/representations.rb +114 -0
  348. data/generated/google/apis/taskqueue_v1beta2/service.rb +408 -0
  349. data/generated/google/apis/tasks_v1.rb +37 -0
  350. data/generated/google/apis/tasks_v1/classes.rb +296 -0
  351. data/generated/google/apis/tasks_v1/representations.rb +115 -0
  352. data/generated/google/apis/tasks_v1/service.rb +643 -0
  353. data/generated/google/apis/translate_v2.rb +31 -0
  354. data/generated/google/apis/translate_v2/classes.rb +168 -0
  355. data/generated/google/apis/translate_v2/representations.rb +109 -0
  356. data/generated/google/apis/translate_v2/service.rb +182 -0
  357. data/generated/google/apis/urlshortener_v1.rb +34 -0
  358. data/generated/google/apis/urlshortener_v1/classes.rb +246 -0
  359. data/generated/google/apis/urlshortener_v1/representations.rb +111 -0
  360. data/generated/google/apis/urlshortener_v1/service.rb +176 -0
  361. data/generated/google/apis/webmasters_v3.rb +37 -0
  362. data/generated/google/apis/webmasters_v3/classes.rb +563 -0
  363. data/generated/google/apis/webmasters_v3/representations.rb +250 -0
  364. data/generated/google/apis/webmasters_v3/service.rb +573 -0
  365. data/generated/google/apis/youtube_analytics_v1.rb +46 -0
  366. data/generated/google/apis/youtube_analytics_v1/classes.rb +546 -0
  367. data/generated/google/apis/youtube_analytics_v1/representations.rb +243 -0
  368. data/generated/google/apis/youtube_analytics_v1/service.rb +562 -0
  369. data/generated/google/apis/youtube_v3.rb +49 -0
  370. data/generated/google/apis/youtube_v3/classes.rb +8136 -0
  371. data/generated/google/apis/youtube_v3/representations.rb +2838 -0
  372. data/generated/google/apis/youtube_v3/service.rb +4403 -0
  373. data/generated/google/apis/youtubereporting_v1.rb +38 -0
  374. data/generated/google/apis/youtubereporting_v1/classes.rb +258 -0
  375. data/generated/google/apis/youtubereporting_v1/representations.rb +128 -0
  376. data/generated/google/apis/youtubereporting_v1/service.rb +364 -0
  377. data/google-api-client.gemspec +27 -39
  378. data/lib/google/api_client/auth/installed_app.rb +7 -5
  379. data/lib/google/api_client/auth/key_utils.rb +1 -0
  380. data/lib/google/api_client/auth/storage.rb +4 -2
  381. data/lib/google/api_client/auth/storages/file_store.rb +2 -3
  382. data/lib/google/api_client/auth/storages/redis_store.rb +7 -2
  383. data/lib/google/api_client/client_secrets.rb +4 -5
  384. data/lib/google/apis.rb +48 -0
  385. data/lib/google/apis/core/api_command.rb +135 -0
  386. data/lib/google/apis/core/base_service.rb +317 -0
  387. data/lib/google/apis/core/batch.rb +239 -0
  388. data/lib/google/apis/core/download.rb +94 -0
  389. data/lib/google/apis/core/hashable.rb +44 -0
  390. data/lib/google/apis/core/http_client_adapter.rb +82 -0
  391. data/lib/google/apis/core/http_command.rb +312 -0
  392. data/lib/google/apis/core/json_representation.rb +127 -0
  393. data/lib/google/{api_client/version.rb → apis/core/logging.rb} +12 -8
  394. data/lib/google/apis/core/multipart.rb +187 -0
  395. data/lib/google/apis/core/upload.rb +288 -0
  396. data/lib/google/{api_client → apis}/errors.rb +39 -28
  397. data/lib/google/apis/generator.rb +70 -0
  398. data/lib/google/apis/generator/annotator.rb +295 -0
  399. data/lib/google/apis/generator/helpers.rb +74 -0
  400. data/lib/google/apis/generator/model.rb +143 -0
  401. data/lib/google/apis/generator/template.rb +124 -0
  402. data/lib/google/apis/generator/templates/_class.tmpl +40 -0
  403. data/lib/google/apis/generator/templates/_method.tmpl +92 -0
  404. data/lib/google/apis/generator/templates/_representation.tmpl +51 -0
  405. data/lib/google/apis/generator/templates/_representation_stub.tmpl +15 -0
  406. data/lib/google/apis/generator/templates/_representation_type.tmpl +10 -0
  407. data/lib/google/{api_client/reference.rb → apis/generator/templates/classes.rb.tmpl} +11 -9
  408. data/lib/google/apis/generator/templates/module.rb.tmpl +40 -0
  409. data/lib/google/apis/generator/templates/representations.rb.tmpl +32 -0
  410. data/lib/google/apis/generator/templates/service.rb.tmpl +60 -0
  411. data/lib/google/apis/options.rb +85 -0
  412. data/lib/google/apis/version.rb +39 -0
  413. data/rakelib/metrics.rake +22 -0
  414. data/rakelib/rubocop.rake +10 -0
  415. data/rakelib/spec.rake +11 -0
  416. data/rakelib/yard.rake +11 -0
  417. data/samples/Gemfile +7 -0
  418. data/samples/README.md +51 -0
  419. data/samples/google-api-samples +32 -0
  420. data/samples/lib/base_cli.rb +94 -0
  421. data/samples/lib/samples/analytics.rb +62 -0
  422. data/samples/lib/samples/calendar.rb +83 -0
  423. data/samples/lib/samples/drive.rb +82 -0
  424. data/samples/lib/samples/gmail.rb +50 -0
  425. data/samples/lib/samples/pubsub.rb +114 -0
  426. data/samples/lib/samples/translate.rb +44 -0
  427. data/samples/lib/samples/you_tube.rb +44 -0
  428. data/script/generate +95 -0
  429. data/script/package +8 -0
  430. data/script/release +15 -0
  431. data/spec/fixtures/files/api_names.yaml +3 -0
  432. data/spec/fixtures/files/auth_stored_credentials.json +8 -0
  433. data/spec/fixtures/files/child/.gitignore +0 -0
  434. data/spec/fixtures/files/client_secrets.json +1 -0
  435. data/spec/fixtures/files/invalid.json +1 -0
  436. data/spec/fixtures/files/test.blah +1 -0
  437. data/spec/fixtures/files/test.txt +1 -0
  438. data/spec/fixtures/files/test_api.json +440 -0
  439. data/spec/google/api_client/auth/storage_spec.rb +1 -3
  440. data/spec/google/api_client/auth/storages/file_store_spec.rb +1 -2
  441. data/spec/google/api_client/auth/storages/redis_store_spec.rb +1 -3
  442. data/spec/google/api_client/client_secrets_spec.rb +38 -1
  443. data/spec/google/apis/core/api_command_spec.rb +209 -0
  444. data/spec/google/apis/core/batch_spec.rb +142 -0
  445. data/spec/google/apis/core/download_spec.rb +103 -0
  446. data/spec/google/apis/core/hashable_spec.rb +60 -0
  447. data/spec/google/apis/core/http_command_spec.rb +284 -0
  448. data/spec/google/apis/core/json_representation_spec.rb +192 -0
  449. data/spec/google/apis/core/service_spec.rb +247 -0
  450. data/spec/google/apis/core/upload_spec.rb +300 -0
  451. data/{lib/google/api_client/discovery.rb → spec/google/apis/generated_spec.rb} +13 -5
  452. data/spec/google/apis/generator/generator_spec.rb +272 -0
  453. data/spec/google/apis/logging_spec.rb +45 -0
  454. data/spec/google/apis/options_spec.rb +40 -0
  455. data/spec/integration_tests/adsense_spec.rb +29 -0
  456. data/spec/integration_tests/drive_spec.rb +35 -0
  457. data/spec/integration_tests/pubsub_spec.rb +48 -0
  458. data/spec/integration_tests/url_shortener_spec.rb +45 -0
  459. data/spec/spec_helper.rb +131 -44
  460. data/spec/spec_helper/load_path_spec.rb +33 -0
  461. data/third_party/hurley_patches.rb +103 -0
  462. metadata +533 -170
  463. data/lib/compat/multi_json.rb +0 -19
  464. data/lib/google/api_client.rb +0 -750
  465. data/lib/google/api_client/auth/file_storage.rb +0 -59
  466. data/lib/google/api_client/auth/jwt_asserter.rb +0 -126
  467. data/lib/google/api_client/auth/pkcs12.rb +0 -41
  468. data/lib/google/api_client/batch.rb +0 -326
  469. data/lib/google/api_client/charset.rb +0 -33
  470. data/lib/google/api_client/discovery/api.rb +0 -310
  471. data/lib/google/api_client/discovery/media.rb +0 -77
  472. data/lib/google/api_client/discovery/method.rb +0 -363
  473. data/lib/google/api_client/discovery/resource.rb +0 -156
  474. data/lib/google/api_client/discovery/schema.rb +0 -117
  475. data/lib/google/api_client/environment.rb +0 -42
  476. data/lib/google/api_client/gzip.rb +0 -28
  477. data/lib/google/api_client/logging.rb +0 -32
  478. data/lib/google/api_client/media.rb +0 -259
  479. data/lib/google/api_client/railtie.rb +0 -18
  480. data/lib/google/api_client/request.rb +0 -350
  481. data/lib/google/api_client/result.rb +0 -255
  482. data/lib/google/api_client/service.rb +0 -233
  483. data/lib/google/api_client/service/batch.rb +0 -110
  484. data/lib/google/api_client/service/request.rb +0 -144
  485. data/lib/google/api_client/service/resource.rb +0 -40
  486. data/lib/google/api_client/service/result.rb +0 -162
  487. data/lib/google/api_client/service/simple_file_store.rb +0 -151
  488. data/lib/google/api_client/service/stub_generator.rb +0 -61
  489. data/spec/google/api_client/batch_spec.rb +0 -248
  490. data/spec/google/api_client/discovery_spec.rb +0 -708
  491. data/spec/google/api_client/gzip_spec.rb +0 -98
  492. data/spec/google/api_client/media_spec.rb +0 -178
  493. data/spec/google/api_client/result_spec.rb +0 -207
  494. data/spec/google/api_client/service_account_spec.rb +0 -169
  495. data/spec/google/api_client/service_spec.rb +0 -618
  496. data/spec/google/api_client/simple_file_store_spec.rb +0 -133
  497. data/spec/google/api_client_spec.rb +0 -352
@@ -0,0 +1,313 @@
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 ClouduseraccountsBeta
24
+
25
+ class AuthorizedKeysView
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+ end
28
+
29
+ class Group
30
+ class Representation < Google::Apis::Core::JsonRepresentation; end
31
+ end
32
+
33
+ class GroupList
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class GroupsAddMemberRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class GroupsRemoveMemberRequest
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+ end
44
+
45
+ class LinuxAccountViews
46
+ class Representation < Google::Apis::Core::JsonRepresentation; end
47
+ end
48
+
49
+ class LinuxGetAuthorizedKeysViewResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+ end
52
+
53
+ class LinuxGetLinuxAccountViewsResponse
54
+ class Representation < Google::Apis::Core::JsonRepresentation; end
55
+ end
56
+
57
+ class LinuxGroupView
58
+ class Representation < Google::Apis::Core::JsonRepresentation; end
59
+ end
60
+
61
+ class LinuxUserView
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+ end
64
+
65
+ class Operation
66
+ class Representation < Google::Apis::Core::JsonRepresentation; end
67
+
68
+ class Error
69
+ class Representation < Google::Apis::Core::JsonRepresentation; end
70
+
71
+ class Error
72
+ class Representation < Google::Apis::Core::JsonRepresentation; end
73
+ end
74
+ end
75
+
76
+ class Warning
77
+ class Representation < Google::Apis::Core::JsonRepresentation; end
78
+
79
+ class Datum
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+ end
82
+ end
83
+ end
84
+
85
+ class OperationList
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+ end
88
+
89
+ class PublicKey
90
+ class Representation < Google::Apis::Core::JsonRepresentation; end
91
+ end
92
+
93
+ class User
94
+ class Representation < Google::Apis::Core::JsonRepresentation; end
95
+ end
96
+
97
+ class UserList
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+ end
100
+
101
+ class AuthorizedKeysView
102
+ # @private
103
+ class Representation < Google::Apis::Core::JsonRepresentation
104
+ collection :keys, as: 'keys'
105
+ property :sudoer, as: 'sudoer'
106
+ end
107
+ end
108
+
109
+ class Group
110
+ # @private
111
+ class Representation < Google::Apis::Core::JsonRepresentation
112
+ property :creation_timestamp, as: 'creationTimestamp'
113
+ property :description, as: 'description'
114
+ property :id, as: 'id'
115
+ property :kind, as: 'kind'
116
+ collection :members, as: 'members'
117
+ property :name, as: 'name'
118
+ property :self_link, as: 'selfLink'
119
+ end
120
+ end
121
+
122
+ class GroupList
123
+ # @private
124
+ class Representation < Google::Apis::Core::JsonRepresentation
125
+ property :id, as: 'id'
126
+ collection :items, as: 'items', class: Google::Apis::ClouduseraccountsBeta::Group, decorator: Google::Apis::ClouduseraccountsBeta::Group::Representation
127
+
128
+ property :kind, as: 'kind'
129
+ property :next_page_token, as: 'nextPageToken'
130
+ property :self_link, as: 'selfLink'
131
+ end
132
+ end
133
+
134
+ class GroupsAddMemberRequest
135
+ # @private
136
+ class Representation < Google::Apis::Core::JsonRepresentation
137
+ collection :users, as: 'users'
138
+ end
139
+ end
140
+
141
+ class GroupsRemoveMemberRequest
142
+ # @private
143
+ class Representation < Google::Apis::Core::JsonRepresentation
144
+ collection :users, as: 'users'
145
+ end
146
+ end
147
+
148
+ class LinuxAccountViews
149
+ # @private
150
+ class Representation < Google::Apis::Core::JsonRepresentation
151
+ collection :group_views, as: 'groupViews', class: Google::Apis::ClouduseraccountsBeta::LinuxGroupView, decorator: Google::Apis::ClouduseraccountsBeta::LinuxGroupView::Representation
152
+
153
+ property :kind, as: 'kind'
154
+ collection :user_views, as: 'userViews', class: Google::Apis::ClouduseraccountsBeta::LinuxUserView, decorator: Google::Apis::ClouduseraccountsBeta::LinuxUserView::Representation
155
+
156
+ end
157
+ end
158
+
159
+ class LinuxGetAuthorizedKeysViewResponse
160
+ # @private
161
+ class Representation < Google::Apis::Core::JsonRepresentation
162
+ property :resource, as: 'resource', class: Google::Apis::ClouduseraccountsBeta::AuthorizedKeysView, decorator: Google::Apis::ClouduseraccountsBeta::AuthorizedKeysView::Representation
163
+
164
+ end
165
+ end
166
+
167
+ class LinuxGetLinuxAccountViewsResponse
168
+ # @private
169
+ class Representation < Google::Apis::Core::JsonRepresentation
170
+ property :resource, as: 'resource', class: Google::Apis::ClouduseraccountsBeta::LinuxAccountViews, decorator: Google::Apis::ClouduseraccountsBeta::LinuxAccountViews::Representation
171
+
172
+ end
173
+ end
174
+
175
+ class LinuxGroupView
176
+ # @private
177
+ class Representation < Google::Apis::Core::JsonRepresentation
178
+ property :gid, as: 'gid'
179
+ property :group_name, as: 'groupName'
180
+ collection :members, as: 'members'
181
+ end
182
+ end
183
+
184
+ class LinuxUserView
185
+ # @private
186
+ class Representation < Google::Apis::Core::JsonRepresentation
187
+ property :gecos, as: 'gecos'
188
+ property :gid, as: 'gid'
189
+ property :home_directory, as: 'homeDirectory'
190
+ property :shell, as: 'shell'
191
+ property :uid, as: 'uid'
192
+ property :username, as: 'username'
193
+ end
194
+ end
195
+
196
+ class Operation
197
+ # @private
198
+ class Representation < Google::Apis::Core::JsonRepresentation
199
+ property :client_operation_id, as: 'clientOperationId'
200
+ property :creation_timestamp, as: 'creationTimestamp'
201
+ property :end_time, as: 'endTime'
202
+ property :error, as: 'error', class: Google::Apis::ClouduseraccountsBeta::Operation::Error, decorator: Google::Apis::ClouduseraccountsBeta::Operation::Error::Representation
203
+
204
+ property :http_error_message, as: 'httpErrorMessage'
205
+ property :http_error_status_code, as: 'httpErrorStatusCode'
206
+ property :id, as: 'id'
207
+ property :insert_time, as: 'insertTime'
208
+ property :kind, as: 'kind'
209
+ property :name, as: 'name'
210
+ property :operation_type, as: 'operationType'
211
+ property :progress, as: 'progress'
212
+ property :region, as: 'region'
213
+ property :self_link, as: 'selfLink'
214
+ property :start_time, as: 'startTime'
215
+ property :status, as: 'status'
216
+ property :status_message, as: 'statusMessage'
217
+ property :target_id, as: 'targetId'
218
+ property :target_link, as: 'targetLink'
219
+ property :user, as: 'user'
220
+ collection :warnings, as: 'warnings', class: Google::Apis::ClouduseraccountsBeta::Operation::Warning, decorator: Google::Apis::ClouduseraccountsBeta::Operation::Warning::Representation
221
+
222
+ property :zone, as: 'zone'
223
+ end
224
+
225
+ class Error
226
+ # @private
227
+ class Representation < Google::Apis::Core::JsonRepresentation
228
+ collection :errors, as: 'errors', class: Google::Apis::ClouduseraccountsBeta::Operation::Error::Error, decorator: Google::Apis::ClouduseraccountsBeta::Operation::Error::Error::Representation
229
+
230
+ end
231
+
232
+ class Error
233
+ # @private
234
+ class Representation < Google::Apis::Core::JsonRepresentation
235
+ property :code, as: 'code'
236
+ property :location, as: 'location'
237
+ property :message, as: 'message'
238
+ end
239
+ end
240
+ end
241
+
242
+ class Warning
243
+ # @private
244
+ class Representation < Google::Apis::Core::JsonRepresentation
245
+ property :code, as: 'code'
246
+ collection :data, as: 'data', class: Google::Apis::ClouduseraccountsBeta::Operation::Warning::Datum, decorator: Google::Apis::ClouduseraccountsBeta::Operation::Warning::Datum::Representation
247
+
248
+ property :message, as: 'message'
249
+ end
250
+
251
+ class Datum
252
+ # @private
253
+ class Representation < Google::Apis::Core::JsonRepresentation
254
+ property :key, as: 'key'
255
+ property :value, as: 'value'
256
+ end
257
+ end
258
+ end
259
+ end
260
+
261
+ class OperationList
262
+ # @private
263
+ class Representation < Google::Apis::Core::JsonRepresentation
264
+ property :id, as: 'id'
265
+ collection :items, as: 'items', class: Google::Apis::ClouduseraccountsBeta::Operation, decorator: Google::Apis::ClouduseraccountsBeta::Operation::Representation
266
+
267
+ property :kind, as: 'kind'
268
+ property :next_page_token, as: 'nextPageToken'
269
+ property :self_link, as: 'selfLink'
270
+ end
271
+ end
272
+
273
+ class PublicKey
274
+ # @private
275
+ class Representation < Google::Apis::Core::JsonRepresentation
276
+ property :creation_timestamp, as: 'creationTimestamp'
277
+ property :description, as: 'description'
278
+ property :expiration_timestamp, as: 'expirationTimestamp'
279
+ property :fingerprint, as: 'fingerprint'
280
+ property :key, as: 'key'
281
+ end
282
+ end
283
+
284
+ class User
285
+ # @private
286
+ class Representation < Google::Apis::Core::JsonRepresentation
287
+ property :creation_timestamp, as: 'creationTimestamp'
288
+ property :description, as: 'description'
289
+ collection :groups, as: 'groups'
290
+ property :id, as: 'id'
291
+ property :kind, as: 'kind'
292
+ property :name, as: 'name'
293
+ property :owner, as: 'owner'
294
+ collection :public_keys, as: 'publicKeys', class: Google::Apis::ClouduseraccountsBeta::PublicKey, decorator: Google::Apis::ClouduseraccountsBeta::PublicKey::Representation
295
+
296
+ property :self_link, as: 'selfLink'
297
+ end
298
+ end
299
+
300
+ class UserList
301
+ # @private
302
+ class Representation < Google::Apis::Core::JsonRepresentation
303
+ property :id, as: 'id'
304
+ collection :items, as: 'items', class: Google::Apis::ClouduseraccountsBeta::User, decorator: Google::Apis::ClouduseraccountsBeta::User::Representation
305
+
306
+ property :kind, as: 'kind'
307
+ property :next_page_token, as: 'nextPageToken'
308
+ property :self_link, as: 'selfLink'
309
+ end
310
+ end
311
+ end
312
+ end
313
+ end
@@ -0,0 +1,854 @@
1
+ # Copyright 2015 Google Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/core/base_service'
16
+ require 'google/apis/core/json_representation'
17
+ require 'google/apis/core/hashable'
18
+ require 'google/apis/errors'
19
+
20
+ module Google
21
+ module Apis
22
+ module ClouduseraccountsBeta
23
+ # Cloud User Accounts API
24
+ #
25
+ # API for the Google Cloud User Accounts service.
26
+ #
27
+ # @example
28
+ # require 'google/apis/clouduseraccounts_beta'
29
+ #
30
+ # Clouduseraccounts = Google::Apis::ClouduseraccountsBeta # Alias the module
31
+ # service = Clouduseraccounts::CloudUserAccountsService.new
32
+ #
33
+ # @see https://cloud.google.com/compute/docs/access/user-accounts/api/latest/
34
+ class CloudUserAccountsService < Google::Apis::Core::BaseService
35
+ # @return [String]
36
+ # API key. Your API key identifies your project and provides you with API access,
37
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
38
+ attr_accessor :key
39
+
40
+ # @return [String]
41
+ # Available to use for quota purposes for server-side applications. Can be any
42
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
43
+ # Overrides userIp if both are provided.
44
+ attr_accessor :quota_user
45
+
46
+ # @return [String]
47
+ # IP address of the site where the request originates. Use this if you want to
48
+ # enforce per-user limits.
49
+ attr_accessor :user_ip
50
+
51
+ def initialize
52
+ super('https://www.googleapis.com/', 'clouduseraccounts/beta/projects/')
53
+ end
54
+
55
+ # Deletes the specified operation resource.
56
+ # @param [String] project
57
+ # Project ID for this request.
58
+ # @param [String] operation
59
+ # Name of the Operations resource to delete.
60
+ # @param [String] fields
61
+ # Selector specifying which fields to include in a partial response.
62
+ # @param [String] quota_user
63
+ # Available to use for quota purposes for server-side applications. Can be any
64
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
65
+ # Overrides userIp if both are provided.
66
+ # @param [String] user_ip
67
+ # IP address of the site where the request originates. Use this if you want to
68
+ # enforce per-user limits.
69
+ # @param [Google::Apis::RequestOptions] options
70
+ # Request-specific options
71
+ #
72
+ # @yield [result, err] Result & error if block supplied
73
+ # @yieldparam result [NilClass] No result returned for this method
74
+ # @yieldparam err [StandardError] error object if request failed
75
+ #
76
+ # @return [void]
77
+ #
78
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
79
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
80
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
81
+ def delete_global_accounts_operation(project, operation, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
82
+ command = make_simple_command(:delete, '{project}/global/operations/{operation}', options)
83
+ command.params['project'] = project unless project.nil?
84
+ command.params['operation'] = operation unless operation.nil?
85
+ command.query['fields'] = fields unless fields.nil?
86
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
87
+ command.query['userIp'] = user_ip unless user_ip.nil?
88
+ execute_or_queue_command(command, &block)
89
+ end
90
+
91
+ # Retrieves the specified operation resource.
92
+ # @param [String] project
93
+ # Project ID for this request.
94
+ # @param [String] operation
95
+ # Name of the Operations resource to return.
96
+ # @param [String] fields
97
+ # Selector specifying which fields to include in a partial response.
98
+ # @param [String] quota_user
99
+ # Available to use for quota purposes for server-side applications. Can be any
100
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
101
+ # Overrides userIp if both are provided.
102
+ # @param [String] user_ip
103
+ # IP address of the site where the request originates. Use this if you want to
104
+ # enforce per-user limits.
105
+ # @param [Google::Apis::RequestOptions] options
106
+ # Request-specific options
107
+ #
108
+ # @yield [result, err] Result & error if block supplied
109
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
110
+ # @yieldparam err [StandardError] error object if request failed
111
+ #
112
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
113
+ #
114
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
115
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
116
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
117
+ def get_global_accounts_operation(project, operation, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
118
+ command = make_simple_command(:get, '{project}/global/operations/{operation}', options)
119
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
120
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
121
+ command.params['project'] = project unless project.nil?
122
+ command.params['operation'] = operation unless operation.nil?
123
+ command.query['fields'] = fields unless fields.nil?
124
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
125
+ command.query['userIp'] = user_ip unless user_ip.nil?
126
+ execute_or_queue_command(command, &block)
127
+ end
128
+
129
+ # Retrieves the list of operation resources contained within the specified
130
+ # project.
131
+ # @param [String] project
132
+ # Project ID for this request.
133
+ # @param [String] filter
134
+ # Sets a filter expression for filtering listed resources, in the form filter=`
135
+ # expression`. Your `expression` must be in the format: FIELD_NAME
136
+ # COMPARISON_STRING LITERAL_STRING.
137
+ # The FIELD_NAME is the name of the field you want to compare. Only atomic field
138
+ # types are supported (string, number, boolean). The COMPARISON_STRING must be
139
+ # either eq (equals) or ne (not equals). The LITERAL_STRING is the string value
140
+ # to filter to. The literal value must be valid for the type of field (string,
141
+ # number, boolean). For string fields, the literal value is interpreted as a
142
+ # regular expression using RE2 syntax. The literal value must match the entire
143
+ # field.
144
+ # For example, filter=name ne example-instance.
145
+ # @param [Fixnum] max_results
146
+ # Maximum count of results to be returned.
147
+ # @param [String] order_by
148
+ # Sorts list results by a certain order. By default, results are returned in
149
+ # alphanumerical order based on the resource name.
150
+ # You can also sort results in descending order based on the creation timestamp
151
+ # using orderBy="creationTimestamp desc". This sorts results based on the
152
+ # creationTimestamp field in reverse chronological order (newest result first).
153
+ # Use this to sort resources like operations so that the newest operation is
154
+ # returned first.
155
+ # Currently, only sorting by name or creationTimestamp desc is supported.
156
+ # @param [String] page_token
157
+ # Specifies a page token to use. Use this parameter if you want to list the next
158
+ # page of results. Set pageToken to the nextPageToken returned by a previous
159
+ # list request.
160
+ # @param [String] fields
161
+ # Selector specifying which fields to include in a partial response.
162
+ # @param [String] quota_user
163
+ # Available to use for quota purposes for server-side applications. Can be any
164
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
165
+ # Overrides userIp if both are provided.
166
+ # @param [String] user_ip
167
+ # IP address of the site where the request originates. Use this if you want to
168
+ # enforce per-user limits.
169
+ # @param [Google::Apis::RequestOptions] options
170
+ # Request-specific options
171
+ #
172
+ # @yield [result, err] Result & error if block supplied
173
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::OperationList] parsed result object
174
+ # @yieldparam err [StandardError] error object if request failed
175
+ #
176
+ # @return [Google::Apis::ClouduseraccountsBeta::OperationList]
177
+ #
178
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
179
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
180
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
181
+ def list_global_accounts_operations(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
182
+ command = make_simple_command(:get, '{project}/global/operations', options)
183
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::OperationList::Representation
184
+ command.response_class = Google::Apis::ClouduseraccountsBeta::OperationList
185
+ command.params['project'] = project unless project.nil?
186
+ command.query['filter'] = filter unless filter.nil?
187
+ command.query['maxResults'] = max_results unless max_results.nil?
188
+ command.query['orderBy'] = order_by unless order_by.nil?
189
+ command.query['pageToken'] = page_token unless page_token.nil?
190
+ command.query['fields'] = fields unless fields.nil?
191
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
192
+ command.query['userIp'] = user_ip unless user_ip.nil?
193
+ execute_or_queue_command(command, &block)
194
+ end
195
+
196
+ # Adds users to the specified group.
197
+ # @param [String] project
198
+ # Project ID for this request.
199
+ # @param [String] group_name
200
+ # Name of the group for this request.
201
+ # @param [Google::Apis::ClouduseraccountsBeta::GroupsAddMemberRequest] groups_add_member_request_object
202
+ # @param [String] fields
203
+ # Selector specifying which fields to include in a partial response.
204
+ # @param [String] quota_user
205
+ # Available to use for quota purposes for server-side applications. Can be any
206
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
207
+ # Overrides userIp if both are provided.
208
+ # @param [String] user_ip
209
+ # IP address of the site where the request originates. Use this if you want to
210
+ # enforce per-user limits.
211
+ # @param [Google::Apis::RequestOptions] options
212
+ # Request-specific options
213
+ #
214
+ # @yield [result, err] Result & error if block supplied
215
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
216
+ # @yieldparam err [StandardError] error object if request failed
217
+ #
218
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
219
+ #
220
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
221
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
222
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
223
+ def add_group_member(project, group_name, groups_add_member_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
224
+ command = make_simple_command(:post, '{project}/global/groups/{groupName}/addMember', options)
225
+ command.request_representation = Google::Apis::ClouduseraccountsBeta::GroupsAddMemberRequest::Representation
226
+ command.request_object = groups_add_member_request_object
227
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
228
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
229
+ command.params['project'] = project unless project.nil?
230
+ command.params['groupName'] = group_name unless group_name.nil?
231
+ command.query['fields'] = fields unless fields.nil?
232
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
233
+ command.query['userIp'] = user_ip unless user_ip.nil?
234
+ execute_or_queue_command(command, &block)
235
+ end
236
+
237
+ # Deletes the specified Group resource.
238
+ # @param [String] project
239
+ # Project ID for this request.
240
+ # @param [String] group_name
241
+ # Name of the Group resource to delete.
242
+ # @param [String] fields
243
+ # Selector specifying which fields to include in a partial response.
244
+ # @param [String] quota_user
245
+ # Available to use for quota purposes for server-side applications. Can be any
246
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
247
+ # Overrides userIp if both are provided.
248
+ # @param [String] user_ip
249
+ # IP address of the site where the request originates. Use this if you want to
250
+ # enforce per-user limits.
251
+ # @param [Google::Apis::RequestOptions] options
252
+ # Request-specific options
253
+ #
254
+ # @yield [result, err] Result & error if block supplied
255
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
256
+ # @yieldparam err [StandardError] error object if request failed
257
+ #
258
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
259
+ #
260
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
261
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
262
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
263
+ def delete_group(project, group_name, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
264
+ command = make_simple_command(:delete, '{project}/global/groups/{groupName}', options)
265
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
266
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
267
+ command.params['project'] = project unless project.nil?
268
+ command.params['groupName'] = group_name unless group_name.nil?
269
+ command.query['fields'] = fields unless fields.nil?
270
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
271
+ command.query['userIp'] = user_ip unless user_ip.nil?
272
+ execute_or_queue_command(command, &block)
273
+ end
274
+
275
+ # Returns the specified Group resource.
276
+ # @param [String] project
277
+ # Project ID for this request.
278
+ # @param [String] group_name
279
+ # Name of the Group resource to return.
280
+ # @param [String] fields
281
+ # Selector specifying which fields to include in a partial response.
282
+ # @param [String] quota_user
283
+ # Available to use for quota purposes for server-side applications. Can be any
284
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
285
+ # Overrides userIp if both are provided.
286
+ # @param [String] user_ip
287
+ # IP address of the site where the request originates. Use this if you want to
288
+ # enforce per-user limits.
289
+ # @param [Google::Apis::RequestOptions] options
290
+ # Request-specific options
291
+ #
292
+ # @yield [result, err] Result & error if block supplied
293
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Group] parsed result object
294
+ # @yieldparam err [StandardError] error object if request failed
295
+ #
296
+ # @return [Google::Apis::ClouduseraccountsBeta::Group]
297
+ #
298
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
299
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
300
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
301
+ def get_group(project, group_name, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
302
+ command = make_simple_command(:get, '{project}/global/groups/{groupName}', options)
303
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Group::Representation
304
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Group
305
+ command.params['project'] = project unless project.nil?
306
+ command.params['groupName'] = group_name unless group_name.nil?
307
+ command.query['fields'] = fields unless fields.nil?
308
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
309
+ command.query['userIp'] = user_ip unless user_ip.nil?
310
+ execute_or_queue_command(command, &block)
311
+ end
312
+
313
+ # Creates a Group resource in the specified project using the data included in
314
+ # the request.
315
+ # @param [String] project
316
+ # Project ID for this request.
317
+ # @param [Google::Apis::ClouduseraccountsBeta::Group] group_object
318
+ # @param [String] fields
319
+ # Selector specifying which fields to include in a partial response.
320
+ # @param [String] quota_user
321
+ # Available to use for quota purposes for server-side applications. Can be any
322
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
323
+ # Overrides userIp if both are provided.
324
+ # @param [String] user_ip
325
+ # IP address of the site where the request originates. Use this if you want to
326
+ # enforce per-user limits.
327
+ # @param [Google::Apis::RequestOptions] options
328
+ # Request-specific options
329
+ #
330
+ # @yield [result, err] Result & error if block supplied
331
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
332
+ # @yieldparam err [StandardError] error object if request failed
333
+ #
334
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
335
+ #
336
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
337
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
338
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
339
+ def insert_group(project, group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
340
+ command = make_simple_command(:post, '{project}/global/groups', options)
341
+ command.request_representation = Google::Apis::ClouduseraccountsBeta::Group::Representation
342
+ command.request_object = group_object
343
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
344
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
345
+ command.params['project'] = project unless project.nil?
346
+ command.query['fields'] = fields unless fields.nil?
347
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
348
+ command.query['userIp'] = user_ip unless user_ip.nil?
349
+ execute_or_queue_command(command, &block)
350
+ end
351
+
352
+ # Retrieves the list of groups contained within the specified project.
353
+ # @param [String] project
354
+ # Project ID for this request.
355
+ # @param [String] filter
356
+ # Sets a filter expression for filtering listed resources, in the form filter=`
357
+ # expression`. Your `expression` must be in the format: FIELD_NAME
358
+ # COMPARISON_STRING LITERAL_STRING.
359
+ # The FIELD_NAME is the name of the field you want to compare. Only atomic field
360
+ # types are supported (string, number, boolean). The COMPARISON_STRING must be
361
+ # either eq (equals) or ne (not equals). The LITERAL_STRING is the string value
362
+ # to filter to. The literal value must be valid for the type of field (string,
363
+ # number, boolean). For string fields, the literal value is interpreted as a
364
+ # regular expression using RE2 syntax. The literal value must match the entire
365
+ # field.
366
+ # For example, filter=name ne example-instance.
367
+ # @param [Fixnum] max_results
368
+ # Maximum count of results to be returned.
369
+ # @param [String] order_by
370
+ # Sorts list results by a certain order. By default, results are returned in
371
+ # alphanumerical order based on the resource name.
372
+ # You can also sort results in descending order based on the creation timestamp
373
+ # using orderBy="creationTimestamp desc". This sorts results based on the
374
+ # creationTimestamp field in reverse chronological order (newest result first).
375
+ # Use this to sort resources like operations so that the newest operation is
376
+ # returned first.
377
+ # Currently, only sorting by name or creationTimestamp desc is supported.
378
+ # @param [String] page_token
379
+ # Specifies a page token to use. Use this parameter if you want to list the next
380
+ # page of results. Set pageToken to the nextPageToken returned by a previous
381
+ # list request.
382
+ # @param [String] fields
383
+ # Selector specifying which fields to include in a partial response.
384
+ # @param [String] quota_user
385
+ # Available to use for quota purposes for server-side applications. Can be any
386
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
387
+ # Overrides userIp if both are provided.
388
+ # @param [String] user_ip
389
+ # IP address of the site where the request originates. Use this if you want to
390
+ # enforce per-user limits.
391
+ # @param [Google::Apis::RequestOptions] options
392
+ # Request-specific options
393
+ #
394
+ # @yield [result, err] Result & error if block supplied
395
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::GroupList] parsed result object
396
+ # @yieldparam err [StandardError] error object if request failed
397
+ #
398
+ # @return [Google::Apis::ClouduseraccountsBeta::GroupList]
399
+ #
400
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
401
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
402
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
403
+ def list_groups(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
404
+ command = make_simple_command(:get, '{project}/global/groups', options)
405
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::GroupList::Representation
406
+ command.response_class = Google::Apis::ClouduseraccountsBeta::GroupList
407
+ command.params['project'] = project unless project.nil?
408
+ command.query['filter'] = filter unless filter.nil?
409
+ command.query['maxResults'] = max_results unless max_results.nil?
410
+ command.query['orderBy'] = order_by unless order_by.nil?
411
+ command.query['pageToken'] = page_token unless page_token.nil?
412
+ command.query['fields'] = fields unless fields.nil?
413
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
414
+ command.query['userIp'] = user_ip unless user_ip.nil?
415
+ execute_or_queue_command(command, &block)
416
+ end
417
+
418
+ # Removes users from the specified group.
419
+ # @param [String] project
420
+ # Project ID for this request.
421
+ # @param [String] group_name
422
+ # Name of the group for this request.
423
+ # @param [Google::Apis::ClouduseraccountsBeta::GroupsRemoveMemberRequest] groups_remove_member_request_object
424
+ # @param [String] fields
425
+ # Selector specifying which fields to include in a partial response.
426
+ # @param [String] quota_user
427
+ # Available to use for quota purposes for server-side applications. Can be any
428
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
429
+ # Overrides userIp if both are provided.
430
+ # @param [String] user_ip
431
+ # IP address of the site where the request originates. Use this if you want to
432
+ # enforce per-user limits.
433
+ # @param [Google::Apis::RequestOptions] options
434
+ # Request-specific options
435
+ #
436
+ # @yield [result, err] Result & error if block supplied
437
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
438
+ # @yieldparam err [StandardError] error object if request failed
439
+ #
440
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
441
+ #
442
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
443
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
444
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
445
+ def remove_group_member(project, group_name, groups_remove_member_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
446
+ command = make_simple_command(:post, '{project}/global/groups/{groupName}/removeMember', options)
447
+ command.request_representation = Google::Apis::ClouduseraccountsBeta::GroupsRemoveMemberRequest::Representation
448
+ command.request_object = groups_remove_member_request_object
449
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
450
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
451
+ command.params['project'] = project unless project.nil?
452
+ command.params['groupName'] = group_name unless group_name.nil?
453
+ command.query['fields'] = fields unless fields.nil?
454
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
455
+ command.query['userIp'] = user_ip unless user_ip.nil?
456
+ execute_or_queue_command(command, &block)
457
+ end
458
+
459
+ # Returns a list of authorized public keys for a specific user account.
460
+ # @param [String] project
461
+ # Project ID for this request.
462
+ # @param [String] zone
463
+ # Name of the zone for this request.
464
+ # @param [String] user
465
+ # The user account for which you want to get a list of authorized public keys.
466
+ # @param [String] instance
467
+ # The fully-qualified URL of the virtual machine requesting the view.
468
+ # @param [Boolean] login
469
+ # Whether the view was requested as part of a user-initiated login.
470
+ # @param [String] fields
471
+ # Selector specifying which fields to include in a partial response.
472
+ # @param [String] quota_user
473
+ # Available to use for quota purposes for server-side applications. Can be any
474
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
475
+ # Overrides userIp if both are provided.
476
+ # @param [String] user_ip
477
+ # IP address of the site where the request originates. Use this if you want to
478
+ # enforce per-user limits.
479
+ # @param [Google::Apis::RequestOptions] options
480
+ # Request-specific options
481
+ #
482
+ # @yield [result, err] Result & error if block supplied
483
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::LinuxGetAuthorizedKeysViewResponse] parsed result object
484
+ # @yieldparam err [StandardError] error object if request failed
485
+ #
486
+ # @return [Google::Apis::ClouduseraccountsBeta::LinuxGetAuthorizedKeysViewResponse]
487
+ #
488
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
489
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
490
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
491
+ def get_linux_authorized_keys_view(project, zone, user, instance, login: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
492
+ command = make_simple_command(:post, '{project}/zones/{zone}/authorizedKeysView/{user}', options)
493
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::LinuxGetAuthorizedKeysViewResponse::Representation
494
+ command.response_class = Google::Apis::ClouduseraccountsBeta::LinuxGetAuthorizedKeysViewResponse
495
+ command.params['project'] = project unless project.nil?
496
+ command.params['zone'] = zone unless zone.nil?
497
+ command.params['user'] = user unless user.nil?
498
+ command.query['instance'] = instance unless instance.nil?
499
+ command.query['login'] = login unless login.nil?
500
+ command.query['fields'] = fields unless fields.nil?
501
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
502
+ command.query['userIp'] = user_ip unless user_ip.nil?
503
+ execute_or_queue_command(command, &block)
504
+ end
505
+
506
+ # Retrieves a list of user accounts for an instance within a specific project.
507
+ # @param [String] project
508
+ # Project ID for this request.
509
+ # @param [String] zone
510
+ # Name of the zone for this request.
511
+ # @param [String] instance
512
+ # The fully-qualified URL of the virtual machine requesting the views.
513
+ # @param [String] filter
514
+ # Sets a filter expression for filtering listed resources, in the form filter=`
515
+ # expression`. Your `expression` must be in the format: FIELD_NAME
516
+ # COMPARISON_STRING LITERAL_STRING.
517
+ # The FIELD_NAME is the name of the field you want to compare. Only atomic field
518
+ # types are supported (string, number, boolean). The COMPARISON_STRING must be
519
+ # either eq (equals) or ne (not equals). The LITERAL_STRING is the string value
520
+ # to filter to. The literal value must be valid for the type of field (string,
521
+ # number, boolean). For string fields, the literal value is interpreted as a
522
+ # regular expression using RE2 syntax. The literal value must match the entire
523
+ # field.
524
+ # For example, filter=name ne example-instance.
525
+ # @param [Fixnum] max_results
526
+ # Maximum count of results to be returned.
527
+ # @param [String] order_by
528
+ # Sorts list results by a certain order. By default, results are returned in
529
+ # alphanumerical order based on the resource name.
530
+ # You can also sort results in descending order based on the creation timestamp
531
+ # using orderBy="creationTimestamp desc". This sorts results based on the
532
+ # creationTimestamp field in reverse chronological order (newest result first).
533
+ # Use this to sort resources like operations so that the newest operation is
534
+ # returned first.
535
+ # Currently, only sorting by name or creationTimestamp desc is supported.
536
+ # @param [String] page_token
537
+ # Specifies a page token to use. Use this parameter if you want to list the next
538
+ # page of results. Set pageToken to the nextPageToken returned by a previous
539
+ # list request.
540
+ # @param [String] fields
541
+ # Selector specifying which fields to include in a partial response.
542
+ # @param [String] quota_user
543
+ # Available to use for quota purposes for server-side applications. Can be any
544
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
545
+ # Overrides userIp if both are provided.
546
+ # @param [String] user_ip
547
+ # IP address of the site where the request originates. Use this if you want to
548
+ # enforce per-user limits.
549
+ # @param [Google::Apis::RequestOptions] options
550
+ # Request-specific options
551
+ #
552
+ # @yield [result, err] Result & error if block supplied
553
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::LinuxGetLinuxAccountViewsResponse] parsed result object
554
+ # @yieldparam err [StandardError] error object if request failed
555
+ #
556
+ # @return [Google::Apis::ClouduseraccountsBeta::LinuxGetLinuxAccountViewsResponse]
557
+ #
558
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
559
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
560
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
561
+ def get_linux_linux_account_views(project, zone, instance, filter: nil, max_results: nil, order_by: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
562
+ command = make_simple_command(:post, '{project}/zones/{zone}/linuxAccountViews', options)
563
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::LinuxGetLinuxAccountViewsResponse::Representation
564
+ command.response_class = Google::Apis::ClouduseraccountsBeta::LinuxGetLinuxAccountViewsResponse
565
+ command.params['project'] = project unless project.nil?
566
+ command.params['zone'] = zone unless zone.nil?
567
+ command.query['filter'] = filter unless filter.nil?
568
+ command.query['instance'] = instance unless instance.nil?
569
+ command.query['maxResults'] = max_results unless max_results.nil?
570
+ command.query['orderBy'] = order_by unless order_by.nil?
571
+ command.query['pageToken'] = page_token unless page_token.nil?
572
+ command.query['fields'] = fields unless fields.nil?
573
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
574
+ command.query['userIp'] = user_ip unless user_ip.nil?
575
+ execute_or_queue_command(command, &block)
576
+ end
577
+
578
+ # Adds a public key to the specified User resource with the data included in the
579
+ # request.
580
+ # @param [String] project
581
+ # Project ID for this request.
582
+ # @param [String] user
583
+ # Name of the user for this request.
584
+ # @param [Google::Apis::ClouduseraccountsBeta::PublicKey] public_key_object
585
+ # @param [String] fields
586
+ # Selector specifying which fields to include in a partial response.
587
+ # @param [String] quota_user
588
+ # Available to use for quota purposes for server-side applications. Can be any
589
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
590
+ # Overrides userIp if both are provided.
591
+ # @param [String] user_ip
592
+ # IP address of the site where the request originates. Use this if you want to
593
+ # enforce per-user limits.
594
+ # @param [Google::Apis::RequestOptions] options
595
+ # Request-specific options
596
+ #
597
+ # @yield [result, err] Result & error if block supplied
598
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
599
+ # @yieldparam err [StandardError] error object if request failed
600
+ #
601
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
602
+ #
603
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
604
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
605
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
606
+ def add_user_public_key(project, user, public_key_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
607
+ command = make_simple_command(:post, '{project}/global/users/{user}/addPublicKey', options)
608
+ command.request_representation = Google::Apis::ClouduseraccountsBeta::PublicKey::Representation
609
+ command.request_object = public_key_object
610
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
611
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
612
+ command.params['project'] = project unless project.nil?
613
+ command.params['user'] = user unless user.nil?
614
+ command.query['fields'] = fields unless fields.nil?
615
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
616
+ command.query['userIp'] = user_ip unless user_ip.nil?
617
+ execute_or_queue_command(command, &block)
618
+ end
619
+
620
+ # Deletes the specified User resource.
621
+ # @param [String] project
622
+ # Project ID for this request.
623
+ # @param [String] user
624
+ # Name of the user resource to delete.
625
+ # @param [String] fields
626
+ # Selector specifying which fields to include in a partial response.
627
+ # @param [String] quota_user
628
+ # Available to use for quota purposes for server-side applications. Can be any
629
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
630
+ # Overrides userIp if both are provided.
631
+ # @param [String] user_ip
632
+ # IP address of the site where the request originates. Use this if you want to
633
+ # enforce per-user limits.
634
+ # @param [Google::Apis::RequestOptions] options
635
+ # Request-specific options
636
+ #
637
+ # @yield [result, err] Result & error if block supplied
638
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
639
+ # @yieldparam err [StandardError] error object if request failed
640
+ #
641
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
642
+ #
643
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
644
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
645
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
646
+ def delete_user(project, user, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
647
+ command = make_simple_command(:delete, '{project}/global/users/{user}', options)
648
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
649
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
650
+ command.params['project'] = project unless project.nil?
651
+ command.params['user'] = user unless user.nil?
652
+ command.query['fields'] = fields unless fields.nil?
653
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
654
+ command.query['userIp'] = user_ip unless user_ip.nil?
655
+ execute_or_queue_command(command, &block)
656
+ end
657
+
658
+ # Returns the specified User resource.
659
+ # @param [String] project
660
+ # Project ID for this request.
661
+ # @param [String] user
662
+ # Name of the user resource to return.
663
+ # @param [String] fields
664
+ # Selector specifying which fields to include in a partial response.
665
+ # @param [String] quota_user
666
+ # Available to use for quota purposes for server-side applications. Can be any
667
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
668
+ # Overrides userIp if both are provided.
669
+ # @param [String] user_ip
670
+ # IP address of the site where the request originates. Use this if you want to
671
+ # enforce per-user limits.
672
+ # @param [Google::Apis::RequestOptions] options
673
+ # Request-specific options
674
+ #
675
+ # @yield [result, err] Result & error if block supplied
676
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::User] parsed result object
677
+ # @yieldparam err [StandardError] error object if request failed
678
+ #
679
+ # @return [Google::Apis::ClouduseraccountsBeta::User]
680
+ #
681
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
682
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
683
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
684
+ def get_user(project, user, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
685
+ command = make_simple_command(:get, '{project}/global/users/{user}', options)
686
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::User::Representation
687
+ command.response_class = Google::Apis::ClouduseraccountsBeta::User
688
+ command.params['project'] = project unless project.nil?
689
+ command.params['user'] = user unless user.nil?
690
+ command.query['fields'] = fields unless fields.nil?
691
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
692
+ command.query['userIp'] = user_ip unless user_ip.nil?
693
+ execute_or_queue_command(command, &block)
694
+ end
695
+
696
+ # Creates a User resource in the specified project using the data included in
697
+ # the request.
698
+ # @param [String] project
699
+ # Project ID for this request.
700
+ # @param [Google::Apis::ClouduseraccountsBeta::User] user_object
701
+ # @param [String] fields
702
+ # Selector specifying which fields to include in a partial response.
703
+ # @param [String] quota_user
704
+ # Available to use for quota purposes for server-side applications. Can be any
705
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
706
+ # Overrides userIp if both are provided.
707
+ # @param [String] user_ip
708
+ # IP address of the site where the request originates. Use this if you want to
709
+ # enforce per-user limits.
710
+ # @param [Google::Apis::RequestOptions] options
711
+ # Request-specific options
712
+ #
713
+ # @yield [result, err] Result & error if block supplied
714
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
715
+ # @yieldparam err [StandardError] error object if request failed
716
+ #
717
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
718
+ #
719
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
720
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
721
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
722
+ def insert_user(project, user_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
723
+ command = make_simple_command(:post, '{project}/global/users', options)
724
+ command.request_representation = Google::Apis::ClouduseraccountsBeta::User::Representation
725
+ command.request_object = user_object
726
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
727
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
728
+ command.params['project'] = project unless project.nil?
729
+ command.query['fields'] = fields unless fields.nil?
730
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
731
+ command.query['userIp'] = user_ip unless user_ip.nil?
732
+ execute_or_queue_command(command, &block)
733
+ end
734
+
735
+ # Retrieves a list of users contained within the specified project.
736
+ # @param [String] project
737
+ # Project ID for this request.
738
+ # @param [String] filter
739
+ # Sets a filter expression for filtering listed resources, in the form filter=`
740
+ # expression`. Your `expression` must be in the format: FIELD_NAME
741
+ # COMPARISON_STRING LITERAL_STRING.
742
+ # The FIELD_NAME is the name of the field you want to compare. Only atomic field
743
+ # types are supported (string, number, boolean). The COMPARISON_STRING must be
744
+ # either eq (equals) or ne (not equals). The LITERAL_STRING is the string value
745
+ # to filter to. The literal value must be valid for the type of field (string,
746
+ # number, boolean). For string fields, the literal value is interpreted as a
747
+ # regular expression using RE2 syntax. The literal value must match the entire
748
+ # field.
749
+ # For example, filter=name ne example-instance.
750
+ # @param [Fixnum] max_results
751
+ # Maximum count of results to be returned.
752
+ # @param [String] order_by
753
+ # Sorts list results by a certain order. By default, results are returned in
754
+ # alphanumerical order based on the resource name.
755
+ # You can also sort results in descending order based on the creation timestamp
756
+ # using orderBy="creationTimestamp desc". This sorts results based on the
757
+ # creationTimestamp field in reverse chronological order (newest result first).
758
+ # Use this to sort resources like operations so that the newest operation is
759
+ # returned first.
760
+ # Currently, only sorting by name or creationTimestamp desc is supported.
761
+ # @param [String] page_token
762
+ # Specifies a page token to use. Use this parameter if you want to list the next
763
+ # page of results. Set pageToken to the nextPageToken returned by a previous
764
+ # list request.
765
+ # @param [String] fields
766
+ # Selector specifying which fields to include in a partial response.
767
+ # @param [String] quota_user
768
+ # Available to use for quota purposes for server-side applications. Can be any
769
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
770
+ # Overrides userIp if both are provided.
771
+ # @param [String] user_ip
772
+ # IP address of the site where the request originates. Use this if you want to
773
+ # enforce per-user limits.
774
+ # @param [Google::Apis::RequestOptions] options
775
+ # Request-specific options
776
+ #
777
+ # @yield [result, err] Result & error if block supplied
778
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::UserList] parsed result object
779
+ # @yieldparam err [StandardError] error object if request failed
780
+ #
781
+ # @return [Google::Apis::ClouduseraccountsBeta::UserList]
782
+ #
783
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
784
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
785
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
786
+ def list_users(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
787
+ command = make_simple_command(:get, '{project}/global/users', options)
788
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::UserList::Representation
789
+ command.response_class = Google::Apis::ClouduseraccountsBeta::UserList
790
+ command.params['project'] = project unless project.nil?
791
+ command.query['filter'] = filter unless filter.nil?
792
+ command.query['maxResults'] = max_results unless max_results.nil?
793
+ command.query['orderBy'] = order_by unless order_by.nil?
794
+ command.query['pageToken'] = page_token unless page_token.nil?
795
+ command.query['fields'] = fields unless fields.nil?
796
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
797
+ command.query['userIp'] = user_ip unless user_ip.nil?
798
+ execute_or_queue_command(command, &block)
799
+ end
800
+
801
+ # Removes the specified public key from the user.
802
+ # @param [String] project
803
+ # Project ID for this request.
804
+ # @param [String] user
805
+ # Name of the user for this request.
806
+ # @param [String] fingerprint
807
+ # The fingerprint of the public key to delete. Public keys are identified by
808
+ # their fingerprint, which is defined by RFC4716 to be the MD5 digest of the
809
+ # public key.
810
+ # @param [String] fields
811
+ # Selector specifying which fields to include in a partial response.
812
+ # @param [String] quota_user
813
+ # Available to use for quota purposes for server-side applications. Can be any
814
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
815
+ # Overrides userIp if both are provided.
816
+ # @param [String] user_ip
817
+ # IP address of the site where the request originates. Use this if you want to
818
+ # enforce per-user limits.
819
+ # @param [Google::Apis::RequestOptions] options
820
+ # Request-specific options
821
+ #
822
+ # @yield [result, err] Result & error if block supplied
823
+ # @yieldparam result [Google::Apis::ClouduseraccountsBeta::Operation] parsed result object
824
+ # @yieldparam err [StandardError] error object if request failed
825
+ #
826
+ # @return [Google::Apis::ClouduseraccountsBeta::Operation]
827
+ #
828
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
829
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
830
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
831
+ def remove_user_public_key(project, user, fingerprint, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
832
+ command = make_simple_command(:post, '{project}/global/users/{user}/removePublicKey', options)
833
+ command.response_representation = Google::Apis::ClouduseraccountsBeta::Operation::Representation
834
+ command.response_class = Google::Apis::ClouduseraccountsBeta::Operation
835
+ command.params['project'] = project unless project.nil?
836
+ command.params['user'] = user unless user.nil?
837
+ command.query['fingerprint'] = fingerprint unless fingerprint.nil?
838
+ command.query['fields'] = fields unless fields.nil?
839
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
840
+ command.query['userIp'] = user_ip unless user_ip.nil?
841
+ execute_or_queue_command(command, &block)
842
+ end
843
+
844
+ protected
845
+
846
+ def apply_command_defaults(command)
847
+ command.query['key'] = key unless key.nil?
848
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
849
+ command.query['userIp'] = user_ip unless user_ip.nil?
850
+ end
851
+ end
852
+ end
853
+ end
854
+ end