google-api-client 0.8.7 → 0.9.pre1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (397) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +20 -0
  3. data/.rspec +2 -0
  4. data/.rubocop.yml +7 -0
  5. data/.rubocop_todo.yml +63 -0
  6. data/.travis.yml +21 -0
  7. data/.yardopts +12 -0
  8. data/CHANGELOG.md +6 -3
  9. data/CONTRIBUTING.md +31 -0
  10. data/Gemfile +28 -2
  11. data/MIGRATING.md +171 -0
  12. data/README.md +158 -150
  13. data/Rakefile +1 -40
  14. data/api_names.yaml +872 -0
  15. data/api_names_out.yaml +20843 -0
  16. data/bin/generate-api +93 -0
  17. data/generated/google/apis/adexchangebuyer_v1_3.rb +35 -0
  18. data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +1124 -0
  19. data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +375 -0
  20. data/generated/google/apis/adexchangebuyer_v1_3/service.rb +893 -0
  21. data/generated/google/apis/adexchangeseller_v2_0.rb +38 -0
  22. data/generated/google/apis/adexchangeseller_v2_0/classes.rb +792 -0
  23. data/generated/google/apis/adexchangeseller_v2_0/representations.rb +309 -0
  24. data/generated/google/apis/adexchangeseller_v2_0/service.rb +682 -0
  25. data/generated/google/apis/admin_directory_v1.rb +89 -0
  26. data/generated/google/apis/admin_directory_v1/classes.rb +2389 -0
  27. data/generated/google/apis/admin_directory_v1/representations.rb +780 -0
  28. data/generated/google/apis/admin_directory_v1/service.rb +2805 -0
  29. data/generated/google/apis/admin_reports_v1.rb +38 -0
  30. data/generated/google/apis/admin_reports_v1/classes.rb +582 -0
  31. data/generated/google/apis/admin_reports_v1/representations.rb +231 -0
  32. data/generated/google/apis/admin_reports_v1/service.rb +341 -0
  33. data/generated/google/apis/adsense_v1_4.rb +38 -0
  34. data/generated/google/apis/adsense_v1_4/classes.rb +1279 -0
  35. data/generated/google/apis/adsense_v1_4/representations.rb +493 -0
  36. data/generated/google/apis/adsense_v1_4/service.rb +1752 -0
  37. data/generated/google/apis/adsensehost_v4_1.rb +35 -0
  38. data/generated/google/apis/adsensehost_v4_1/classes.rb +834 -0
  39. data/generated/google/apis/adsensehost_v4_1/representations.rb +327 -0
  40. data/generated/google/apis/adsensehost_v4_1/service.rb +1190 -0
  41. data/generated/google/apis/analytics_v3.rb +49 -0
  42. data/generated/google/apis/analytics_v3/classes.rb +5113 -0
  43. data/generated/google/apis/analytics_v3/representations.rb +1661 -0
  44. data/generated/google/apis/analytics_v3/service.rb +3600 -0
  45. data/generated/google/apis/androidenterprise_v1.rb +34 -0
  46. data/generated/google/apis/androidenterprise_v1/classes.rb +1162 -0
  47. data/generated/google/apis/androidenterprise_v1/representations.rb +431 -0
  48. data/generated/google/apis/androidenterprise_v1/service.rb +1979 -0
  49. data/generated/google/apis/androidpublisher_v2.rb +34 -0
  50. data/generated/google/apis/androidpublisher_v2/classes.rb +1374 -0
  51. data/generated/google/apis/androidpublisher_v2/representations.rb +630 -0
  52. data/generated/google/apis/androidpublisher_v2/service.rb +2390 -0
  53. data/generated/google/apis/appsactivity_v1.rb +46 -0
  54. data/generated/google/apis/appsactivity_v1/classes.rb +392 -0
  55. data/generated/google/apis/appsactivity_v1/representations.rb +184 -0
  56. data/generated/google/apis/appsactivity_v1/service.rb +129 -0
  57. data/generated/google/apis/appstate_v1.rb +34 -0
  58. data/generated/google/apis/appstate_v1/classes.rb +154 -0
  59. data/generated/google/apis/appstate_v1/representations.rb +79 -0
  60. data/generated/google/apis/appstate_v1/service.rb +265 -0
  61. data/generated/google/apis/autoscaler_v1beta2.rb +38 -0
  62. data/generated/google/apis/autoscaler_v1beta2/classes.rb +747 -0
  63. data/generated/google/apis/autoscaler_v1beta2/representations.rb +281 -0
  64. data/generated/google/apis/autoscaler_v1beta2/service.rb +488 -0
  65. data/generated/google/apis/bigquery_v2.rb +49 -0
  66. data/generated/google/apis/bigquery_v2/classes.rb +2255 -0
  67. data/generated/google/apis/bigquery_v2/representations.rb +754 -0
  68. data/generated/google/apis/bigquery_v2/service.rb +1003 -0
  69. data/generated/google/apis/blogger_v3.rb +37 -0
  70. data/generated/google/apis/blogger_v3/classes.rb +1354 -0
  71. data/generated/google/apis/blogger_v3/representations.rb +562 -0
  72. data/generated/google/apis/blogger_v3/service.rb +1620 -0
  73. data/generated/google/apis/books_v1.rb +34 -0
  74. data/generated/google/apis/books_v1/classes.rb +3515 -0
  75. data/generated/google/apis/books_v1/representations.rb +1361 -0
  76. data/generated/google/apis/books_v1/service.rb +2170 -0
  77. data/generated/google/apis/calendar_v3.rb +37 -0
  78. data/generated/google/apis/calendar_v3/classes.rb +1702 -0
  79. data/generated/google/apis/calendar_v3/representations.rb +566 -0
  80. data/generated/google/apis/calendar_v3/service.rb +1943 -0
  81. data/generated/google/apis/civicinfo_v2.rb +31 -0
  82. data/generated/google/apis/civicinfo_v2/classes.rb +1057 -0
  83. data/generated/google/apis/civicinfo_v2/representations.rb +374 -0
  84. data/generated/google/apis/civicinfo_v2/service.rb +284 -0
  85. data/generated/google/apis/cloudmonitoring_v2beta2.rb +34 -0
  86. data/generated/google/apis/cloudmonitoring_v2beta2/classes.rb +679 -0
  87. data/generated/google/apis/cloudmonitoring_v2beta2/representations.rb +311 -0
  88. data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +458 -0
  89. data/generated/google/apis/cloudresourcemanager_v1beta1.rb +38 -0
  90. data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +139 -0
  91. data/generated/google/apis/cloudresourcemanager_v1beta1/representations.rb +65 -0
  92. data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +301 -0
  93. data/generated/google/apis/compute_v1.rb +49 -0
  94. data/generated/google/apis/compute_v1/classes.rb +6391 -0
  95. data/generated/google/apis/compute_v1/representations.rb +2209 -0
  96. data/generated/google/apis/compute_v1/service.rb +6352 -0
  97. data/generated/google/apis/container_v1beta1.rb +35 -0
  98. data/generated/google/apis/container_v1beta1/classes.rb +466 -0
  99. data/generated/google/apis/container_v1beta1/representations.rb +177 -0
  100. data/generated/google/apis/container_v1beta1/service.rb +394 -0
  101. data/generated/google/apis/content_v2.rb +35 -0
  102. data/generated/google/apis/content_v2/classes.rb +3780 -0
  103. data/generated/google/apis/content_v2/representations.rb +1456 -0
  104. data/generated/google/apis/content_v2/service.rb +1706 -0
  105. data/generated/google/apis/coordinate_v1.rb +37 -0
  106. data/generated/google/apis/coordinate_v1/classes.rb +669 -0
  107. data/generated/google/apis/coordinate_v1/representations.rb +285 -0
  108. data/generated/google/apis/coordinate_v1/service.rb +687 -0
  109. data/{lib/google/api_client/auth/compute_service_account.rb → generated/google/apis/customsearch_v1.rb} +13 -10
  110. data/generated/google/apis/customsearch_v1/classes.rb +771 -0
  111. data/generated/google/apis/customsearch_v1/representations.rb +276 -0
  112. data/generated/google/apis/customsearch_v1/service.rb +208 -0
  113. data/generated/google/apis/datastore_v1beta2.rb +40 -0
  114. data/generated/google/apis/datastore_v1beta2/classes.rb +1186 -0
  115. data/generated/google/apis/datastore_v1beta2/representations.rb +526 -0
  116. data/generated/google/apis/datastore_v1beta2/service.rb +300 -0
  117. data/generated/google/apis/deploymentmanager_v2beta2.rb +41 -0
  118. data/generated/google/apis/deploymentmanager_v2beta2/classes.rb +820 -0
  119. data/generated/google/apis/deploymentmanager_v2beta2/representations.rb +303 -0
  120. data/generated/google/apis/deploymentmanager_v2beta2/service.rb +647 -0
  121. data/generated/google/apis/dfareporting_v2_1.rb +37 -0
  122. data/generated/google/apis/dfareporting_v2_1/classes.rb +10755 -0
  123. data/generated/google/apis/dfareporting_v2_1/representations.rb +3438 -0
  124. data/generated/google/apis/dfareporting_v2_1/service.rb +8775 -0
  125. data/generated/google/apis/discovery_v1.rb +32 -0
  126. data/generated/google/apis/discovery_v1/classes.rb +947 -0
  127. data/generated/google/apis/discovery_v1/representations.rb +355 -0
  128. data/generated/google/apis/discovery_v1/service.rb +144 -0
  129. data/generated/google/apis/dns_v1.rb +41 -0
  130. data/generated/google/apis/dns_v1/classes.rb +406 -0
  131. data/generated/google/apis/dns_v1/representations.rb +151 -0
  132. data/generated/google/apis/dns_v1/service.rb +460 -0
  133. data/{spec/google/api_client/request_spec.rb → generated/google/apis/doubleclickbidmanager_v1.rb} +15 -13
  134. data/generated/google/apis/doubleclickbidmanager_v1/classes.rb +709 -0
  135. data/generated/google/apis/doubleclickbidmanager_v1/representations.rb +297 -0
  136. data/generated/google/apis/doubleclickbidmanager_v1/service.rb +349 -0
  137. data/generated/google/apis/doubleclicksearch_v2.rb +35 -0
  138. data/generated/google/apis/doubleclicksearch_v2/classes.rb +947 -0
  139. data/generated/google/apis/doubleclicksearch_v2/representations.rb +315 -0
  140. data/generated/google/apis/doubleclicksearch_v2/service.rb +490 -0
  141. data/generated/google/apis/drive_v2.rb +55 -0
  142. data/generated/google/apis/drive_v2/classes.rb +2519 -0
  143. data/generated/google/apis/drive_v2/representations.rb +781 -0
  144. data/generated/google/apis/drive_v2/service.rb +2685 -0
  145. data/generated/google/apis/fitness_v1.rb +49 -0
  146. data/generated/google/apis/fitness_v1/classes.rb +809 -0
  147. data/generated/google/apis/fitness_v1/representations.rb +295 -0
  148. data/generated/google/apis/fitness_v1/service.rb +684 -0
  149. data/generated/google/apis/fusiontables_v2.rb +37 -0
  150. data/generated/google/apis/fusiontables_v2/classes.rb +1048 -0
  151. data/generated/google/apis/fusiontables_v2/representations.rb +409 -0
  152. data/generated/google/apis/fusiontables_v2/service.rb +1496 -0
  153. data/generated/google/apis/games_configuration_v1configuration.rb +34 -0
  154. data/generated/google/apis/games_configuration_v1configuration/classes.rb +506 -0
  155. data/generated/google/apis/games_configuration_v1configuration/representations.rb +206 -0
  156. data/generated/google/apis/games_configuration_v1configuration/service.rb +578 -0
  157. data/generated/google/apis/games_v1.rb +40 -0
  158. data/generated/google/apis/games_v1/classes.rb +4578 -0
  159. data/generated/google/apis/games_v1/representations.rb +1570 -0
  160. data/generated/google/apis/games_v1/service.rb +2306 -0
  161. data/generated/google/apis/gan_v1beta1.rb +31 -0
  162. data/generated/google/apis/gan_v1beta1/classes.rb +1428 -0
  163. data/generated/google/apis/gan_v1beta1/representations.rb +428 -0
  164. data/generated/google/apis/gan_v1beta1/service.rb +692 -0
  165. data/generated/google/apis/genomics_v1beta2.rb +46 -0
  166. data/generated/google/apis/genomics_v1beta2/classes.rb +3288 -0
  167. data/generated/google/apis/genomics_v1beta2/representations.rb +1194 -0
  168. data/generated/google/apis/genomics_v1beta2/service.rb +2356 -0
  169. data/generated/google/apis/gmail_v1.rb +49 -0
  170. data/generated/google/apis/gmail_v1/classes.rb +794 -0
  171. data/generated/google/apis/gmail_v1/representations.rb +339 -0
  172. data/generated/google/apis/gmail_v1/service.rb +1502 -0
  173. data/generated/google/apis/groupsmigration_v1.rb +34 -0
  174. data/generated/google/apis/groupsmigration_v1/classes.rb +51 -0
  175. data/generated/google/apis/groupsmigration_v1/representations.rb +38 -0
  176. data/generated/google/apis/groupsmigration_v1/service.rb +111 -0
  177. data/generated/google/apis/groupssettings_v1.rb +34 -0
  178. data/generated/google/apis/groupssettings_v1/classes.rb +221 -0
  179. data/generated/google/apis/groupssettings_v1/representations.rb +64 -0
  180. data/generated/google/apis/groupssettings_v1/service.rb +179 -0
  181. data/generated/google/apis/identitytoolkit_v3.rb +31 -0
  182. data/generated/google/apis/identitytoolkit_v3/classes.rb +1229 -0
  183. data/generated/google/apis/identitytoolkit_v3/representations.rb +422 -0
  184. data/generated/google/apis/identitytoolkit_v3/service.rb +491 -0
  185. data/generated/google/apis/licensing_v1.rb +34 -0
  186. data/generated/google/apis/licensing_v1/classes.rb +132 -0
  187. data/generated/google/apis/licensing_v1/representations.rb +68 -0
  188. data/generated/google/apis/licensing_v1/service.rb +376 -0
  189. data/generated/google/apis/logging_v1beta3.rb +35 -0
  190. data/generated/google/apis/logging_v1beta3/classes.rb +505 -0
  191. data/generated/google/apis/logging_v1beta3/representations.rb +222 -0
  192. data/generated/google/apis/logging_v1beta3/service.rb +670 -0
  193. data/generated/google/apis/manager_v1beta2.rb +50 -0
  194. data/generated/google/apis/manager_v1beta2/classes.rb +1287 -0
  195. data/generated/google/apis/manager_v1beta2/representations.rb +536 -0
  196. data/generated/google/apis/manager_v1beta2/service.rb +380 -0
  197. data/generated/google/apis/mapsengine_v1.rb +38 -0
  198. data/generated/google/apis/mapsengine_v1/classes.rb +2873 -0
  199. data/generated/google/apis/mapsengine_v1/representations.rb +1235 -0
  200. data/generated/google/apis/mapsengine_v1/service.rb +3465 -0
  201. data/generated/google/apis/mirror_v1.rb +37 -0
  202. data/generated/google/apis/mirror_v1/classes.rb +1072 -0
  203. data/generated/google/apis/mirror_v1/representations.rb +350 -0
  204. data/generated/google/apis/mirror_v1/service.rb +1001 -0
  205. data/generated/google/apis/oauth2_v2.rb +43 -0
  206. data/generated/google/apis/oauth2_v2/classes.rb +245 -0
  207. data/generated/google/apis/oauth2_v2/representations.rb +94 -0
  208. data/generated/google/apis/oauth2_v2/service.rb +203 -0
  209. data/generated/google/apis/pagespeedonline_v2.rb +32 -0
  210. data/generated/google/apis/pagespeedonline_v2/classes.rb +614 -0
  211. data/generated/google/apis/pagespeedonline_v2/representations.rb +244 -0
  212. data/generated/google/apis/pagespeedonline_v2/service.rb +120 -0
  213. data/generated/google/apis/plus_domains_v1.rb +61 -0
  214. data/generated/google/apis/plus_domains_v1/classes.rb +2402 -0
  215. data/generated/google/apis/plus_domains_v1/representations.rb +873 -0
  216. data/generated/google/apis/plus_domains_v1/service.rb +924 -0
  217. data/generated/google/apis/plus_v1.rb +43 -0
  218. data/generated/google/apis/plus_v1/classes.rb +2384 -0
  219. data/generated/google/apis/plus_v1/representations.rb +812 -0
  220. data/generated/google/apis/plus_v1/service.rb +616 -0
  221. data/generated/google/apis/prediction_v1_6.rb +44 -0
  222. data/generated/google/apis/prediction_v1_6/classes.rb +751 -0
  223. data/generated/google/apis/prediction_v1_6/representations.rb +327 -0
  224. data/generated/google/apis/prediction_v1_6/service.rb +388 -0
  225. data/generated/google/apis/pubsub_v1beta2.rb +37 -0
  226. data/generated/google/apis/pubsub_v1beta2/classes.rb +824 -0
  227. data/generated/google/apis/pubsub_v1beta2/representations.rb +366 -0
  228. data/generated/google/apis/pubsub_v1beta2/service.rb +778 -0
  229. data/generated/google/apis/qpx_express_v1.rb +31 -0
  230. data/generated/google/apis/qpx_express_v1/classes.rb +1268 -0
  231. data/generated/google/apis/qpx_express_v1/representations.rb +424 -0
  232. data/generated/google/apis/qpx_express_v1/service.rb +101 -0
  233. data/generated/google/apis/replicapool_v1beta2.rb +41 -0
  234. data/generated/google/apis/replicapool_v1beta2/classes.rb +621 -0
  235. data/generated/google/apis/replicapool_v1beta2/representations.rb +235 -0
  236. data/generated/google/apis/replicapool_v1beta2/service.rb +620 -0
  237. data/generated/google/apis/replicapoolupdater_v1beta1.rb +41 -0
  238. data/generated/google/apis/replicapoolupdater_v1beta1/classes.rb +682 -0
  239. data/generated/google/apis/replicapoolupdater_v1beta1/representations.rb +247 -0
  240. data/generated/google/apis/replicapoolupdater_v1beta1/service.rb +472 -0
  241. data/generated/google/apis/reseller_v1.rb +37 -0
  242. data/generated/google/apis/reseller_v1/classes.rb +502 -0
  243. data/generated/google/apis/reseller_v1/representations.rb +199 -0
  244. data/generated/google/apis/reseller_v1/service.rb +637 -0
  245. data/generated/google/apis/resourceviews_v1beta2.rb +47 -0
  246. data/generated/google/apis/resourceviews_v1beta2/classes.rb +660 -0
  247. data/generated/google/apis/resourceviews_v1beta2/representations.rb +269 -0
  248. data/generated/google/apis/resourceviews_v1beta2/service.rb +574 -0
  249. data/generated/google/apis/site_verification_v1.rb +37 -0
  250. data/generated/google/apis/site_verification_v1/classes.rb +185 -0
  251. data/generated/google/apis/site_verification_v1/representations.rb +101 -0
  252. data/generated/google/apis/site_verification_v1/service.rb +322 -0
  253. data/generated/google/apis/sqladmin_v1beta4.rb +37 -0
  254. data/generated/google/apis/sqladmin_v1beta4/classes.rb +1817 -0
  255. data/generated/google/apis/sqladmin_v1beta4/representations.rb +688 -0
  256. data/generated/google/apis/sqladmin_v1beta4/service.rb +1534 -0
  257. data/generated/google/apis/storage_v1.rb +43 -0
  258. data/generated/google/apis/storage_v1/classes.rb +1177 -0
  259. data/generated/google/apis/storage_v1/representations.rb +427 -0
  260. data/generated/google/apis/storage_v1/service.rb +1920 -0
  261. data/generated/google/apis/tagmanager_v1.rb +52 -0
  262. data/generated/google/apis/tagmanager_v1/classes.rb +1226 -0
  263. data/generated/google/apis/tagmanager_v1/representations.rb +461 -0
  264. data/generated/google/apis/tagmanager_v1/service.rb +1978 -0
  265. data/generated/google/apis/taskqueue_v1beta2.rb +37 -0
  266. data/generated/google/apis/taskqueue_v1beta2/classes.rb +254 -0
  267. data/generated/google/apis/taskqueue_v1beta2/representations.rb +114 -0
  268. data/generated/google/apis/taskqueue_v1beta2/service.rb +416 -0
  269. data/generated/google/apis/tasks_v1.rb +37 -0
  270. data/generated/google/apis/tasks_v1/classes.rb +296 -0
  271. data/generated/google/apis/tasks_v1/representations.rb +115 -0
  272. data/generated/google/apis/tasks_v1/service.rb +657 -0
  273. data/generated/google/apis/translate_v2.rb +31 -0
  274. data/generated/google/apis/translate_v2/classes.rb +168 -0
  275. data/generated/google/apis/translate_v2/representations.rb +109 -0
  276. data/generated/google/apis/translate_v2/service.rb +185 -0
  277. data/generated/google/apis/urlshortener_v1.rb +34 -0
  278. data/generated/google/apis/urlshortener_v1/classes.rb +246 -0
  279. data/generated/google/apis/urlshortener_v1/representations.rb +111 -0
  280. data/generated/google/apis/urlshortener_v1/service.rb +179 -0
  281. data/generated/google/apis/webmasters_v3.rb +37 -0
  282. data/generated/google/apis/webmasters_v3/classes.rb +563 -0
  283. data/generated/google/apis/webmasters_v3/representations.rb +250 -0
  284. data/generated/google/apis/webmasters_v3/service.rb +587 -0
  285. data/generated/google/apis/youtube_analytics_v1.rb +46 -0
  286. data/generated/google/apis/youtube_analytics_v1/classes.rb +540 -0
  287. data/generated/google/apis/youtube_analytics_v1/representations.rb +242 -0
  288. data/generated/google/apis/youtube_analytics_v1/service.rb +567 -0
  289. data/generated/google/apis/youtube_v3.rb +49 -0
  290. data/generated/google/apis/youtube_v3/classes.rb +7225 -0
  291. data/generated/google/apis/youtube_v3/representations.rb +2529 -0
  292. data/generated/google/apis/youtube_v3/service.rb +4051 -0
  293. data/google-api-client.gemspec +27 -39
  294. data/lib/google/api_client/auth/storage.rb +3 -2
  295. data/lib/google/api_client/auth/storages/file_store.rb +1 -3
  296. data/lib/google/api_client/auth/storages/redis_store.rb +6 -2
  297. data/lib/google/apis.rb +48 -0
  298. data/lib/google/apis/core/api_command.rb +128 -0
  299. data/lib/google/apis/core/base_service.rb +314 -0
  300. data/lib/google/apis/core/batch.rb +222 -0
  301. data/lib/google/apis/core/download.rb +94 -0
  302. data/lib/google/apis/core/hashable.rb +44 -0
  303. data/lib/google/apis/core/http_command.rb +275 -0
  304. data/lib/google/apis/core/json_representation.rb +122 -0
  305. data/lib/google/{api_client/version.rb → apis/core/logging.rb} +12 -8
  306. data/lib/google/apis/core/multipart.rb +173 -0
  307. data/lib/google/apis/core/upload.rb +275 -0
  308. data/lib/google/{api_client → apis}/errors.rb +32 -28
  309. data/lib/google/apis/generator.rb +70 -0
  310. data/lib/google/apis/generator/annotator.rb +271 -0
  311. data/lib/google/apis/generator/helpers.rb +74 -0
  312. data/lib/google/apis/generator/model.rb +130 -0
  313. data/lib/google/apis/generator/template.rb +124 -0
  314. data/lib/google/apis/generator/templates/_class.tmpl +40 -0
  315. data/lib/google/apis/generator/templates/_method.tmpl +90 -0
  316. data/lib/google/apis/generator/templates/_representation.tmpl +51 -0
  317. data/lib/google/apis/generator/templates/_representation_stub.tmpl +15 -0
  318. data/lib/google/apis/generator/templates/_representation_type.tmpl +10 -0
  319. data/lib/google/{api_client/reference.rb → apis/generator/templates/classes.rb.tmpl} +11 -9
  320. data/lib/google/apis/generator/templates/module.rb.tmpl +40 -0
  321. data/lib/google/apis/generator/templates/representations.rb.tmpl +32 -0
  322. data/lib/google/apis/generator/templates/service.rb.tmpl +60 -0
  323. data/lib/google/apis/options.rb +79 -0
  324. data/lib/google/apis/version.rb +39 -0
  325. data/rakelib/metrics.rake +22 -0
  326. data/rakelib/rubocop.rake +10 -0
  327. data/rakelib/spec.rake +11 -0
  328. data/rakelib/yard.rake +11 -0
  329. data/samples/calendar/calendar.rb +43 -0
  330. data/samples/drive/drive.rb +40 -0
  331. data/samples/pubsub/pubsub.rb +52 -0
  332. data/{lib/google/api_client/discovery.rb → samples/translate/translate.rb} +14 -5
  333. data/script/generate +79 -0
  334. data/script/package +8 -0
  335. data/script/release +15 -0
  336. data/spec/fixtures/files/api_names.yaml +3 -0
  337. data/spec/fixtures/files/auth_stored_credentials.json +8 -0
  338. data/spec/fixtures/files/client_secrets.json +1 -0
  339. data/spec/fixtures/files/test.blah +1 -0
  340. data/spec/fixtures/files/test.txt +1 -0
  341. data/spec/fixtures/files/test_api.json +440 -0
  342. data/spec/google/api_client/auth/storage_spec.rb +1 -3
  343. data/spec/google/api_client/auth/storages/file_store_spec.rb +1 -2
  344. data/spec/google/api_client/auth/storages/redis_store_spec.rb +1 -3
  345. data/spec/google/apis/core/api_command_spec.rb +170 -0
  346. data/spec/google/apis/core/batch_spec.rb +128 -0
  347. data/spec/google/apis/core/download_spec.rb +90 -0
  348. data/spec/google/apis/core/hashable_spec.rb +60 -0
  349. data/spec/google/apis/core/http_command_spec.rb +238 -0
  350. data/spec/google/apis/core/json_representation_spec.rb +192 -0
  351. data/spec/google/apis/core/service_spec.rb +247 -0
  352. data/spec/google/apis/core/upload_spec.rb +238 -0
  353. data/{lib/google/api_client/service_account.rb → spec/google/apis/generated_spec.rb} +14 -8
  354. data/spec/google/apis/generator/generator_spec.rb +272 -0
  355. data/spec/google/apis/logging_spec.rb +45 -0
  356. data/spec/google/apis/options_spec.rb +40 -0
  357. data/spec/integration_tests/drive_spec.rb +35 -0
  358. data/spec/integration_tests/pubsub_spec.rb +48 -0
  359. data/spec/integration_tests/url_shortener_spec.rb +31 -0
  360. data/spec/spec_helper.rb +102 -46
  361. metadata +433 -178
  362. data/lib/compat/multi_json.rb +0 -19
  363. data/lib/google/api_client.rb +0 -750
  364. data/lib/google/api_client/auth/file_storage.rb +0 -59
  365. data/lib/google/api_client/auth/jwt_asserter.rb +0 -126
  366. data/lib/google/api_client/auth/key_utils.rb +0 -93
  367. data/lib/google/api_client/auth/pkcs12.rb +0 -41
  368. data/lib/google/api_client/batch.rb +0 -326
  369. data/lib/google/api_client/charset.rb +0 -33
  370. data/lib/google/api_client/discovery/api.rb +0 -310
  371. data/lib/google/api_client/discovery/media.rb +0 -77
  372. data/lib/google/api_client/discovery/method.rb +0 -363
  373. data/lib/google/api_client/discovery/resource.rb +0 -156
  374. data/lib/google/api_client/discovery/schema.rb +0 -117
  375. data/lib/google/api_client/environment.rb +0 -42
  376. data/lib/google/api_client/gzip.rb +0 -28
  377. data/lib/google/api_client/logging.rb +0 -32
  378. data/lib/google/api_client/media.rb +0 -259
  379. data/lib/google/api_client/railtie.rb +0 -18
  380. data/lib/google/api_client/request.rb +0 -350
  381. data/lib/google/api_client/result.rb +0 -255
  382. data/lib/google/api_client/service.rb +0 -233
  383. data/lib/google/api_client/service/batch.rb +0 -110
  384. data/lib/google/api_client/service/request.rb +0 -144
  385. data/lib/google/api_client/service/resource.rb +0 -40
  386. data/lib/google/api_client/service/result.rb +0 -162
  387. data/lib/google/api_client/service/simple_file_store.rb +0 -151
  388. data/lib/google/api_client/service/stub_generator.rb +0 -61
  389. data/spec/google/api_client/batch_spec.rb +0 -248
  390. data/spec/google/api_client/discovery_spec.rb +0 -708
  391. data/spec/google/api_client/gzip_spec.rb +0 -98
  392. data/spec/google/api_client/media_spec.rb +0 -178
  393. data/spec/google/api_client/result_spec.rb +0 -207
  394. data/spec/google/api_client/service_account_spec.rb +0 -169
  395. data/spec/google/api_client/service_spec.rb +0 -618
  396. data/spec/google/api_client/simple_file_store_spec.rb +0 -133
  397. data/spec/google/api_client_spec.rb +0 -352
