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,422 @@
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 DeploymentmanagerV2
24
+
25
+ class ConfigFile
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+ end
28
+
29
+ class Deployment
30
+ class Representation < Google::Apis::Core::JsonRepresentation; end
31
+ end
32
+
33
+ class DeploymentUpdate
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class DeploymentsCancelPreviewRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class ListDeploymentsResponse
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+ end
44
+
45
+ class DeploymentsStopRequest
46
+ class Representation < Google::Apis::Core::JsonRepresentation; end
47
+ end
48
+
49
+ class ImportFile
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+ end
52
+
53
+ class Manifest
54
+ class Representation < Google::Apis::Core::JsonRepresentation; end
55
+ end
56
+
57
+ class ListManifestsResponse
58
+ class Representation < Google::Apis::Core::JsonRepresentation; end
59
+ end
60
+
61
+ class Operation
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ class Error
65
+ class Representation < Google::Apis::Core::JsonRepresentation; end
66
+
67
+ class Error
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+ end
70
+ end
71
+
72
+ class Warning
73
+ class Representation < Google::Apis::Core::JsonRepresentation; end
74
+
75
+ class Datum
76
+ class Representation < Google::Apis::Core::JsonRepresentation; end
77
+ end
78
+ end
79
+ end
80
+
81
+ class ListOperationsResponse
82
+ class Representation < Google::Apis::Core::JsonRepresentation; end
83
+ end
84
+
85
+ class Resource
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ class Warning
89
+ class Representation < Google::Apis::Core::JsonRepresentation; end
90
+
91
+ class Datum
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+ end
94
+ end
95
+ end
96
+
97
+ class ResourceUpdate
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ class Error
101
+ class Representation < Google::Apis::Core::JsonRepresentation; end
102
+
103
+ class Error
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+ end
106
+ end
107
+
108
+ class Warning
109
+ class Representation < Google::Apis::Core::JsonRepresentation; end
110
+
111
+ class Datum
112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
113
+ end
114
+ end
115
+ end
116
+
117
+ class ListResourcesResponse
118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
119
+ end
120
+
121
+ class TargetConfiguration
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+ end
124
+
125
+ class Type
126
+ class Representation < Google::Apis::Core::JsonRepresentation; end
127
+ end
128
+
129
+ class ListTypesResponse
130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
131
+ end
132
+
133
+ class ConfigFile
134
+ # @private
135
+ class Representation < Google::Apis::Core::JsonRepresentation
136
+ property :content, as: 'content'
137
+ end
138
+ end
139
+
140
+ class Deployment
141
+ # @private
142
+ class Representation < Google::Apis::Core::JsonRepresentation
143
+ property :description, as: 'description'
144
+ property :fingerprint, :base64 => true, as: 'fingerprint'
145
+ property :id, as: 'id'
146
+ property :insert_time, as: 'insertTime'
147
+ property :manifest, as: 'manifest'
148
+ property :name, as: 'name'
149
+ property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2::Operation, decorator: Google::Apis::DeploymentmanagerV2::Operation::Representation
150
+
151
+ property :target, as: 'target', class: Google::Apis::DeploymentmanagerV2::TargetConfiguration, decorator: Google::Apis::DeploymentmanagerV2::TargetConfiguration::Representation
152
+
153
+ property :update, as: 'update', class: Google::Apis::DeploymentmanagerV2::DeploymentUpdate, decorator: Google::Apis::DeploymentmanagerV2::DeploymentUpdate::Representation
154
+
155
+ end
156
+ end
157
+
158
+ class DeploymentUpdate
159
+ # @private
160
+ class Representation < Google::Apis::Core::JsonRepresentation
161
+ property :manifest, as: 'manifest'
162
+ end
163
+ end
164
+
165
+ class DeploymentsCancelPreviewRequest
166
+ # @private
167
+ class Representation < Google::Apis::Core::JsonRepresentation
168
+ property :fingerprint, :base64 => true, as: 'fingerprint'
169
+ end
170
+ end
171
+
172
+ class ListDeploymentsResponse
173
+ # @private
174
+ class Representation < Google::Apis::Core::JsonRepresentation
175
+ collection :deployments, as: 'deployments', class: Google::Apis::DeploymentmanagerV2::Deployment, decorator: Google::Apis::DeploymentmanagerV2::Deployment::Representation
176
+
177
+ property :next_page_token, as: 'nextPageToken'
178
+ end
179
+ end
180
+
181
+ class DeploymentsStopRequest
182
+ # @private
183
+ class Representation < Google::Apis::Core::JsonRepresentation
184
+ property :fingerprint, :base64 => true, as: 'fingerprint'
185
+ end
186
+ end
187
+
188
+ class ImportFile
189
+ # @private
190
+ class Representation < Google::Apis::Core::JsonRepresentation
191
+ property :content, as: 'content'
192
+ property :name, as: 'name'
193
+ end
194
+ end
195
+
196
+ class Manifest
197
+ # @private
198
+ class Representation < Google::Apis::Core::JsonRepresentation
199
+ property :config, as: 'config', class: Google::Apis::DeploymentmanagerV2::ConfigFile, decorator: Google::Apis::DeploymentmanagerV2::ConfigFile::Representation
200
+
201
+ property :expanded_config, as: 'expandedConfig'
202
+ property :id, as: 'id'
203
+ collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2::ImportFile, decorator: Google::Apis::DeploymentmanagerV2::ImportFile::Representation
204
+
205
+ property :insert_time, as: 'insertTime'
206
+ property :layout, as: 'layout'
207
+ property :name, as: 'name'
208
+ property :self_link, as: 'selfLink'
209
+ end
210
+ end
211
+
212
+ class ListManifestsResponse
213
+ # @private
214
+ class Representation < Google::Apis::Core::JsonRepresentation
215
+ collection :manifests, as: 'manifests', class: Google::Apis::DeploymentmanagerV2::Manifest, decorator: Google::Apis::DeploymentmanagerV2::Manifest::Representation
216
+
217
+ property :next_page_token, as: 'nextPageToken'
218
+ end
219
+ end
220
+
221
+ class Operation
222
+ # @private
223
+ class Representation < Google::Apis::Core::JsonRepresentation
224
+ property :client_operation_id, as: 'clientOperationId'
225
+ property :creation_timestamp, as: 'creationTimestamp'
226
+ property :description, as: 'description'
227
+ property :end_time, as: 'endTime'
228
+ property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2::Operation::Error, decorator: Google::Apis::DeploymentmanagerV2::Operation::Error::Representation
229
+
230
+ property :http_error_message, as: 'httpErrorMessage'
231
+ property :http_error_status_code, as: 'httpErrorStatusCode'
232
+ property :id, as: 'id'
233
+ property :insert_time, as: 'insertTime'
234
+ property :kind, as: 'kind'
235
+ property :name, as: 'name'
236
+ property :operation_type, as: 'operationType'
237
+ property :progress, as: 'progress'
238
+ property :region, as: 'region'
239
+ property :self_link, as: 'selfLink'
240
+ property :start_time, as: 'startTime'
241
+ property :status, as: 'status'
242
+ property :status_message, as: 'statusMessage'
243
+ property :target_id, as: 'targetId'
244
+ property :target_link, as: 'targetLink'
245
+ property :user, as: 'user'
246
+ collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2::Operation::Warning, decorator: Google::Apis::DeploymentmanagerV2::Operation::Warning::Representation
247
+
248
+ property :zone, as: 'zone'
249
+ end
250
+
251
+ class Error
252
+ # @private
253
+ class Representation < Google::Apis::Core::JsonRepresentation
254
+ collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerV2::Operation::Error::Error, decorator: Google::Apis::DeploymentmanagerV2::Operation::Error::Error::Representation
255
+
256
+ end
257
+
258
+ class Error
259
+ # @private
260
+ class Representation < Google::Apis::Core::JsonRepresentation
261
+ property :code, as: 'code'
262
+ property :location, as: 'location'
263
+ property :message, as: 'message'
264
+ end
265
+ end
266
+ end
267
+
268
+ class Warning
269
+ # @private
270
+ class Representation < Google::Apis::Core::JsonRepresentation
271
+ property :code, as: 'code'
272
+ collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2::Operation::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2::Operation::Warning::Datum::Representation
273
+
274
+ property :message, as: 'message'
275
+ end
276
+
277
+ class Datum
278
+ # @private
279
+ class Representation < Google::Apis::Core::JsonRepresentation
280
+ property :key, as: 'key'
281
+ property :value, as: 'value'
282
+ end
283
+ end
284
+ end
285
+ end
286
+
287
+ class ListOperationsResponse
288
+ # @private
289
+ class Representation < Google::Apis::Core::JsonRepresentation
290
+ property :next_page_token, as: 'nextPageToken'
291
+ collection :operations, as: 'operations', class: Google::Apis::DeploymentmanagerV2::Operation, decorator: Google::Apis::DeploymentmanagerV2::Operation::Representation
292
+
293
+ end
294
+ end
295
+
296
+ class Resource
297
+ # @private
298
+ class Representation < Google::Apis::Core::JsonRepresentation
299
+ property :final_properties, as: 'finalProperties'
300
+ property :id, as: 'id'
301
+ property :insert_time, as: 'insertTime'
302
+ property :manifest, as: 'manifest'
303
+ property :name, as: 'name'
304
+ property :properties, as: 'properties'
305
+ property :type, as: 'type'
306
+ property :update, as: 'update', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Representation
307
+
308
+ property :update_time, as: 'updateTime'
309
+ property :url, as: 'url'
310
+ collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2::Resource::Warning, decorator: Google::Apis::DeploymentmanagerV2::Resource::Warning::Representation
311
+
312
+ end
313
+
314
+ class Warning
315
+ # @private
316
+ class Representation < Google::Apis::Core::JsonRepresentation
317
+ property :code, as: 'code'
318
+ collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2::Resource::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2::Resource::Warning::Datum::Representation
319
+
320
+ property :message, as: 'message'
321
+ end
322
+
323
+ class Datum
324
+ # @private
325
+ class Representation < Google::Apis::Core::JsonRepresentation
326
+ property :key, as: 'key'
327
+ property :value, as: 'value'
328
+ end
329
+ end
330
+ end
331
+ end
332
+
333
+ class ResourceUpdate
334
+ # @private
335
+ class Representation < Google::Apis::Core::JsonRepresentation
336
+ property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Representation
337
+
338
+ property :final_properties, as: 'finalProperties'
339
+ property :intent, as: 'intent'
340
+ property :manifest, as: 'manifest'
341
+ property :properties, as: 'properties'
342
+ property :state, as: 'state'
343
+ collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning::Representation
344
+
345
+ end
346
+
347
+ class Error
348
+ # @private
349
+ class Representation < Google::Apis::Core::JsonRepresentation
350
+ collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Error, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Error::Representation
351
+
352
+ end
353
+
354
+ class Error
355
+ # @private
356
+ class Representation < Google::Apis::Core::JsonRepresentation
357
+ property :code, as: 'code'
358
+ property :location, as: 'location'
359
+ property :message, as: 'message'
360
+ end
361
+ end
362
+ end
363
+
364
+ class Warning
365
+ # @private
366
+ class Representation < Google::Apis::Core::JsonRepresentation
367
+ property :code, as: 'code'
368
+ collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning::Datum::Representation
369
+
370
+ property :message, as: 'message'
371
+ end
372
+
373
+ class Datum
374
+ # @private
375
+ class Representation < Google::Apis::Core::JsonRepresentation
376
+ property :key, as: 'key'
377
+ property :value, as: 'value'
378
+ end
379
+ end
380
+ end
381
+ end
382
+
383
+ class ListResourcesResponse
384
+ # @private
385
+ class Representation < Google::Apis::Core::JsonRepresentation
386
+ property :next_page_token, as: 'nextPageToken'
387
+ collection :resources, as: 'resources', class: Google::Apis::DeploymentmanagerV2::Resource, decorator: Google::Apis::DeploymentmanagerV2::Resource::Representation
388
+
389
+ end
390
+ end
391
+
392
+ class TargetConfiguration
393
+ # @private
394
+ class Representation < Google::Apis::Core::JsonRepresentation
395
+ property :config, as: 'config', class: Google::Apis::DeploymentmanagerV2::ConfigFile, decorator: Google::Apis::DeploymentmanagerV2::ConfigFile::Representation
396
+
397
+ collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2::ImportFile, decorator: Google::Apis::DeploymentmanagerV2::ImportFile::Representation
398
+
399
+ end
400
+ end
401
+
402
+ class Type
403
+ # @private
404
+ class Representation < Google::Apis::Core::JsonRepresentation
405
+ property :id, as: 'id'
406
+ property :insert_time, as: 'insertTime'
407
+ property :name, as: 'name'
408
+ property :self_link, as: 'selfLink'
409
+ end
410
+ end
411
+
412
+ class ListTypesResponse
413
+ # @private
414
+ class Representation < Google::Apis::Core::JsonRepresentation
415
+ property :next_page_token, as: 'nextPageToken'
416
+ collection :types, as: 'types', class: Google::Apis::DeploymentmanagerV2::Type, decorator: Google::Apis::DeploymentmanagerV2::Type::Representation
417
+
418
+ end
419
+ end
420
+ end
421
+ end
422
+ end
@@ -0,0 +1,857 @@
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 DeploymentmanagerV2
23
+ # Google Cloud Deployment Manager API
24
+ #
25
+ # The Deployment Manager API allows users to declaratively configure, deploy and
26
+ # run complex solutions on the Google Cloud Platform.
27
+ #
28
+ # @example
29
+ # require 'google/apis/deploymentmanager_v2'
30
+ #
31
+ # Deploymentmanager = Google::Apis::DeploymentmanagerV2 # Alias the module
32
+ # service = Deploymentmanager::DeploymentManagerService.new
33
+ #
34
+ # @see https://cloud.google.com/deployment-manager/
35
+ class DeploymentManagerService < Google::Apis::Core::BaseService
36
+ # @return [String]
37
+ # API key. Your API key identifies your project and provides you with API access,
38
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
39
+ attr_accessor :key
40
+
41
+ # @return [String]
42
+ # Available to use for quota purposes for server-side applications. Can be any
43
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44
+ # Overrides userIp if both are provided.
45
+ attr_accessor :quota_user
46
+
47
+ # @return [String]
48
+ # IP address of the site where the request originates. Use this if you want to
49
+ # enforce per-user limits.
50
+ attr_accessor :user_ip
51
+
52
+ def initialize
53
+ super('https://www.googleapis.com/', 'deploymentmanager/v2/projects/')
54
+ end
55
+
56
+ # Cancels and removes the preview currently associated with the deployment.
57
+ # @param [String] project
58
+ # The project ID for this request.
59
+ # @param [String] deployment
60
+ # The name of the deployment for this request.
61
+ # @param [Google::Apis::DeploymentmanagerV2::DeploymentsCancelPreviewRequest] deployments_cancel_preview_request_object
62
+ # @param [String] fields
63
+ # Selector specifying which fields to include in a partial response.
64
+ # @param [String] quota_user
65
+ # Available to use for quota purposes for server-side applications. Can be any
66
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
67
+ # Overrides userIp if both are provided.
68
+ # @param [String] user_ip
69
+ # IP address of the site where the request originates. Use this if you want to
70
+ # enforce per-user limits.
71
+ # @param [Google::Apis::RequestOptions] options
72
+ # Request-specific options
73
+ #
74
+ # @yield [result, err] Result & error if block supplied
75
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
76
+ # @yieldparam err [StandardError] error object if request failed
77
+ #
78
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
79
+ #
80
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
81
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
82
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
83
+ def cancel_deployment_preview(project, deployment, deployments_cancel_preview_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
84
+ command = make_simple_command(:post, '{project}/global/deployments/{deployment}/cancelPreview', options)
85
+ command.request_representation = Google::Apis::DeploymentmanagerV2::DeploymentsCancelPreviewRequest::Representation
86
+ command.request_object = deployments_cancel_preview_request_object
87
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
88
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
89
+ command.params['project'] = project unless project.nil?
90
+ command.params['deployment'] = deployment unless deployment.nil?
91
+ command.query['fields'] = fields unless fields.nil?
92
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
93
+ command.query['userIp'] = user_ip unless user_ip.nil?
94
+ execute_or_queue_command(command, &block)
95
+ end
96
+
97
+ # Deletes a deployment and all of the resources in the deployment.
98
+ # @param [String] project
99
+ # The project ID for this request.
100
+ # @param [String] deployment
101
+ # The name of the deployment for this request.
102
+ # @param [String] fields
103
+ # Selector specifying which fields to include in a partial response.
104
+ # @param [String] quota_user
105
+ # Available to use for quota purposes for server-side applications. Can be any
106
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
107
+ # Overrides userIp if both are provided.
108
+ # @param [String] user_ip
109
+ # IP address of the site where the request originates. Use this if you want to
110
+ # enforce per-user limits.
111
+ # @param [Google::Apis::RequestOptions] options
112
+ # Request-specific options
113
+ #
114
+ # @yield [result, err] Result & error if block supplied
115
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
116
+ # @yieldparam err [StandardError] error object if request failed
117
+ #
118
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
119
+ #
120
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
121
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
122
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
123
+ def delete_deployment(project, deployment, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
124
+ command = make_simple_command(:delete, '{project}/global/deployments/{deployment}', options)
125
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
126
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
127
+ command.params['project'] = project unless project.nil?
128
+ command.params['deployment'] = deployment unless deployment.nil?
129
+ command.query['fields'] = fields unless fields.nil?
130
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
131
+ command.query['userIp'] = user_ip unless user_ip.nil?
132
+ execute_or_queue_command(command, &block)
133
+ end
134
+
135
+ # Gets information about a specific deployment.
136
+ # @param [String] project
137
+ # The project ID for this request.
138
+ # @param [String] deployment
139
+ # The name of the deployment for this request.
140
+ # @param [String] fields
141
+ # Selector specifying which fields to include in a partial response.
142
+ # @param [String] quota_user
143
+ # Available to use for quota purposes for server-side applications. Can be any
144
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
145
+ # Overrides userIp if both are provided.
146
+ # @param [String] user_ip
147
+ # IP address of the site where the request originates. Use this if you want to
148
+ # enforce per-user limits.
149
+ # @param [Google::Apis::RequestOptions] options
150
+ # Request-specific options
151
+ #
152
+ # @yield [result, err] Result & error if block supplied
153
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Deployment] parsed result object
154
+ # @yieldparam err [StandardError] error object if request failed
155
+ #
156
+ # @return [Google::Apis::DeploymentmanagerV2::Deployment]
157
+ #
158
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
159
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
160
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
161
+ def get_deployment(project, deployment, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
162
+ command = make_simple_command(:get, '{project}/global/deployments/{deployment}', options)
163
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Deployment::Representation
164
+ command.response_class = Google::Apis::DeploymentmanagerV2::Deployment
165
+ command.params['project'] = project unless project.nil?
166
+ command.params['deployment'] = deployment unless deployment.nil?
167
+ command.query['fields'] = fields unless fields.nil?
168
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
169
+ command.query['userIp'] = user_ip unless user_ip.nil?
170
+ execute_or_queue_command(command, &block)
171
+ end
172
+
173
+ # Creates a deployment and all of the resources described by the deployment
174
+ # manifest.
175
+ # @param [String] project
176
+ # The project ID for this request.
177
+ # @param [Google::Apis::DeploymentmanagerV2::Deployment] deployment_object
178
+ # @param [Boolean] preview
179
+ # If set to true, creates a deployment and creates "shell" resources but does
180
+ # not actually instantiate these resources. This allows you to preview what your
181
+ # deployment looks like. After previewing a deployment, you can deploy your
182
+ # resources by making a request with the update() method or you can use the
183
+ # cancelPreview() method to cancel the preview altogether. Note that the
184
+ # deployment will still exist after you cancel the preview and you must
185
+ # separately delete this deployment if you want to remove it.
186
+ # @param [String] fields
187
+ # Selector specifying which fields to include in a partial response.
188
+ # @param [String] quota_user
189
+ # Available to use for quota purposes for server-side applications. Can be any
190
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
191
+ # Overrides userIp if both are provided.
192
+ # @param [String] user_ip
193
+ # IP address of the site where the request originates. Use this if you want to
194
+ # enforce per-user limits.
195
+ # @param [Google::Apis::RequestOptions] options
196
+ # Request-specific options
197
+ #
198
+ # @yield [result, err] Result & error if block supplied
199
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
200
+ # @yieldparam err [StandardError] error object if request failed
201
+ #
202
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
203
+ #
204
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
205
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
206
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
207
+ def insert_deployment(project, deployment_object = nil, preview: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
208
+ command = make_simple_command(:post, '{project}/global/deployments', options)
209
+ command.request_representation = Google::Apis::DeploymentmanagerV2::Deployment::Representation
210
+ command.request_object = deployment_object
211
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
212
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
213
+ command.params['project'] = project unless project.nil?
214
+ command.query['preview'] = preview unless preview.nil?
215
+ command.query['fields'] = fields unless fields.nil?
216
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
217
+ command.query['userIp'] = user_ip unless user_ip.nil?
218
+ execute_or_queue_command(command, &block)
219
+ end
220
+
221
+ # Lists all deployments for a given project.
222
+ # @param [String] project
223
+ # The project ID for this request.
224
+ # @param [String] filter
225
+ # Sets a filter expression for filtering listed resources, in the form filter=`
226
+ # expression`. Your `expression` must be in the format: field_name
227
+ # comparison_string literal_string.
228
+ # The field_name is the name of the field you want to compare. Only atomic field
229
+ # types are supported (string, number, boolean). The comparison_string must be
230
+ # either eq (equals) or ne (not equals). The literal_string is the string value
231
+ # to filter to. The literal value must be valid for the type of field you are
232
+ # filtering by (string, number, boolean). For string fields, the literal value
233
+ # is interpreted as a regular expression using RE2 syntax. The literal value
234
+ # must match the entire field.
235
+ # For example, filter=name ne example-instance.
236
+ # Compute Engine Beta API Only: If you use filtering in the Beta API, you can
237
+ # also filter on nested fields. For example, you could filter on instances that
238
+ # have set the scheduling.automaticRestart field to true. In particular, use
239
+ # filtering on nested fields to take advantage of instance labels to organize
240
+ # and filter results based on label values.
241
+ # The Beta API also supports filtering on multiple expressions by providing each
242
+ # separate expression within parentheses. For example, (scheduling.
243
+ # automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are
244
+ # treated as AND expressions meaning that resources must match all expressions
245
+ # to pass the filters.
246
+ # @param [Fixnum] max_results
247
+ # The maximum number of results per page that Compute Engine should return. If
248
+ # the number of available results is larger than maxResults, Compute Engine
249
+ # returns a nextPageToken that can be used to get the next page of results in
250
+ # subsequent list requests.
251
+ # @param [String] page_token
252
+ # Specifies a page token to use. Set pageToken to the nextPageToken returned by
253
+ # a previous list request to get the next page of results.
254
+ # @param [String] fields
255
+ # Selector specifying which fields to include in a partial response.
256
+ # @param [String] quota_user
257
+ # Available to use for quota purposes for server-side applications. Can be any
258
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
259
+ # Overrides userIp if both are provided.
260
+ # @param [String] user_ip
261
+ # IP address of the site where the request originates. Use this if you want to
262
+ # enforce per-user limits.
263
+ # @param [Google::Apis::RequestOptions] options
264
+ # Request-specific options
265
+ #
266
+ # @yield [result, err] Result & error if block supplied
267
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::ListDeploymentsResponse] parsed result object
268
+ # @yieldparam err [StandardError] error object if request failed
269
+ #
270
+ # @return [Google::Apis::DeploymentmanagerV2::ListDeploymentsResponse]
271
+ #
272
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
273
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
274
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
275
+ def list_deployments(project, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
276
+ command = make_simple_command(:get, '{project}/global/deployments', options)
277
+ command.response_representation = Google::Apis::DeploymentmanagerV2::ListDeploymentsResponse::Representation
278
+ command.response_class = Google::Apis::DeploymentmanagerV2::ListDeploymentsResponse
279
+ command.params['project'] = project unless project.nil?
280
+ command.query['filter'] = filter unless filter.nil?
281
+ command.query['maxResults'] = max_results unless max_results.nil?
282
+ command.query['pageToken'] = page_token unless page_token.nil?
283
+ command.query['fields'] = fields unless fields.nil?
284
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
285
+ command.query['userIp'] = user_ip unless user_ip.nil?
286
+ execute_or_queue_command(command, &block)
287
+ end
288
+
289
+ # Updates a deployment and all of the resources described by the deployment
290
+ # manifest. This method supports patch semantics.
291
+ # @param [String] project
292
+ # The project ID for this request.
293
+ # @param [String] deployment
294
+ # The name of the deployment for this request.
295
+ # @param [Google::Apis::DeploymentmanagerV2::Deployment] deployment_object
296
+ # @param [String] create_policy
297
+ # Sets the policy to use for creating new resources.
298
+ # @param [String] delete_policy
299
+ # Sets the policy to use for deleting resources.
300
+ # @param [Boolean] preview
301
+ # If set to true, updates the deployment and creates and updates the "shell"
302
+ # resources but does not actually alter or instantiate these resources. This
303
+ # allows you to preview what your deployment looks like. You can use this intent
304
+ # to preview how an update would affect your deployment. You must provide a
305
+ # target.config with a configuration if this is set to true. After previewing a
306
+ # deployment, you can deploy your resources by making a request with the update()
307
+ # or you can cancelPreview() to remove the preview altogether. Note that the
308
+ # deployment will still exist after you cancel the preview and you must
309
+ # separately delete this deployment if you want to remove it.
310
+ # @param [String] fields
311
+ # Selector specifying which fields to include in a partial response.
312
+ # @param [String] quota_user
313
+ # Available to use for quota purposes for server-side applications. Can be any
314
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
315
+ # Overrides userIp if both are provided.
316
+ # @param [String] user_ip
317
+ # IP address of the site where the request originates. Use this if you want to
318
+ # enforce per-user limits.
319
+ # @param [Google::Apis::RequestOptions] options
320
+ # Request-specific options
321
+ #
322
+ # @yield [result, err] Result & error if block supplied
323
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
324
+ # @yieldparam err [StandardError] error object if request failed
325
+ #
326
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
327
+ #
328
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
329
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
330
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
331
+ def patch_deployment(project, deployment, deployment_object = nil, create_policy: nil, delete_policy: nil, preview: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
332
+ command = make_simple_command(:patch, '{project}/global/deployments/{deployment}', options)
333
+ command.request_representation = Google::Apis::DeploymentmanagerV2::Deployment::Representation
334
+ command.request_object = deployment_object
335
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
336
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
337
+ command.params['project'] = project unless project.nil?
338
+ command.params['deployment'] = deployment unless deployment.nil?
339
+ command.query['createPolicy'] = create_policy unless create_policy.nil?
340
+ command.query['deletePolicy'] = delete_policy unless delete_policy.nil?
341
+ command.query['preview'] = preview unless preview.nil?
342
+ command.query['fields'] = fields unless fields.nil?
343
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
344
+ command.query['userIp'] = user_ip unless user_ip.nil?
345
+ execute_or_queue_command(command, &block)
346
+ end
347
+
348
+ # Stops an ongoing operation. This does not roll back any work that has already
349
+ # been completed, but prevents any new work from being started.
350
+ # @param [String] project
351
+ # The project ID for this request.
352
+ # @param [String] deployment
353
+ # The name of the deployment for this request.
354
+ # @param [Google::Apis::DeploymentmanagerV2::DeploymentsStopRequest] deployments_stop_request_object
355
+ # @param [String] fields
356
+ # Selector specifying which fields to include in a partial response.
357
+ # @param [String] quota_user
358
+ # Available to use for quota purposes for server-side applications. Can be any
359
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
360
+ # Overrides userIp if both are provided.
361
+ # @param [String] user_ip
362
+ # IP address of the site where the request originates. Use this if you want to
363
+ # enforce per-user limits.
364
+ # @param [Google::Apis::RequestOptions] options
365
+ # Request-specific options
366
+ #
367
+ # @yield [result, err] Result & error if block supplied
368
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
369
+ # @yieldparam err [StandardError] error object if request failed
370
+ #
371
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
372
+ #
373
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
374
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
375
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
376
+ def stop_deployment(project, deployment, deployments_stop_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
377
+ command = make_simple_command(:post, '{project}/global/deployments/{deployment}/stop', options)
378
+ command.request_representation = Google::Apis::DeploymentmanagerV2::DeploymentsStopRequest::Representation
379
+ command.request_object = deployments_stop_request_object
380
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
381
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
382
+ command.params['project'] = project unless project.nil?
383
+ command.params['deployment'] = deployment unless deployment.nil?
384
+ command.query['fields'] = fields unless fields.nil?
385
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
386
+ command.query['userIp'] = user_ip unless user_ip.nil?
387
+ execute_or_queue_command(command, &block)
388
+ end
389
+
390
+ # Updates a deployment and all of the resources described by the deployment
391
+ # manifest.
392
+ # @param [String] project
393
+ # The project ID for this request.
394
+ # @param [String] deployment
395
+ # The name of the deployment for this request.
396
+ # @param [Google::Apis::DeploymentmanagerV2::Deployment] deployment_object
397
+ # @param [String] create_policy
398
+ # Sets the policy to use for creating new resources.
399
+ # @param [String] delete_policy
400
+ # Sets the policy to use for deleting resources.
401
+ # @param [Boolean] preview
402
+ # If set to true, updates the deployment and creates and updates the "shell"
403
+ # resources but does not actually alter or instantiate these resources. This
404
+ # allows you to preview what your deployment looks like. You can use this intent
405
+ # to preview how an update would affect your deployment. You must provide a
406
+ # target.config with a configuration if this is set to true. After previewing a
407
+ # deployment, you can deploy your resources by making a request with the update()
408
+ # or you can cancelPreview() to remove the preview altogether. Note that the
409
+ # deployment will still exist after you cancel the preview and you must
410
+ # separately delete this deployment if you want to remove it.
411
+ # @param [String] fields
412
+ # Selector specifying which fields to include in a partial response.
413
+ # @param [String] quota_user
414
+ # Available to use for quota purposes for server-side applications. Can be any
415
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
416
+ # Overrides userIp if both are provided.
417
+ # @param [String] user_ip
418
+ # IP address of the site where the request originates. Use this if you want to
419
+ # enforce per-user limits.
420
+ # @param [Google::Apis::RequestOptions] options
421
+ # Request-specific options
422
+ #
423
+ # @yield [result, err] Result & error if block supplied
424
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
425
+ # @yieldparam err [StandardError] error object if request failed
426
+ #
427
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
428
+ #
429
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
430
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
431
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
432
+ def update_deployment(project, deployment, deployment_object = nil, create_policy: nil, delete_policy: nil, preview: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
433
+ command = make_simple_command(:put, '{project}/global/deployments/{deployment}', options)
434
+ command.request_representation = Google::Apis::DeploymentmanagerV2::Deployment::Representation
435
+ command.request_object = deployment_object
436
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
437
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
438
+ command.params['project'] = project unless project.nil?
439
+ command.params['deployment'] = deployment unless deployment.nil?
440
+ command.query['createPolicy'] = create_policy unless create_policy.nil?
441
+ command.query['deletePolicy'] = delete_policy unless delete_policy.nil?
442
+ command.query['preview'] = preview unless preview.nil?
443
+ command.query['fields'] = fields unless fields.nil?
444
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
445
+ command.query['userIp'] = user_ip unless user_ip.nil?
446
+ execute_or_queue_command(command, &block)
447
+ end
448
+
449
+ # Gets information about a specific manifest.
450
+ # @param [String] project
451
+ # The project ID for this request.
452
+ # @param [String] deployment
453
+ # The name of the deployment for this request.
454
+ # @param [String] manifest
455
+ # The name of the manifest for this request.
456
+ # @param [String] fields
457
+ # Selector specifying which fields to include in a partial response.
458
+ # @param [String] quota_user
459
+ # Available to use for quota purposes for server-side applications. Can be any
460
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
461
+ # Overrides userIp if both are provided.
462
+ # @param [String] user_ip
463
+ # IP address of the site where the request originates. Use this if you want to
464
+ # enforce per-user limits.
465
+ # @param [Google::Apis::RequestOptions] options
466
+ # Request-specific options
467
+ #
468
+ # @yield [result, err] Result & error if block supplied
469
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Manifest] parsed result object
470
+ # @yieldparam err [StandardError] error object if request failed
471
+ #
472
+ # @return [Google::Apis::DeploymentmanagerV2::Manifest]
473
+ #
474
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
475
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
476
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
477
+ def get_manifest(project, deployment, manifest, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
478
+ command = make_simple_command(:get, '{project}/global/deployments/{deployment}/manifests/{manifest}', options)
479
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Manifest::Representation
480
+ command.response_class = Google::Apis::DeploymentmanagerV2::Manifest
481
+ command.params['project'] = project unless project.nil?
482
+ command.params['deployment'] = deployment unless deployment.nil?
483
+ command.params['manifest'] = manifest unless manifest.nil?
484
+ command.query['fields'] = fields unless fields.nil?
485
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
486
+ command.query['userIp'] = user_ip unless user_ip.nil?
487
+ execute_or_queue_command(command, &block)
488
+ end
489
+
490
+ # Lists all manifests for a given deployment.
491
+ # @param [String] project
492
+ # The project ID for this request.
493
+ # @param [String] deployment
494
+ # The name of the deployment for this request.
495
+ # @param [String] filter
496
+ # Sets a filter expression for filtering listed resources, in the form filter=`
497
+ # expression`. Your `expression` must be in the format: field_name
498
+ # comparison_string literal_string.
499
+ # The field_name is the name of the field you want to compare. Only atomic field
500
+ # types are supported (string, number, boolean). The comparison_string must be
501
+ # either eq (equals) or ne (not equals). The literal_string is the string value
502
+ # to filter to. The literal value must be valid for the type of field you are
503
+ # filtering by (string, number, boolean). For string fields, the literal value
504
+ # is interpreted as a regular expression using RE2 syntax. The literal value
505
+ # must match the entire field.
506
+ # For example, filter=name ne example-instance.
507
+ # Compute Engine Beta API Only: If you use filtering in the Beta API, you can
508
+ # also filter on nested fields. For example, you could filter on instances that
509
+ # have set the scheduling.automaticRestart field to true. In particular, use
510
+ # filtering on nested fields to take advantage of instance labels to organize
511
+ # and filter results based on label values.
512
+ # The Beta API also supports filtering on multiple expressions by providing each
513
+ # separate expression within parentheses. For example, (scheduling.
514
+ # automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are
515
+ # treated as AND expressions meaning that resources must match all expressions
516
+ # to pass the filters.
517
+ # @param [Fixnum] max_results
518
+ # The maximum number of results per page that Compute Engine should return. If
519
+ # the number of available results is larger than maxResults, Compute Engine
520
+ # returns a nextPageToken that can be used to get the next page of results in
521
+ # subsequent list requests.
522
+ # @param [String] page_token
523
+ # Specifies a page token to use. Set pageToken to the nextPageToken returned by
524
+ # a previous list request to get the next page of results.
525
+ # @param [String] fields
526
+ # Selector specifying which fields to include in a partial response.
527
+ # @param [String] quota_user
528
+ # Available to use for quota purposes for server-side applications. Can be any
529
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
530
+ # Overrides userIp if both are provided.
531
+ # @param [String] user_ip
532
+ # IP address of the site where the request originates. Use this if you want to
533
+ # enforce per-user limits.
534
+ # @param [Google::Apis::RequestOptions] options
535
+ # Request-specific options
536
+ #
537
+ # @yield [result, err] Result & error if block supplied
538
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::ListManifestsResponse] parsed result object
539
+ # @yieldparam err [StandardError] error object if request failed
540
+ #
541
+ # @return [Google::Apis::DeploymentmanagerV2::ListManifestsResponse]
542
+ #
543
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
544
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
545
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
546
+ def list_manifests(project, deployment, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
547
+ command = make_simple_command(:get, '{project}/global/deployments/{deployment}/manifests', options)
548
+ command.response_representation = Google::Apis::DeploymentmanagerV2::ListManifestsResponse::Representation
549
+ command.response_class = Google::Apis::DeploymentmanagerV2::ListManifestsResponse
550
+ command.params['project'] = project unless project.nil?
551
+ command.params['deployment'] = deployment unless deployment.nil?
552
+ command.query['filter'] = filter unless filter.nil?
553
+ command.query['maxResults'] = max_results unless max_results.nil?
554
+ command.query['pageToken'] = page_token unless page_token.nil?
555
+ command.query['fields'] = fields unless fields.nil?
556
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
557
+ command.query['userIp'] = user_ip unless user_ip.nil?
558
+ execute_or_queue_command(command, &block)
559
+ end
560
+
561
+ # Gets information about a specific operation.
562
+ # @param [String] project
563
+ # The project ID for this request.
564
+ # @param [String] operation
565
+ # The name of the operation for this request.
566
+ # @param [String] fields
567
+ # Selector specifying which fields to include in a partial response.
568
+ # @param [String] quota_user
569
+ # Available to use for quota purposes for server-side applications. Can be any
570
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
571
+ # Overrides userIp if both are provided.
572
+ # @param [String] user_ip
573
+ # IP address of the site where the request originates. Use this if you want to
574
+ # enforce per-user limits.
575
+ # @param [Google::Apis::RequestOptions] options
576
+ # Request-specific options
577
+ #
578
+ # @yield [result, err] Result & error if block supplied
579
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Operation] parsed result object
580
+ # @yieldparam err [StandardError] error object if request failed
581
+ #
582
+ # @return [Google::Apis::DeploymentmanagerV2::Operation]
583
+ #
584
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
585
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
586
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
587
+ def get_operation(project, operation, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
588
+ command = make_simple_command(:get, '{project}/global/operations/{operation}', options)
589
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Operation::Representation
590
+ command.response_class = Google::Apis::DeploymentmanagerV2::Operation
591
+ command.params['project'] = project unless project.nil?
592
+ command.params['operation'] = operation unless operation.nil?
593
+ command.query['fields'] = fields unless fields.nil?
594
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
595
+ command.query['userIp'] = user_ip unless user_ip.nil?
596
+ execute_or_queue_command(command, &block)
597
+ end
598
+
599
+ # Lists all operations for a project.
600
+ # @param [String] project
601
+ # The project ID for this request.
602
+ # @param [String] filter
603
+ # Sets a filter expression for filtering listed resources, in the form filter=`
604
+ # expression`. Your `expression` must be in the format: field_name
605
+ # comparison_string literal_string.
606
+ # The field_name is the name of the field you want to compare. Only atomic field
607
+ # types are supported (string, number, boolean). The comparison_string must be
608
+ # either eq (equals) or ne (not equals). The literal_string is the string value
609
+ # to filter to. The literal value must be valid for the type of field you are
610
+ # filtering by (string, number, boolean). For string fields, the literal value
611
+ # is interpreted as a regular expression using RE2 syntax. The literal value
612
+ # must match the entire field.
613
+ # For example, filter=name ne example-instance.
614
+ # Compute Engine Beta API Only: If you use filtering in the Beta API, you can
615
+ # also filter on nested fields. For example, you could filter on instances that
616
+ # have set the scheduling.automaticRestart field to true. In particular, use
617
+ # filtering on nested fields to take advantage of instance labels to organize
618
+ # and filter results based on label values.
619
+ # The Beta API also supports filtering on multiple expressions by providing each
620
+ # separate expression within parentheses. For example, (scheduling.
621
+ # automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are
622
+ # treated as AND expressions meaning that resources must match all expressions
623
+ # to pass the filters.
624
+ # @param [Fixnum] max_results
625
+ # The maximum number of results per page that Compute Engine should return. If
626
+ # the number of available results is larger than maxResults, Compute Engine
627
+ # returns a nextPageToken that can be used to get the next page of results in
628
+ # subsequent list requests.
629
+ # @param [String] page_token
630
+ # Specifies a page token to use. Set pageToken to the nextPageToken returned by
631
+ # a previous list request to get the next page of results.
632
+ # @param [String] fields
633
+ # Selector specifying which fields to include in a partial response.
634
+ # @param [String] quota_user
635
+ # Available to use for quota purposes for server-side applications. Can be any
636
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
637
+ # Overrides userIp if both are provided.
638
+ # @param [String] user_ip
639
+ # IP address of the site where the request originates. Use this if you want to
640
+ # enforce per-user limits.
641
+ # @param [Google::Apis::RequestOptions] options
642
+ # Request-specific options
643
+ #
644
+ # @yield [result, err] Result & error if block supplied
645
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::ListOperationsResponse] parsed result object
646
+ # @yieldparam err [StandardError] error object if request failed
647
+ #
648
+ # @return [Google::Apis::DeploymentmanagerV2::ListOperationsResponse]
649
+ #
650
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
651
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
652
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
653
+ def list_operations(project, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
654
+ command = make_simple_command(:get, '{project}/global/operations', options)
655
+ command.response_representation = Google::Apis::DeploymentmanagerV2::ListOperationsResponse::Representation
656
+ command.response_class = Google::Apis::DeploymentmanagerV2::ListOperationsResponse
657
+ command.params['project'] = project unless project.nil?
658
+ command.query['filter'] = filter unless filter.nil?
659
+ command.query['maxResults'] = max_results unless max_results.nil?
660
+ command.query['pageToken'] = page_token unless page_token.nil?
661
+ command.query['fields'] = fields unless fields.nil?
662
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
663
+ command.query['userIp'] = user_ip unless user_ip.nil?
664
+ execute_or_queue_command(command, &block)
665
+ end
666
+
667
+ # Gets information about a single resource.
668
+ # @param [String] project
669
+ # The project ID for this request.
670
+ # @param [String] deployment
671
+ # The name of the deployment for this request.
672
+ # @param [String] resource
673
+ # The name of the resource for this request.
674
+ # @param [String] fields
675
+ # Selector specifying which fields to include in a partial response.
676
+ # @param [String] quota_user
677
+ # Available to use for quota purposes for server-side applications. Can be any
678
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
679
+ # Overrides userIp if both are provided.
680
+ # @param [String] user_ip
681
+ # IP address of the site where the request originates. Use this if you want to
682
+ # enforce per-user limits.
683
+ # @param [Google::Apis::RequestOptions] options
684
+ # Request-specific options
685
+ #
686
+ # @yield [result, err] Result & error if block supplied
687
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::Resource] parsed result object
688
+ # @yieldparam err [StandardError] error object if request failed
689
+ #
690
+ # @return [Google::Apis::DeploymentmanagerV2::Resource]
691
+ #
692
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
693
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
694
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
695
+ def get_resource(project, deployment, resource, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
696
+ command = make_simple_command(:get, '{project}/global/deployments/{deployment}/resources/{resource}', options)
697
+ command.response_representation = Google::Apis::DeploymentmanagerV2::Resource::Representation
698
+ command.response_class = Google::Apis::DeploymentmanagerV2::Resource
699
+ command.params['project'] = project unless project.nil?
700
+ command.params['deployment'] = deployment unless deployment.nil?
701
+ command.params['resource'] = resource unless resource.nil?
702
+ command.query['fields'] = fields unless fields.nil?
703
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
704
+ command.query['userIp'] = user_ip unless user_ip.nil?
705
+ execute_or_queue_command(command, &block)
706
+ end
707
+
708
+ # Lists all resources in a given deployment.
709
+ # @param [String] project
710
+ # The project ID for this request.
711
+ # @param [String] deployment
712
+ # The name of the deployment for this request.
713
+ # @param [String] filter
714
+ # Sets a filter expression for filtering listed resources, in the form filter=`
715
+ # expression`. Your `expression` must be in the format: field_name
716
+ # comparison_string literal_string.
717
+ # The field_name is the name of the field you want to compare. Only atomic field
718
+ # types are supported (string, number, boolean). The comparison_string must be
719
+ # either eq (equals) or ne (not equals). The literal_string is the string value
720
+ # to filter to. The literal value must be valid for the type of field you are
721
+ # filtering by (string, number, boolean). For string fields, the literal value
722
+ # is interpreted as a regular expression using RE2 syntax. The literal value
723
+ # must match the entire field.
724
+ # For example, filter=name ne example-instance.
725
+ # Compute Engine Beta API Only: If you use filtering in the Beta API, you can
726
+ # also filter on nested fields. For example, you could filter on instances that
727
+ # have set the scheduling.automaticRestart field to true. In particular, use
728
+ # filtering on nested fields to take advantage of instance labels to organize
729
+ # and filter results based on label values.
730
+ # The Beta API also supports filtering on multiple expressions by providing each
731
+ # separate expression within parentheses. For example, (scheduling.
732
+ # automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are
733
+ # treated as AND expressions meaning that resources must match all expressions
734
+ # to pass the filters.
735
+ # @param [Fixnum] max_results
736
+ # The maximum number of results per page that Compute Engine should return. If
737
+ # the number of available results is larger than maxResults, Compute Engine
738
+ # returns a nextPageToken that can be used to get the next page of results in
739
+ # subsequent list requests.
740
+ # @param [String] page_token
741
+ # Specifies a page token to use. Set pageToken to the nextPageToken returned by
742
+ # a previous list request to get the next page of results.
743
+ # @param [String] fields
744
+ # Selector specifying which fields to include in a partial response.
745
+ # @param [String] quota_user
746
+ # Available to use for quota purposes for server-side applications. Can be any
747
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
748
+ # Overrides userIp if both are provided.
749
+ # @param [String] user_ip
750
+ # IP address of the site where the request originates. Use this if you want to
751
+ # enforce per-user limits.
752
+ # @param [Google::Apis::RequestOptions] options
753
+ # Request-specific options
754
+ #
755
+ # @yield [result, err] Result & error if block supplied
756
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::ListResourcesResponse] parsed result object
757
+ # @yieldparam err [StandardError] error object if request failed
758
+ #
759
+ # @return [Google::Apis::DeploymentmanagerV2::ListResourcesResponse]
760
+ #
761
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
762
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
763
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
764
+ def list_resources(project, deployment, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
765
+ command = make_simple_command(:get, '{project}/global/deployments/{deployment}/resources', options)
766
+ command.response_representation = Google::Apis::DeploymentmanagerV2::ListResourcesResponse::Representation
767
+ command.response_class = Google::Apis::DeploymentmanagerV2::ListResourcesResponse
768
+ command.params['project'] = project unless project.nil?
769
+ command.params['deployment'] = deployment unless deployment.nil?
770
+ command.query['filter'] = filter unless filter.nil?
771
+ command.query['maxResults'] = max_results unless max_results.nil?
772
+ command.query['pageToken'] = page_token unless page_token.nil?
773
+ command.query['fields'] = fields unless fields.nil?
774
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
775
+ command.query['userIp'] = user_ip unless user_ip.nil?
776
+ execute_or_queue_command(command, &block)
777
+ end
778
+
779
+ # Lists all resource types for Deployment Manager.
780
+ # @param [String] project
781
+ # The project ID for this request.
782
+ # @param [String] filter
783
+ # Sets a filter expression for filtering listed resources, in the form filter=`
784
+ # expression`. Your `expression` must be in the format: field_name
785
+ # comparison_string literal_string.
786
+ # The field_name is the name of the field you want to compare. Only atomic field
787
+ # types are supported (string, number, boolean). The comparison_string must be
788
+ # either eq (equals) or ne (not equals). The literal_string is the string value
789
+ # to filter to. The literal value must be valid for the type of field you are
790
+ # filtering by (string, number, boolean). For string fields, the literal value
791
+ # is interpreted as a regular expression using RE2 syntax. The literal value
792
+ # must match the entire field.
793
+ # For example, filter=name ne example-instance.
794
+ # Compute Engine Beta API Only: If you use filtering in the Beta API, you can
795
+ # also filter on nested fields. For example, you could filter on instances that
796
+ # have set the scheduling.automaticRestart field to true. In particular, use
797
+ # filtering on nested fields to take advantage of instance labels to organize
798
+ # and filter results based on label values.
799
+ # The Beta API also supports filtering on multiple expressions by providing each
800
+ # separate expression within parentheses. For example, (scheduling.
801
+ # automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are
802
+ # treated as AND expressions meaning that resources must match all expressions
803
+ # to pass the filters.
804
+ # @param [Fixnum] max_results
805
+ # The maximum number of results per page that Compute Engine should return. If
806
+ # the number of available results is larger than maxResults, Compute Engine
807
+ # returns a nextPageToken that can be used to get the next page of results in
808
+ # subsequent list requests.
809
+ # @param [String] page_token
810
+ # Specifies a page token to use. Set pageToken to the nextPageToken returned by
811
+ # a previous list request to get the next page of results.
812
+ # @param [String] fields
813
+ # Selector specifying which fields to include in a partial response.
814
+ # @param [String] quota_user
815
+ # Available to use for quota purposes for server-side applications. Can be any
816
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
817
+ # Overrides userIp if both are provided.
818
+ # @param [String] user_ip
819
+ # IP address of the site where the request originates. Use this if you want to
820
+ # enforce per-user limits.
821
+ # @param [Google::Apis::RequestOptions] options
822
+ # Request-specific options
823
+ #
824
+ # @yield [result, err] Result & error if block supplied
825
+ # @yieldparam result [Google::Apis::DeploymentmanagerV2::ListTypesResponse] parsed result object
826
+ # @yieldparam err [StandardError] error object if request failed
827
+ #
828
+ # @return [Google::Apis::DeploymentmanagerV2::ListTypesResponse]
829
+ #
830
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
831
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
832
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
833
+ def list_types(project, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
834
+ command = make_simple_command(:get, '{project}/global/types', options)
835
+ command.response_representation = Google::Apis::DeploymentmanagerV2::ListTypesResponse::Representation
836
+ command.response_class = Google::Apis::DeploymentmanagerV2::ListTypesResponse
837
+ command.params['project'] = project unless project.nil?
838
+ command.query['filter'] = filter unless filter.nil?
839
+ command.query['maxResults'] = max_results unless max_results.nil?
840
+ command.query['pageToken'] = page_token unless page_token.nil?
841
+ command.query['fields'] = fields unless fields.nil?
842
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
843
+ command.query['userIp'] = user_ip unless user_ip.nil?
844
+ execute_or_queue_command(command, &block)
845
+ end
846
+
847
+ protected
848
+
849
+ def apply_command_defaults(command)
850
+ command.query['key'] = key unless key.nil?
851
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
852
+ command.query['userIp'] = user_ip unless user_ip.nil?
853
+ end
854
+ end
855
+ end
856
+ end
857
+ end