@@ -0,0 +1,300 @@
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 DatastoreV1beta2
23
+ # Google Cloud Datastore API
24
+ #
25
+ # API for accessing Google Cloud Datastore.
26
+ #
27
+ # @example
28
+ # require 'google/apis/datastore_v1beta2'
29
+ #
30
+ # Datastore = Google::Apis::DatastoreV1beta2 # Alias the module
31
+ # service = Datastore::DatastoreService.new
32
+ #
33
+ # @see https://developers.google.com/datastore/
34
+ class DatastoreService < Google::Apis::Core::BaseService
35
+ # @return [String]
36
+ # API key. Your API key identifies your project and provides you with API access,
37
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
38
+ attr_accessor :key
39
+
40
+ # @return [String]
41
+ # Available to use for quota purposes for server-side applications. Can be any
42
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
43
+ # Overrides userIp if both are provided.
44
+ attr_accessor :quota_user
45
+
46
+ # @return [String]
47
+ # IP address of the site where the request originates. Use this if you want to
48
+ # enforce per-user limits.
49
+ attr_accessor :user_ip
50
+
51
+ def initialize
52
+ super('https://www.googleapis.com/', 'datastore/v1beta2/datasets/')
53
+ end
54
+
55
+ # Allocate IDs for incomplete keys (useful for referencing an entity before it
56
+ # is inserted).
57
+ # @param [String] dataset_id
58
+ # Identifies the dataset.
59
+ # @param [Google::Apis::DatastoreV1beta2::AllocateIdsRequest] allocate_ids_request_object
60
+ # @param [String] fields
61
+ # Selector specifying which fields to include in a partial response.
62
+ # @param [String] quota_user
63
+ # Available to use for quota purposes for server-side applications. Can be any
64
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
65
+ # Overrides userIp if both are provided.
66
+ # @param [String] user_ip
67
+ # IP address of the site where the request originates. Use this if you want to
68
+ # enforce per-user limits.
69
+ # @param [Google::Apis::RequestOptions] options
70
+ # Request-specific options
71
+ #
72
+ # @yield [result, err] Result & error if block supplied
73
+ # @yieldparam result [Google::Apis::DatastoreV1beta2::AllocateIdsResponse] parsed result object
74
+ # @yieldparam err [StandardError] error object if request failed
75
+ #
76
+ # @return [Google::Apis::DatastoreV1beta2::AllocateIdsResponse]
77
+ #
78
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
79
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
80
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
81
+ def allocate_ids(dataset_id, allocate_ids_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
82
+ path = '{datasetId}/allocateIds'
83
+ command = make_simple_command(:post, path, options)
84
+ command.request_representation = Google::Apis::DatastoreV1beta2::AllocateIdsRequest::Representation
85
+ command.request_object = allocate_ids_request_object
86
+ command.response_representation = Google::Apis::DatastoreV1beta2::AllocateIdsResponse::Representation
87
+ command.response_class = Google::Apis::DatastoreV1beta2::AllocateIdsResponse
88
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
89
+ command.query['fields'] = fields unless fields.nil?
90
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
91
+ command.query['userIp'] = user_ip unless user_ip.nil?
92
+ execute_or_queue_command(command, &block)
93
+ end
94
+
95
+ # Begin a new transaction.
96
+ # @param [String] dataset_id
97
+ # Identifies the dataset.
98
+ # @param [Google::Apis::DatastoreV1beta2::BeginTransactionRequest] begin_transaction_request_object
99
+ # @param [String] fields
100
+ # Selector specifying which fields to include in a partial response.
101
+ # @param [String] quota_user
102
+ # Available to use for quota purposes for server-side applications. Can be any
103
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
104
+ # Overrides userIp if both are provided.
105
+ # @param [String] user_ip
106
+ # IP address of the site where the request originates. Use this if you want to
107
+ # enforce per-user limits.
108
+ # @param [Google::Apis::RequestOptions] options
109
+ # Request-specific options
110
+ #
111
+ # @yield [result, err] Result & error if block supplied
112
+ # @yieldparam result [Google::Apis::DatastoreV1beta2::BeginTransactionResponse] parsed result object
113
+ # @yieldparam err [StandardError] error object if request failed
114
+ #
115
+ # @return [Google::Apis::DatastoreV1beta2::BeginTransactionResponse]
116
+ #
117
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
118
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
119
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
120
+ def begin_transaction(dataset_id, begin_transaction_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
121
+ path = '{datasetId}/beginTransaction'
122
+ command = make_simple_command(:post, path, options)
123
+ command.request_representation = Google::Apis::DatastoreV1beta2::BeginTransactionRequest::Representation
124
+ command.request_object = begin_transaction_request_object
125
+ command.response_representation = Google::Apis::DatastoreV1beta2::BeginTransactionResponse::Representation
126
+ command.response_class = Google::Apis::DatastoreV1beta2::BeginTransactionResponse
127
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
128
+ command.query['fields'] = fields unless fields.nil?
129
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
130
+ command.query['userIp'] = user_ip unless user_ip.nil?
131
+ execute_or_queue_command(command, &block)
132
+ end
133
+
134
+ # Commit a transaction, optionally creating, deleting or modifying some entities.
135
+ # @param [String] dataset_id
136
+ # Identifies the dataset.
137
+ # @param [Google::Apis::DatastoreV1beta2::CommitRequest] commit_request_object
138
+ # @param [String] fields
139
+ # Selector specifying which fields to include in a partial response.
140
+ # @param [String] quota_user
141
+ # Available to use for quota purposes for server-side applications. Can be any
142
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
143
+ # Overrides userIp if both are provided.
144
+ # @param [String] user_ip
145
+ # IP address of the site where the request originates. Use this if you want to
146
+ # enforce per-user limits.
147
+ # @param [Google::Apis::RequestOptions] options
148
+ # Request-specific options
149
+ #
150
+ # @yield [result, err] Result & error if block supplied
151
+ # @yieldparam result [Google::Apis::DatastoreV1beta2::CommitResponse] parsed result object
152
+ # @yieldparam err [StandardError] error object if request failed
153
+ #
154
+ # @return [Google::Apis::DatastoreV1beta2::CommitResponse]
155
+ #
156
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
157
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
158
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
159
+ def commit(dataset_id, commit_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
160
+ path = '{datasetId}/commit'
161
+ command = make_simple_command(:post, path, options)
162
+ command.request_representation = Google::Apis::DatastoreV1beta2::CommitRequest::Representation
163
+ command.request_object = commit_request_object
164
+ command.response_representation = Google::Apis::DatastoreV1beta2::CommitResponse::Representation
165
+ command.response_class = Google::Apis::DatastoreV1beta2::CommitResponse
166
+ command.params['datasetId'] = dataset_id unless dataset_id.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
+ # Look up some entities by key.
174
+ # @param [String] dataset_id
175
+ # Identifies the dataset.
176
+ # @param [Google::Apis::DatastoreV1beta2::LookupRequest] lookup_request_object
177
+ # @param [String] fields
178
+ # Selector specifying which fields to include in a partial response.
179
+ # @param [String] quota_user
180
+ # Available to use for quota purposes for server-side applications. Can be any
181
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
182
+ # Overrides userIp if both are provided.
183
+ # @param [String] user_ip
184
+ # IP address of the site where the request originates. Use this if you want to
185
+ # enforce per-user limits.
186
+ # @param [Google::Apis::RequestOptions] options
187
+ # Request-specific options
188
+ #
189
+ # @yield [result, err] Result & error if block supplied
190
+ # @yieldparam result [Google::Apis::DatastoreV1beta2::LookupResponse] parsed result object
191
+ # @yieldparam err [StandardError] error object if request failed
192
+ #
193
+ # @return [Google::Apis::DatastoreV1beta2::LookupResponse]
194
+ #
195
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
196
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
197
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
198
+ def lookup(dataset_id, lookup_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
199
+ path = '{datasetId}/lookup'
200
+ command = make_simple_command(:post, path, options)
201
+ command.request_representation = Google::Apis::DatastoreV1beta2::LookupRequest::Representation
202
+ command.request_object = lookup_request_object
203
+ command.response_representation = Google::Apis::DatastoreV1beta2::LookupResponse::Representation
204
+ command.response_class = Google::Apis::DatastoreV1beta2::LookupResponse
205
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
206
+ command.query['fields'] = fields unless fields.nil?
207
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
208
+ command.query['userIp'] = user_ip unless user_ip.nil?
209
+ execute_or_queue_command(command, &block)
210
+ end
211
+
212
+ # Roll back a transaction.
213
+ # @param [String] dataset_id
214
+ # Identifies the dataset.
215
+ # @param [Google::Apis::DatastoreV1beta2::RollbackRequest] rollback_request_object
216
+ # @param [String] fields
217
+ # Selector specifying which fields to include in a partial response.
218
+ # @param [String] quota_user
219
+ # Available to use for quota purposes for server-side applications. Can be any
220
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
221
+ # Overrides userIp if both are provided.
222
+ # @param [String] user_ip
223
+ # IP address of the site where the request originates. Use this if you want to
224
+ # enforce per-user limits.
225
+ # @param [Google::Apis::RequestOptions] options
226
+ # Request-specific options
227
+ #
228
+ # @yield [result, err] Result & error if block supplied
229
+ # @yieldparam result [Google::Apis::DatastoreV1beta2::RollbackResponse] parsed result object
230
+ # @yieldparam err [StandardError] error object if request failed
231
+ #
232
+ # @return [Google::Apis::DatastoreV1beta2::RollbackResponse]
233
+ #
234
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
235
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
236
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
237
+ def rollback(dataset_id, rollback_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
238
+ path = '{datasetId}/rollback'
239
+ command = make_simple_command(:post, path, options)
240
+ command.request_representation = Google::Apis::DatastoreV1beta2::RollbackRequest::Representation
241
+ command.request_object = rollback_request_object
242
+ command.response_representation = Google::Apis::DatastoreV1beta2::RollbackResponse::Representation
243
+ command.response_class = Google::Apis::DatastoreV1beta2::RollbackResponse
244
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
245
+ command.query['fields'] = fields unless fields.nil?
246
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
247
+ command.query['userIp'] = user_ip unless user_ip.nil?
248
+ execute_or_queue_command(command, &block)
249
+ end
250
+
251
+ # Query for entities.
252
+ # @param [String] dataset_id
253
+ # Identifies the dataset.
254
+ # @param [Google::Apis::DatastoreV1beta2::RunQueryRequest] run_query_request_object
255
+ # @param [String] fields
256
+ # Selector specifying which fields to include in a partial response.
257
+ # @param [String] quota_user
258
+ # Available to use for quota purposes for server-side applications. Can be any
259
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
260
+ # Overrides userIp if both are provided.
261
+ # @param [String] user_ip
262
+ # IP address of the site where the request originates. Use this if you want to
263
+ # enforce per-user limits.
264
+ # @param [Google::Apis::RequestOptions] options
265
+ # Request-specific options
266
+ #
267
+ # @yield [result, err] Result & error if block supplied
268
+ # @yieldparam result [Google::Apis::DatastoreV1beta2::RunQueryResponse] parsed result object
269
+ # @yieldparam err [StandardError] error object if request failed
270
+ #
271
+ # @return [Google::Apis::DatastoreV1beta2::RunQueryResponse]
272
+ #
273
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
274
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
275
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
276
+ def run_query(dataset_id, run_query_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
277
+ path = '{datasetId}/runQuery'
278
+ command = make_simple_command(:post, path, options)
279
+ command.request_representation = Google::Apis::DatastoreV1beta2::RunQueryRequest::Representation
280
+ command.request_object = run_query_request_object
281
+ command.response_representation = Google::Apis::DatastoreV1beta2::RunQueryResponse::Representation
282
+ command.response_class = Google::Apis::DatastoreV1beta2::RunQueryResponse
283
+ command.params['datasetId'] = dataset_id unless dataset_id.nil?
284
+ command.query['fields'] = fields unless fields.nil?
285
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
286
+ command.query['userIp'] = user_ip unless user_ip.nil?
287
+ execute_or_queue_command(command, &block)
288
+ end
289
+
290
+ protected
291
+
292
+ def apply_command_defaults(command)
293
+ command.query['key'] = key unless key.nil?
294
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
295
+ command.query['userIp'] = user_ip unless user_ip.nil?
296
+ end
297
+ end
298
+ end
299
+ end
300
+ end
@@ -0,0 +1,41 @@
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/deploymentmanager_v2beta2/service.rb'
16
+ require 'google/apis/deploymentmanager_v2beta2/classes.rb'
17
+ require 'google/apis/deploymentmanager_v2beta2/representations.rb'
18
+
19
+ module Google
20
+ module Apis
21
+ # Google Cloud Deployment Manager API V2
22
+ #
23
+ # The Deployment Manager API allows users to declaratively configure, deploy and
24
+ # run complex solutions on the Google Cloud Platform.
25
+ #
26
+ # @see https://developers.google.com/deployment-manager/
27
+ module DeploymentmanagerV2beta2
28
+ VERSION = 'V2beta2'
29
+ REVISION = '20150616'
30
+
31
+ # View and manage your data across Google Cloud Platform services
32
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
33
+
34
+ # View and manage your Google Cloud Platform management resources and deployment status information
35
+ AUTH_NDEV_CLOUDMAN = 'https://www.googleapis.com/auth/ndev.cloudman'
36
+
37
+ # View your Google Cloud Platform management resources and deployment status information
38
+ AUTH_NDEV_CLOUDMAN_READONLY = 'https://www.googleapis.com/auth/ndev.cloudman.readonly'
39
+ end
40
+ end
41
+ end
@@ -0,0 +1,820 @@
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 DeploymentmanagerV2beta2
24
+
25
+ #
26
+ class Deployment
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # An optional user-provided description of the deployment.
30
+ # Corresponds to the JSON property `description`
31
+ # @return [String]
32
+ attr_accessor :description
33
+
34
+ # Specifies a fingerprint for update() requests. A fingerprint is a randomly
35
+ # generated value that must be provided in update() requests to perform
36
+ # optimistic locking. This ensures optimistic concurrency so that only one
37
+ # update can be performed at a time.
38
+ # The fingerprint is initially generated by Deployment Manager and changes after
39
+ # every request to modify data. To get the latest fingerprint value, perform a
40
+ # get() request to a deployment.
41
+ # Corresponds to the JSON property `fingerprint`
42
+ # @return [String]
43
+ attr_accessor :fingerprint
44
+
45
+ # [Output Only] Unique identifier for the resource; defined by the server.
46
+ # Corresponds to the JSON property `id`
47
+ # @return [String]
48
+ attr_accessor :id
49
+
50
+ # [Output Only] Timestamp when the deployment was created, in RFC3339 text
51
+ # format .
52
+ # Corresponds to the JSON property `insertTime`
53
+ # @return [String]
54
+ attr_accessor :insert_time
55
+
56
+ # [Input Only] Specifies how Deployment Manager should apply this template.
57
+ # Possible options are PREVIEW, UPDATE, and CANCEL.
58
+ # PREVIEW creates a deployment and creates "shell" resources but does not
59
+ # actually instantiate these resources. This allows you to preview what your
60
+ # deployment looks like. You can use this intent to preview updates to
61
+ # deployments or preview new deployments. You must provide a target.config with
62
+ # a configuration for this intent. After previewing a deployment, you can deploy
63
+ # your resources by making a request with the UPDATE intent or you can CANCEL
64
+ # the preview altogether. Note that the deployment will still exist after you
65
+ # cancel the preview and you must separately delete this deployment if you want
66
+ # to remove it.
67
+ # UPDATE performs an update to the underlying resources in a deployment. If you
68
+ # provide a populated target.config field with this request, Deployment Manager
69
+ # uses that configuration to perform an update. If you had previewed this update
70
+ # beforehand, and do not supply a target.config or provide an empty target.
71
+ # config, Deployment Manager uses the last previewed configuration.
72
+ # CANCEL cancels an update that is in PREVIEW or UPDATE but does not undo any
73
+ # changes already made.
74
+ # Corresponds to the JSON property `intent`
75
+ # @return [String]
76
+ attr_accessor :intent
77
+
78
+ # [Output Only] URL of the manifest representing the last manifest that was
79
+ # successfully deployed.
80
+ # Corresponds to the JSON property `manifest`
81
+ # @return [String]
82
+ attr_accessor :manifest
83
+
84
+ # The name of the deployment, which must be unique within the project.
85
+ # Corresponds to the JSON property `name`
86
+ # @return [String]
87
+ attr_accessor :name
88
+
89
+ # [Output Only] The current state of the deployment. This can be DEPLOYED,
90
+ # DEPLOYMENT_FAILED, PREVIEWING, UPDATING, and CANCELING.
91
+ # Corresponds to the JSON property `state`
92
+ # @return [String]
93
+ attr_accessor :state
94
+
95
+ #
96
+ # Corresponds to the JSON property `target`
97
+ # @return [Google::Apis::DeploymentmanagerV2beta2::TargetConfiguration]
98
+ attr_accessor :target
99
+
100
+ #
101
+ # Corresponds to the JSON property `update`
102
+ # @return [Google::Apis::DeploymentmanagerV2beta2::DeploymentUpdate]
103
+ attr_accessor :update
104
+
105
+ # [Output Only] Timestamp when the deployment was updated, in RFC3339 text
106
+ # format .
107
+ # Corresponds to the JSON property `updateTime`
108
+ # @return [String]
109
+ attr_accessor :update_time
110
+
111
+ def initialize(**args)
112
+ update!(**args)
113
+ end
114
+
115
+ # Update properties of this object
116
+ def update!(**args)
117
+ @description = args[:description] unless args[:description].nil?
118
+ @fingerprint = args[:fingerprint] unless args[:fingerprint].nil?
119
+ @id = args[:id] unless args[:id].nil?
120
+ @insert_time = args[:insert_time] unless args[:insert_time].nil?
121
+ @intent = args[:intent] unless args[:intent].nil?
122
+ @manifest = args[:manifest] unless args[:manifest].nil?
123
+ @name = args[:name] unless args[:name].nil?
124
+ @state = args[:state] unless args[:state].nil?
125
+ @target = args[:target] unless args[:target].nil?
126
+ @update = args[:update] unless args[:update].nil?
127
+ @update_time = args[:update_time] unless args[:update_time].nil?
128
+ end
129
+ end
130
+
131
+ #
132
+ class DeploymentUpdate
133
+ include Google::Apis::Core::Hashable
134
+
135
+ # [Output Only] List of all errors encountered while trying to enact the update.
136
+ # Corresponds to the JSON property `errors`
137
+ # @return [Array<String>]
138
+ attr_accessor :errors
139
+
140
+ # [Output Only] URL of the manifest representing the update configuration of
141
+ # this deployment.
142
+ # Corresponds to the JSON property `manifest`
143
+ # @return [String]
144
+ attr_accessor :manifest
145
+
146
+ def initialize(**args)
147
+ update!(**args)
148
+ end
149
+
150
+ # Update properties of this object
151
+ def update!(**args)
152
+ @errors = args[:errors] unless args[:errors].nil?
153
+ @manifest = args[:manifest] unless args[:manifest].nil?
154
+ end
155
+ end
156
+
157
+ # A response containing a partial list of deployments and a page token used to
158
+ # build the next request if the request has been truncated.
159
+ class ListDeploymentsResponse
160
+ include Google::Apis::Core::Hashable
161
+
162
+ # [Output Only] The deployments contained in this response.
163
+ # Corresponds to the JSON property `deployments`
164
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Deployment>]
165
+ attr_accessor :deployments
166
+
167
+ # [Output Only] A token used to continue a truncated list request.
168
+ # Corresponds to the JSON property `nextPageToken`
169
+ # @return [String]
170
+ attr_accessor :next_page_token
171
+
172
+ def initialize(**args)
173
+ update!(**args)
174
+ end
175
+
176
+ # Update properties of this object
177
+ def update!(**args)
178
+ @deployments = args[:deployments] unless args[:deployments].nil?
179
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
180
+ end
181
+ end
182
+
183
+ #
184
+ class ImportFile
185
+ include Google::Apis::Core::Hashable
186
+
187
+ # The contents of the file.
188
+ # Corresponds to the JSON property `content`
189
+ # @return [String]
190
+ attr_accessor :content
191
+
192
+ # The name of the file.
193
+ # Corresponds to the JSON property `name`
194
+ # @return [String]
195
+ attr_accessor :name
196
+
197
+ def initialize(**args)
198
+ update!(**args)
199
+ end
200
+
201
+ # Update properties of this object
202
+ def update!(**args)
203
+ @content = args[:content] unless args[:content].nil?
204
+ @name = args[:name] unless args[:name].nil?
205
+ end
206
+ end
207
+
208
+ #
209
+ class Manifest
210
+ include Google::Apis::Core::Hashable
211
+
212
+ # [Output Only] The YAML configuration for this manifest.
213
+ # Corresponds to the JSON property `config`
214
+ # @return [String]
215
+ attr_accessor :config
216
+
217
+ # [Output Only] The fully-expanded configuration file, including any templates
218
+ # and references.
219
+ # Corresponds to the JSON property `evaluatedConfig`
220
+ # @return [String]
221
+ attr_accessor :evaluated_config
222
+
223
+ # [Output Only] Unique identifier for the resource; defined by the server.
224
+ # Corresponds to the JSON property `id`
225
+ # @return [String]
226
+ attr_accessor :id
227
+
228
+ # [Output Only] The imported files for this manifest.
229
+ # Corresponds to the JSON property `imports`
230
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::ImportFile>]
231
+ attr_accessor :imports
232
+
233
+ # [Output Only] Timestamp when the manifest was created, in RFC3339 text format.
234
+ # Corresponds to the JSON property `insertTime`
235
+ # @return [String]
236
+ attr_accessor :insert_time
237
+
238
+ # [Output Only] The YAML layout for this manifest.
239
+ # Corresponds to the JSON property `layout`
240
+ # @return [String]
241
+ attr_accessor :layout
242
+
243
+ # [Output Only] The name of the manifest.
244
+ # Corresponds to the JSON property `name`
245
+ # @return [String]
246
+ attr_accessor :name
247
+
248
+ # [Output Only] Self link for the manifest.
249
+ # Corresponds to the JSON property `selfLink`
250
+ # @return [String]
251
+ attr_accessor :self_link
252
+
253
+ def initialize(**args)
254
+ update!(**args)
255
+ end
256
+
257
+ # Update properties of this object
258
+ def update!(**args)
259
+ @config = args[:config] unless args[:config].nil?
260
+ @evaluated_config = args[:evaluated_config] unless args[:evaluated_config].nil?
261
+ @id = args[:id] unless args[:id].nil?
262
+ @imports = args[:imports] unless args[:imports].nil?
263
+ @insert_time = args[:insert_time] unless args[:insert_time].nil?
264
+ @layout = args[:layout] unless args[:layout].nil?
265
+ @name = args[:name] unless args[:name].nil?
266
+ @self_link = args[:self_link] unless args[:self_link].nil?
267
+ end
268
+ end
269
+
270
+ # A response containing a partial list of manifests and a page token used to
271
+ # build the next request if the request has been truncated.
272
+ class ListManifestsResponse
273
+ include Google::Apis::Core::Hashable
274
+
275
+ # [Output Only] Manifests contained in this list response.
276
+ # Corresponds to the JSON property `manifests`
277
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Manifest>]
278
+ attr_accessor :manifests
279
+
280
+ # [Output Only] A token used to continue a truncated list request.
281
+ # Corresponds to the JSON property `nextPageToken`
282
+ # @return [String]
283
+ attr_accessor :next_page_token
284
+
285
+ def initialize(**args)
286
+ update!(**args)
287
+ end
288
+
289
+ # Update properties of this object
290
+ def update!(**args)
291
+ @manifests = args[:manifests] unless args[:manifests].nil?
292
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
293
+ end
294
+ end
295
+
296
+ # An operation resource, used to manage asynchronous API requests.
297
+ class Operation
298
+ include Google::Apis::Core::Hashable
299
+
300
+ # [Output Only] An optional identifier specified by the client when the mutation
301
+ # was initiated. Must be unique for all operation resources in the project.
302
+ # Corresponds to the JSON property `clientOperationId`
303
+ # @return [String]
304
+ attr_accessor :client_operation_id
305
+
306
+ # [Output Only] Creation timestamp in RFC3339 text format.
307
+ # Corresponds to the JSON property `creationTimestamp`
308
+ # @return [String]
309
+ attr_accessor :creation_timestamp
310
+
311
+ # [Output Only] The time that this operation was completed. This is in RFC3339
312
+ # text format.
313
+ # Corresponds to the JSON property `endTime`
314
+ # @return [String]
315
+ attr_accessor :end_time
316
+
317
+ # [Output Only] If errors are generated during processing of the operation, this
318
+ # field will be populated.
319
+ # Corresponds to the JSON property `error`
320
+ # @return [Google::Apis::DeploymentmanagerV2beta2::Operation::Error]
321
+ attr_accessor :error
322
+
323
+ # [Output Only] If the operation fails, this field contains the HTTP error
324
+ # message that was returned, such as NOT FOUND.
325
+ # Corresponds to the JSON property `httpErrorMessage`
326
+ # @return [String]
327
+ attr_accessor :http_error_message
328
+
329
+ # [Output Only] If the operation fails, this field contains the HTTP error
330
+ # message that was returned, such as 404.
331
+ # Corresponds to the JSON property `httpErrorStatusCode`
332
+ # @return [Fixnum]
333
+ attr_accessor :http_error_status_code
334
+
335
+ # [Output Only] Unique identifier for the resource; defined by the server.
336
+ # Corresponds to the JSON property `id`
337
+ # @return [String]
338
+ attr_accessor :id
339
+
340
+ # [Output Only] The time that this operation was requested. This is in RFC3339
341
+ # text format.
342
+ # Corresponds to the JSON property `insertTime`
343
+ # @return [String]
344
+ attr_accessor :insert_time
345
+
346
+ # [Output Only] Type of the resource. Always compute#Operation for Operation
347
+ # resources.
348
+ # Corresponds to the JSON property `kind`
349
+ # @return [String]
350
+ attr_accessor :kind
351
+
352
+ # [Output Only] Name of the resource.
353
+ # Corresponds to the JSON property `name`
354
+ # @return [String]
355
+ attr_accessor :name
356
+
357
+ # [Output Only] Type of the operation, such as insert, update, and delete.
358
+ # Corresponds to the JSON property `operationType`
359
+ # @return [String]
360
+ attr_accessor :operation_type
361
+
362
+ # [Output Only] An optional progress indicator that ranges from 0 to 100. There
363
+ # is no requirement that this be linear or support any granularity of operations.
364
+ # This should not be used to guess at when the operation will be complete. This
365
+ # number should monotonically increase as the operation progresses.
366
+ # Corresponds to the JSON property `progress`
367
+ # @return [Fixnum]
368
+ attr_accessor :progress
369
+
370
+ # [Output Only] URL of the region where the operation resides. Only applicable
371
+ # for regional resources.
372
+ # Corresponds to the JSON property `region`
373
+ # @return [String]
374
+ attr_accessor :region
375
+
376
+ # [Output Only] Server defined URL for the resource.
377
+ # Corresponds to the JSON property `selfLink`
378
+ # @return [String]
379
+ attr_accessor :self_link
380
+
381
+ # [Output Only] The time that this operation was started by the server. This is
382
+ # in RFC3339 text format.
383
+ # Corresponds to the JSON property `startTime`
384
+ # @return [String]
385
+ attr_accessor :start_time
386
+
387
+ # [Output Only] Status of the operation. Can be one of the following: PENDING,
388
+ # RUNNING, or DONE.
389
+ # Corresponds to the JSON property `status`
390
+ # @return [String]
391
+ attr_accessor :status
392
+
393
+ # [Output Only] An optional textual description of the current status of the
394
+ # operation.
395
+ # Corresponds to the JSON property `statusMessage`
396
+ # @return [String]
397
+ attr_accessor :status_message
398
+
399
+ # [Output Only] Unique target ID which identifies a particular incarnation of
400
+ # the target.
401
+ # Corresponds to the JSON property `targetId`
402
+ # @return [String]
403
+ attr_accessor :target_id
404
+
405
+ # [Output Only] URL of the resource the operation is mutating.
406
+ # Corresponds to the JSON property `targetLink`
407
+ # @return [String]
408
+ attr_accessor :target_link
409
+
410
+ # [Output Only] User who requested the operation, for example: user@example.com.
411
+ # Corresponds to the JSON property `user`
412
+ # @return [String]
413
+ attr_accessor :user
414
+
415
+ # [Output Only] If warning messages are generated during processing of the
416
+ # operation, this field will be populated.
417
+ # Corresponds to the JSON property `warnings`
418
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Operation::Warning>]
419
+ attr_accessor :warnings
420
+
421
+ # [Output Only] URL of the zone where the operation resides.
422
+ # Corresponds to the JSON property `zone`
423
+ # @return [String]
424
+ attr_accessor :zone
425
+
426
+ def initialize(**args)
427
+ update!(**args)
428
+ end
429
+
430
+ # Update properties of this object
431
+ def update!(**args)
432
+ @client_operation_id = args[:client_operation_id] unless args[:client_operation_id].nil?
433
+ @creation_timestamp = args[:creation_timestamp] unless args[:creation_timestamp].nil?
434
+ @end_time = args[:end_time] unless args[:end_time].nil?
435
+ @error = args[:error] unless args[:error].nil?
436
+ @http_error_message = args[:http_error_message] unless args[:http_error_message].nil?
437
+ @http_error_status_code = args[:http_error_status_code] unless args[:http_error_status_code].nil?
438
+ @id = args[:id] unless args[:id].nil?
439
+ @insert_time = args[:insert_time] unless args[:insert_time].nil?
440
+ @kind = args[:kind] unless args[:kind].nil?
441
+ @name = args[:name] unless args[:name].nil?
442
+ @operation_type = args[:operation_type] unless args[:operation_type].nil?
443
+ @progress = args[:progress] unless args[:progress].nil?
444
+ @region = args[:region] unless args[:region].nil?
445
+ @self_link = args[:self_link] unless args[:self_link].nil?
446
+ @start_time = args[:start_time] unless args[:start_time].nil?
447
+ @status = args[:status] unless args[:status].nil?
448
+ @status_message = args[:status_message] unless args[:status_message].nil?
449
+ @target_id = args[:target_id] unless args[:target_id].nil?
450
+ @target_link = args[:target_link] unless args[:target_link].nil?
451
+ @user = args[:user] unless args[:user].nil?
452
+ @warnings = args[:warnings] unless args[:warnings].nil?
453
+ @zone = args[:zone] unless args[:zone].nil?
454
+ end
455
+
456
+ # [Output Only] If errors are generated during processing of the operation, this
457
+ # field will be populated.
458
+ class Error
459
+ include Google::Apis::Core::Hashable
460
+
461
+ # [Output Only] The array of errors encountered while processing this operation.
462
+ # Corresponds to the JSON property `errors`
463
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Operation::Error::Error>]
464
+ attr_accessor :errors
465
+
466
+ def initialize(**args)
467
+ update!(**args)
468
+ end
469
+
470
+ # Update properties of this object
471
+ def update!(**args)
472
+ @errors = args[:errors] unless args[:errors].nil?
473
+ end
474
+
475
+ #
476
+ class Error
477
+ include Google::Apis::Core::Hashable
478
+
479
+ # [Output Only] The error type identifier for this error.
480
+ # Corresponds to the JSON property `code`
481
+ # @return [String]
482
+ attr_accessor :code
483
+
484
+ # [Output Only] Indicates the field in the request which caused the error. This
485
+ # property is optional.
486
+ # Corresponds to the JSON property `location`
487
+ # @return [String]
488
+ attr_accessor :location
489
+
490
+ # [Output Only] An optional, human-readable error message.
491
+ # Corresponds to the JSON property `message`
492
+ # @return [String]
493
+ attr_accessor :message
494
+
495
+ def initialize(**args)
496
+ update!(**args)
497
+ end
498
+
499
+ # Update properties of this object
500
+ def update!(**args)
501
+ @code = args[:code] unless args[:code].nil?
502
+ @location = args[:location] unless args[:location].nil?
503
+ @message = args[:message] unless args[:message].nil?
504
+ end
505
+ end
506
+ end
507
+
508
+ #
509
+ class Warning
510
+ include Google::Apis::Core::Hashable
511
+
512
+ # [Output Only] The warning type identifier for this warning.
513
+ # Corresponds to the JSON property `code`
514
+ # @return [String]
515
+ attr_accessor :code
516
+
517
+ # [Output Only] Metadata for this warning in key: value format.
518
+ # Corresponds to the JSON property `data`
519
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Operation::Warning::Datum>]
520
+ attr_accessor :data
521
+
522
+ # [Output Only] Optional human-readable details for this warning.
523
+ # Corresponds to the JSON property `message`
524
+ # @return [String]
525
+ attr_accessor :message
526
+
527
+ def initialize(**args)
528
+ update!(**args)
529
+ end
530
+
531
+ # Update properties of this object
532
+ def update!(**args)
533
+ @code = args[:code] unless args[:code].nil?
534
+ @data = args[:data] unless args[:data].nil?
535
+ @message = args[:message] unless args[:message].nil?
536
+ end
537
+
538
+ #
539
+ class Datum
540
+ include Google::Apis::Core::Hashable
541
+
542
+ # [Output Only] A key for the warning data.
543
+ # Corresponds to the JSON property `key`
544
+ # @return [String]
545
+ attr_accessor :key
546
+
547
+ # [Output Only] A warning data value corresponding to the key.
548
+ # Corresponds to the JSON property `value`
549
+ # @return [String]
550
+ attr_accessor :value
551
+
552
+ def initialize(**args)
553
+ update!(**args)
554
+ end
555
+
556
+ # Update properties of this object
557
+ def update!(**args)
558
+ @key = args[:key] unless args[:key].nil?
559
+ @value = args[:value] unless args[:value].nil?
560
+ end
561
+ end
562
+ end
563
+ end
564
+
565
+ # A response containing a partial list of operations and a page token used to
566
+ # build the next request if the request has been truncated.
567
+ class ListOperationsResponse
568
+ include Google::Apis::Core::Hashable
569
+
570
+ # [Output Only] A token used to continue a truncated list request.
571
+ # Corresponds to the JSON property `nextPageToken`
572
+ # @return [String]
573
+ attr_accessor :next_page_token
574
+
575
+ # [Output Only] Operations contained in this list response.
576
+ # Corresponds to the JSON property `operations`
577
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Operation>]
578
+ attr_accessor :operations
579
+
580
+ def initialize(**args)
581
+ update!(**args)
582
+ end
583
+
584
+ # Update properties of this object
585
+ def update!(**args)
586
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
587
+ @operations = args[:operations] unless args[:operations].nil?
588
+ end
589
+ end
590
+
591
+ #
592
+ class Resource
593
+ include Google::Apis::Core::Hashable
594
+
595
+ # [Output Only] The evaluated properties of the resource with references
596
+ # expanded. Returned as serialized YAML.
597
+ # Corresponds to the JSON property `finalProperties`
598
+ # @return [String]
599
+ attr_accessor :final_properties
600
+
601
+ # [Output Only] Unique identifier for the resource; defined by the server.
602
+ # Corresponds to the JSON property `id`
603
+ # @return [String]
604
+ attr_accessor :id
605
+
606
+ # [Output Only] Timestamp when the resource was created or acquired, in RFC3339
607
+ # text format .
608
+ # Corresponds to the JSON property `insertTime`
609
+ # @return [String]
610
+ attr_accessor :insert_time
611
+
612
+ # [Output Only] URL of the manifest representing the current configuration of
613
+ # this resource.
614
+ # Corresponds to the JSON property `manifest`
615
+ # @return [String]
616
+ attr_accessor :manifest
617
+
618
+ # [Output Only] The name of the resource as it appears in the YAML config.
619
+ # Corresponds to the JSON property `name`
620
+ # @return [String]
621
+ attr_accessor :name
622
+
623
+ # [Output Only] The current properties of the resource before any references
624
+ # have been filled in. Returned as serialized YAML.
625
+ # Corresponds to the JSON property `properties`
626
+ # @return [String]
627
+ attr_accessor :properties
628
+
629
+ # [Output Only] The type of the resource, for example ?compute.v1.instance?, or ?
630
+ # replicaPools.v1beta2.instanceGroupManager?
631
+ # Corresponds to the JSON property `type`
632
+ # @return [String]
633
+ attr_accessor :type
634
+
635
+ #
636
+ # Corresponds to the JSON property `update`
637
+ # @return [Google::Apis::DeploymentmanagerV2beta2::ResourceUpdate]
638
+ attr_accessor :update
639
+
640
+ # [Output Only] Timestamp when the resource was updated, in RFC3339 text format .
641
+ # Corresponds to the JSON property `updateTime`
642
+ # @return [String]
643
+ attr_accessor :update_time
644
+
645
+ # [Output Only] The URL of the actual resource.
646
+ # Corresponds to the JSON property `url`
647
+ # @return [String]
648
+ attr_accessor :url
649
+
650
+ def initialize(**args)
651
+ update!(**args)
652
+ end
653
+
654
+ # Update properties of this object
655
+ def update!(**args)
656
+ @final_properties = args[:final_properties] unless args[:final_properties].nil?
657
+ @id = args[:id] unless args[:id].nil?
658
+ @insert_time = args[:insert_time] unless args[:insert_time].nil?
659
+ @manifest = args[:manifest] unless args[:manifest].nil?
660
+ @name = args[:name] unless args[:name].nil?
661
+ @properties = args[:properties] unless args[:properties].nil?
662
+ @type = args[:type] unless args[:type].nil?
663
+ @update = args[:update] unless args[:update].nil?
664
+ @update_time = args[:update_time] unless args[:update_time].nil?
665
+ @url = args[:url] unless args[:url].nil?
666
+ end
667
+ end
668
+
669
+ #
670
+ class ResourceUpdate
671
+ include Google::Apis::Core::Hashable
672
+
673
+ # [Output Only] List of all errors encountered while trying to enact update.
674
+ # intent.
675
+ # Corresponds to the JSON property `errors`
676
+ # @return [Array<String>]
677
+ attr_accessor :errors
678
+
679
+ # [Output Only] The expanded properties of the resource with reference values
680
+ # expanded. Returned as serialized YAML.
681
+ # Corresponds to the JSON property `finalProperties`
682
+ # @return [String]
683
+ attr_accessor :final_properties
684
+
685
+ # [Output Only] The intent of the resource, PREVIEW, UPDATE, or CANCEL.
686
+ # Corresponds to the JSON property `intent`
687
+ # @return [String]
688
+ attr_accessor :intent
689
+
690
+ # [Output Only] URL of the manifest representing the update configuration of
691
+ # this resource.
692
+ # Corresponds to the JSON property `manifest`
693
+ # @return [String]
694
+ attr_accessor :manifest
695
+
696
+ # [Output Only] The set of updated properties for this resource, before
697
+ # references are expanded. Returned as serialized YAML.
698
+ # Corresponds to the JSON property `properties`
699
+ # @return [String]
700
+ attr_accessor :properties
701
+
702
+ # [Output Only] The state of the resource.
703
+ # Corresponds to the JSON property `state`
704
+ # @return [String]
705
+ attr_accessor :state
706
+
707
+ def initialize(**args)
708
+ update!(**args)
709
+ end
710
+
711
+ # Update properties of this object
712
+ def update!(**args)
713
+ @errors = args[:errors] unless args[:errors].nil?
714
+ @final_properties = args[:final_properties] unless args[:final_properties].nil?
715
+ @intent = args[:intent] unless args[:intent].nil?
716
+ @manifest = args[:manifest] unless args[:manifest].nil?
717
+ @properties = args[:properties] unless args[:properties].nil?
718
+ @state = args[:state] unless args[:state].nil?
719
+ end
720
+ end
721
+
722
+ # A response containing a partial list of resources and a page token used to
723
+ # build the next request if the request has been truncated.
724
+ class ListResourcesResponse
725
+ include Google::Apis::Core::Hashable
726
+
727
+ # A token used to continue a truncated list request.
728
+ # Corresponds to the JSON property `nextPageToken`
729
+ # @return [String]
730
+ attr_accessor :next_page_token
731
+
732
+ # Resources contained in this list response.
733
+ # Corresponds to the JSON property `resources`
734
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Resource>]
735
+ attr_accessor :resources
736
+
737
+ def initialize(**args)
738
+ update!(**args)
739
+ end
740
+
741
+ # Update properties of this object
742
+ def update!(**args)
743
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
744
+ @resources = args[:resources] unless args[:resources].nil?
745
+ end
746
+ end
747
+
748
+ #
749
+ class TargetConfiguration
750
+ include Google::Apis::Core::Hashable
751
+
752
+ # The configuration to use for this deployment.
753
+ # Corresponds to the JSON property `config`
754
+ # @return [String]
755
+ attr_accessor :config
756
+
757
+ # Specifies any files to import for this configuration. This can be used to
758
+ # import templates or other files. For example, you might import a text file in
759
+ # order to use the file in a template.
760
+ # Corresponds to the JSON property `imports`
761
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::ImportFile>]
762
+ attr_accessor :imports
763
+
764
+ def initialize(**args)
765
+ update!(**args)
766
+ end
767
+
768
+ # Update properties of this object
769
+ def update!(**args)
770
+ @config = args[:config] unless args[:config].nil?
771
+ @imports = args[:imports] unless args[:imports].nil?
772
+ end
773
+ end
774
+
775
+ # A resource type supported by Deployment Manager.
776
+ class Type
777
+ include Google::Apis::Core::Hashable
778
+
779
+ # Name of the type.
780
+ # Corresponds to the JSON property `name`
781
+ # @return [String]
782
+ attr_accessor :name
783
+
784
+ def initialize(**args)
785
+ update!(**args)
786
+ end
787
+
788
+ # Update properties of this object
789
+ def update!(**args)
790
+ @name = args[:name] unless args[:name].nil?
791
+ end
792
+ end
793
+
794
+ # A response that returns all Types supported by Deployment Manager
795
+ class ListTypesResponse
796
+ include Google::Apis::Core::Hashable
797
+
798
+ # A token used to continue a truncated list request.
799
+ # Corresponds to the JSON property `nextPageToken`
800
+ # @return [String]
801
+ attr_accessor :next_page_token
802
+
803
+ # [Output Only] A list of resource types supported by Deployment Manager.
804
+ # Corresponds to the JSON property `types`
805
+ # @return [Array<Google::Apis::DeploymentmanagerV2beta2::Type>]
806
+ attr_accessor :types
807
+
808
+ def initialize(**args)
809
+ update!(**args)
810
+ end
811
+
812
+ # Update properties of this object
813
+ def update!(**args)
814
+ @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
815
+ @types = args[:types] unless args[:types].nil?
816
+ end
817
+ end
818
+ end
819
+ end
820
+ end