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,2895 @@
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 ComputeV1
24
+
25
+ class AccessConfig
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+ end
28
+
29
+ class Address
30
+ class Representation < Google::Apis::Core::JsonRepresentation; end
31
+ end
32
+
33
+ class AddressAggregatedList
34
+ class Representation < Google::Apis::Core::JsonRepresentation; end
35
+ end
36
+
37
+ class AddressList
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+ end
40
+
41
+ class AddressesScopedList
42
+ class Representation < Google::Apis::Core::JsonRepresentation; end
43
+
44
+ class Warning
45
+ class Representation < Google::Apis::Core::JsonRepresentation; end
46
+
47
+ class Datum
48
+ class Representation < Google::Apis::Core::JsonRepresentation; end
49
+ end
50
+ end
51
+ end
52
+
53
+ class AttachedDisk
54
+ class Representation < Google::Apis::Core::JsonRepresentation; end
55
+ end
56
+
57
+ class AttachedDiskInitializeParams
58
+ class Representation < Google::Apis::Core::JsonRepresentation; end
59
+ end
60
+
61
+ class Autoscaler
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+ end
64
+
65
+ class AutoscalerAggregatedList
66
+ class Representation < Google::Apis::Core::JsonRepresentation; end
67
+ end
68
+
69
+ class AutoscalerList
70
+ class Representation < Google::Apis::Core::JsonRepresentation; end
71
+ end
72
+
73
+ class AutoscalersScopedList
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ class Warning
77
+ class Representation < Google::Apis::Core::JsonRepresentation; end
78
+
79
+ class Datum
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+ end
82
+ end
83
+ end
84
+
85
+ class AutoscalingPolicy
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+ end
88
+
89
+ class AutoscalingPolicyCpuUtilization
90
+ class Representation < Google::Apis::Core::JsonRepresentation; end
91
+ end
92
+
93
+ class AutoscalingPolicyCustomMetricUtilization
94
+ class Representation < Google::Apis::Core::JsonRepresentation; end
95
+ end
96
+
97
+ class AutoscalingPolicyLoadBalancingUtilization
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+ end
100
+
101
+ class Backend
102
+ class Representation < Google::Apis::Core::JsonRepresentation; end
103
+ end
104
+
105
+ class BackendService
106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
107
+ end
108
+
109
+ class BackendServiceGroupHealth
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+ end
112
+
113
+ class BackendServiceList
114
+ class Representation < Google::Apis::Core::JsonRepresentation; end
115
+ end
116
+
117
+ class DeprecationStatus
118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
119
+ end
120
+
121
+ class Disk
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+ end
124
+
125
+ class DiskAggregatedList
126
+ class Representation < Google::Apis::Core::JsonRepresentation; end
127
+ end
128
+
129
+ class DiskList
130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
131
+ end
132
+
133
+ class MoveDiskRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+ end
136
+
137
+ class DiskType
138
+ class Representation < Google::Apis::Core::JsonRepresentation; end
139
+ end
140
+
141
+ class DiskTypeAggregatedList
142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
143
+ end
144
+
145
+ class DiskTypeList
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+ end
148
+
149
+ class DiskTypesScopedList
150
+ class Representation < Google::Apis::Core::JsonRepresentation; end
151
+
152
+ class Warning
153
+ class Representation < Google::Apis::Core::JsonRepresentation; end
154
+
155
+ class Datum
156
+ class Representation < Google::Apis::Core::JsonRepresentation; end
157
+ end
158
+ end
159
+ end
160
+
161
+ class DisksScopedList
162
+ class Representation < Google::Apis::Core::JsonRepresentation; end
163
+
164
+ class Warning
165
+ class Representation < Google::Apis::Core::JsonRepresentation; end
166
+
167
+ class Datum
168
+ class Representation < Google::Apis::Core::JsonRepresentation; end
169
+ end
170
+ end
171
+ end
172
+
173
+ class Firewall
174
+ class Representation < Google::Apis::Core::JsonRepresentation; end
175
+
176
+ class Allowed
177
+ class Representation < Google::Apis::Core::JsonRepresentation; end
178
+ end
179
+ end
180
+
181
+ class FirewallList
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+ end
184
+
185
+ class ForwardingRule
186
+ class Representation < Google::Apis::Core::JsonRepresentation; end
187
+ end
188
+
189
+ class ForwardingRuleAggregatedList
190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
191
+ end
192
+
193
+ class ForwardingRuleList
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+ end
196
+
197
+ class ForwardingRulesScopedList
198
+ class Representation < Google::Apis::Core::JsonRepresentation; end
199
+
200
+ class Warning
201
+ class Representation < Google::Apis::Core::JsonRepresentation; end
202
+
203
+ class Datum
204
+ class Representation < Google::Apis::Core::JsonRepresentation; end
205
+ end
206
+ end
207
+ end
208
+
209
+ class HealthCheckReference
210
+ class Representation < Google::Apis::Core::JsonRepresentation; end
211
+ end
212
+
213
+ class HealthStatus
214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
215
+ end
216
+
217
+ class HostRule
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+ end
220
+
221
+ class HttpHealthCheck
222
+ class Representation < Google::Apis::Core::JsonRepresentation; end
223
+ end
224
+
225
+ class HttpHealthCheckList
226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
227
+ end
228
+
229
+ class HttpsHealthCheck
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+ end
232
+
233
+ class HttpsHealthCheckList
234
+ class Representation < Google::Apis::Core::JsonRepresentation; end
235
+ end
236
+
237
+ class Image
238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
239
+
240
+ class RawDisk
241
+ class Representation < Google::Apis::Core::JsonRepresentation; end
242
+ end
243
+ end
244
+
245
+ class ImageList
246
+ class Representation < Google::Apis::Core::JsonRepresentation; end
247
+ end
248
+
249
+ class Instance
250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
251
+ end
252
+
253
+ class InstanceAggregatedList
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+ end
256
+
257
+ class InstanceGroup
258
+ class Representation < Google::Apis::Core::JsonRepresentation; end
259
+ end
260
+
261
+ class InstanceGroupAggregatedList
262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
263
+ end
264
+
265
+ class InstanceGroupList
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+ end
268
+
269
+ class InstanceGroupManager
270
+ class Representation < Google::Apis::Core::JsonRepresentation; end
271
+ end
272
+
273
+ class InstanceGroupManagerActionsSummary
274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
275
+ end
276
+
277
+ class InstanceGroupManagerAggregatedList
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+ end
280
+
281
+ class InstanceGroupManagerList
282
+ class Representation < Google::Apis::Core::JsonRepresentation; end
283
+ end
284
+
285
+ class InstanceGroupManagersAbandonInstancesRequest
286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
287
+ end
288
+
289
+ class InstanceGroupManagersDeleteInstancesRequest
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+ end
292
+
293
+ class InstanceGroupManagersListManagedInstancesResponse
294
+ class Representation < Google::Apis::Core::JsonRepresentation; end
295
+ end
296
+
297
+ class InstanceGroupManagersRecreateInstancesRequest
298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
299
+ end
300
+
301
+ class InstanceGroupManagersScopedList
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ class Warning
305
+ class Representation < Google::Apis::Core::JsonRepresentation; end
306
+
307
+ class Datum
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+ end
310
+ end
311
+ end
312
+
313
+ class InstanceGroupManagersSetInstanceTemplateRequest
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+ end
316
+
317
+ class InstanceGroupManagersSetTargetPoolsRequest
318
+ class Representation < Google::Apis::Core::JsonRepresentation; end
319
+ end
320
+
321
+ class InstanceGroupsAddInstancesRequest
322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
323
+ end
324
+
325
+ class InstanceGroupsListInstances
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+ end
328
+
329
+ class InstanceGroupsListInstancesRequest
330
+ class Representation < Google::Apis::Core::JsonRepresentation; end
331
+ end
332
+
333
+ class InstanceGroupsRemoveInstancesRequest
334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
335
+ end
336
+
337
+ class InstanceGroupsScopedList
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ class Warning
341
+ class Representation < Google::Apis::Core::JsonRepresentation; end
342
+
343
+ class Datum
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+ end
346
+ end
347
+ end
348
+
349
+ class InstanceGroupsSetNamedPortsRequest
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+ end
352
+
353
+ class InstanceList
354
+ class Representation < Google::Apis::Core::JsonRepresentation; end
355
+ end
356
+
357
+ class MoveInstanceRequest
358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
359
+ end
360
+
361
+ class InstanceProperties
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+ end
364
+
365
+ class InstanceReference
366
+ class Representation < Google::Apis::Core::JsonRepresentation; end
367
+ end
368
+
369
+ class InstanceTemplate
370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
371
+ end
372
+
373
+ class InstanceTemplateList
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+ end
376
+
377
+ class InstanceWithNamedPorts
378
+ class Representation < Google::Apis::Core::JsonRepresentation; end
379
+ end
380
+
381
+ class InstancesScopedList
382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
383
+
384
+ class Warning
385
+ class Representation < Google::Apis::Core::JsonRepresentation; end
386
+
387
+ class Datum
388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
389
+ end
390
+ end
391
+ end
392
+
393
+ class License
394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
395
+ end
396
+
397
+ class MachineType
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ class ScratchDisk
401
+ class Representation < Google::Apis::Core::JsonRepresentation; end
402
+ end
403
+ end
404
+
405
+ class MachineTypeAggregatedList
406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
407
+ end
408
+
409
+ class MachineTypeList
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+ end
412
+
413
+ class MachineTypesScopedList
414
+ class Representation < Google::Apis::Core::JsonRepresentation; end
415
+
416
+ class Warning
417
+ class Representation < Google::Apis::Core::JsonRepresentation; end
418
+
419
+ class Datum
420
+ class Representation < Google::Apis::Core::JsonRepresentation; end
421
+ end
422
+ end
423
+ end
424
+
425
+ class ManagedInstance
426
+ class Representation < Google::Apis::Core::JsonRepresentation; end
427
+ end
428
+
429
+ class ManagedInstanceLastAttempt
430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
431
+
432
+ class Errors
433
+ class Representation < Google::Apis::Core::JsonRepresentation; end
434
+
435
+ class Error
436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
437
+ end
438
+ end
439
+ end
440
+
441
+ class Metadata
442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
443
+
444
+ class Item
445
+ class Representation < Google::Apis::Core::JsonRepresentation; end
446
+ end
447
+ end
448
+
449
+ class NamedPort
450
+ class Representation < Google::Apis::Core::JsonRepresentation; end
451
+ end
452
+
453
+ class Network
454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
455
+ end
456
+
457
+ class NetworkInterface
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+ end
460
+
461
+ class NetworkList
462
+ class Representation < Google::Apis::Core::JsonRepresentation; end
463
+ end
464
+
465
+ class Operation
466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
467
+
468
+ class Error
469
+ class Representation < Google::Apis::Core::JsonRepresentation; end
470
+
471
+ class Error
472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
473
+ end
474
+ end
475
+
476
+ class Warning
477
+ class Representation < Google::Apis::Core::JsonRepresentation; end
478
+
479
+ class Datum
480
+ class Representation < Google::Apis::Core::JsonRepresentation; end
481
+ end
482
+ end
483
+ end
484
+
485
+ class OperationAggregatedList
486
+ class Representation < Google::Apis::Core::JsonRepresentation; end
487
+ end
488
+
489
+ class OperationList
490
+ class Representation < Google::Apis::Core::JsonRepresentation; end
491
+ end
492
+
493
+ class OperationsScopedList
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ class Warning
497
+ class Representation < Google::Apis::Core::JsonRepresentation; end
498
+
499
+ class Datum
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+ end
502
+ end
503
+ end
504
+
505
+ class PathMatcher
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+ end
508
+
509
+ class PathRule
510
+ class Representation < Google::Apis::Core::JsonRepresentation; end
511
+ end
512
+
513
+ class Project
514
+ class Representation < Google::Apis::Core::JsonRepresentation; end
515
+ end
516
+
517
+ class Quota
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+ end
520
+
521
+ class Region
522
+ class Representation < Google::Apis::Core::JsonRepresentation; end
523
+ end
524
+
525
+ class RegionList
526
+ class Representation < Google::Apis::Core::JsonRepresentation; end
527
+ end
528
+
529
+ class ResourceGroupReference
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+ end
532
+
533
+ class Route
534
+ class Representation < Google::Apis::Core::JsonRepresentation; end
535
+
536
+ class Warning
537
+ class Representation < Google::Apis::Core::JsonRepresentation; end
538
+
539
+ class Datum
540
+ class Representation < Google::Apis::Core::JsonRepresentation; end
541
+ end
542
+ end
543
+ end
544
+
545
+ class RouteList
546
+ class Representation < Google::Apis::Core::JsonRepresentation; end
547
+ end
548
+
549
+ class Scheduling
550
+ class Representation < Google::Apis::Core::JsonRepresentation; end
551
+ end
552
+
553
+ class SerialPortOutput
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+ end
556
+
557
+ class ServiceAccount
558
+ class Representation < Google::Apis::Core::JsonRepresentation; end
559
+ end
560
+
561
+ class Snapshot
562
+ class Representation < Google::Apis::Core::JsonRepresentation; end
563
+ end
564
+
565
+ class SnapshotList
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+ end
568
+
569
+ class SslCertificate
570
+ class Representation < Google::Apis::Core::JsonRepresentation; end
571
+ end
572
+
573
+ class SslCertificateList
574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
575
+ end
576
+
577
+ class Tags
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+ end
580
+
581
+ class TargetHttpProxy
582
+ class Representation < Google::Apis::Core::JsonRepresentation; end
583
+ end
584
+
585
+ class TargetHttpProxyList
586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
587
+ end
588
+
589
+ class TargetHttpsProxiesSetSslCertificatesRequest
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+ end
592
+
593
+ class TargetHttpsProxy
594
+ class Representation < Google::Apis::Core::JsonRepresentation; end
595
+ end
596
+
597
+ class TargetHttpsProxyList
598
+ class Representation < Google::Apis::Core::JsonRepresentation; end
599
+ end
600
+
601
+ class TargetInstance
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+ end
604
+
605
+ class TargetInstanceAggregatedList
606
+ class Representation < Google::Apis::Core::JsonRepresentation; end
607
+ end
608
+
609
+ class TargetInstanceList
610
+ class Representation < Google::Apis::Core::JsonRepresentation; end
611
+ end
612
+
613
+ class TargetInstancesScopedList
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ class Warning
617
+ class Representation < Google::Apis::Core::JsonRepresentation; end
618
+
619
+ class Datum
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+ end
622
+ end
623
+ end
624
+
625
+ class TargetPool
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+ end
628
+
629
+ class TargetPoolAggregatedList
630
+ class Representation < Google::Apis::Core::JsonRepresentation; end
631
+ end
632
+
633
+ class TargetPoolInstanceHealth
634
+ class Representation < Google::Apis::Core::JsonRepresentation; end
635
+ end
636
+
637
+ class TargetPoolList
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+ end
640
+
641
+ class AddTargetPoolsHealthCheckRequest
642
+ class Representation < Google::Apis::Core::JsonRepresentation; end
643
+ end
644
+
645
+ class AddTargetPoolsInstanceRequest
646
+ class Representation < Google::Apis::Core::JsonRepresentation; end
647
+ end
648
+
649
+ class RemoveTargetPoolsHealthCheckRequest
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+ end
652
+
653
+ class RemoveTargetPoolsInstanceRequest
654
+ class Representation < Google::Apis::Core::JsonRepresentation; end
655
+ end
656
+
657
+ class TargetPoolsScopedList
658
+ class Representation < Google::Apis::Core::JsonRepresentation; end
659
+
660
+ class Warning
661
+ class Representation < Google::Apis::Core::JsonRepresentation; end
662
+
663
+ class Datum
664
+ class Representation < Google::Apis::Core::JsonRepresentation; end
665
+ end
666
+ end
667
+ end
668
+
669
+ class TargetReference
670
+ class Representation < Google::Apis::Core::JsonRepresentation; end
671
+ end
672
+
673
+ class TargetVpnGateway
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+ end
676
+
677
+ class TargetVpnGatewayAggregatedList
678
+ class Representation < Google::Apis::Core::JsonRepresentation; end
679
+ end
680
+
681
+ class TargetVpnGatewayList
682
+ class Representation < Google::Apis::Core::JsonRepresentation; end
683
+ end
684
+
685
+ class TargetVpnGatewaysScopedList
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ class Warning
689
+ class Representation < Google::Apis::Core::JsonRepresentation; end
690
+
691
+ class Datum
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+ end
694
+ end
695
+ end
696
+
697
+ class TestFailure
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+ end
700
+
701
+ class UrlMap
702
+ class Representation < Google::Apis::Core::JsonRepresentation; end
703
+ end
704
+
705
+ class UrlMapList
706
+ class Representation < Google::Apis::Core::JsonRepresentation; end
707
+ end
708
+
709
+ class UrlMapReference
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+ end
712
+
713
+ class UrlMapTest
714
+ class Representation < Google::Apis::Core::JsonRepresentation; end
715
+ end
716
+
717
+ class UrlMapValidationResult
718
+ class Representation < Google::Apis::Core::JsonRepresentation; end
719
+ end
720
+
721
+ class ValidateUrlMapsRequest
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+ end
724
+
725
+ class ValidateUrlMapsResponse
726
+ class Representation < Google::Apis::Core::JsonRepresentation; end
727
+ end
728
+
729
+ class UsageExportLocation
730
+ class Representation < Google::Apis::Core::JsonRepresentation; end
731
+ end
732
+
733
+ class VpnTunnel
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+ end
736
+
737
+ class VpnTunnelAggregatedList
738
+ class Representation < Google::Apis::Core::JsonRepresentation; end
739
+ end
740
+
741
+ class VpnTunnelList
742
+ class Representation < Google::Apis::Core::JsonRepresentation; end
743
+ end
744
+
745
+ class VpnTunnelsScopedList
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ class Warning
749
+ class Representation < Google::Apis::Core::JsonRepresentation; end
750
+
751
+ class Datum
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+ end
754
+ end
755
+ end
756
+
757
+ class Zone
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ class MaintenanceWindow
761
+ class Representation < Google::Apis::Core::JsonRepresentation; end
762
+ end
763
+ end
764
+
765
+ class ZoneList
766
+ class Representation < Google::Apis::Core::JsonRepresentation; end
767
+ end
768
+
769
+ class AccessConfig
770
+ # @private
771
+ class Representation < Google::Apis::Core::JsonRepresentation
772
+ property :kind, as: 'kind'
773
+ property :name, as: 'name'
774
+ property :nat_ip, as: 'natIP'
775
+ property :type, as: 'type'
776
+ end
777
+ end
778
+
779
+ class Address
780
+ # @private
781
+ class Representation < Google::Apis::Core::JsonRepresentation
782
+ property :address, as: 'address'
783
+ property :creation_timestamp, as: 'creationTimestamp'
784
+ property :description, as: 'description'
785
+ property :id, as: 'id'
786
+ property :kind, as: 'kind'
787
+ property :name, as: 'name'
788
+ property :region, as: 'region'
789
+ property :self_link, as: 'selfLink'
790
+ property :status, as: 'status'
791
+ collection :users, as: 'users'
792
+ end
793
+ end
794
+
795
+ class AddressAggregatedList
796
+ # @private
797
+ class Representation < Google::Apis::Core::JsonRepresentation
798
+ property :id, as: 'id'
799
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::AddressesScopedList, decorator: Google::Apis::ComputeV1::AddressesScopedList::Representation
800
+
801
+ property :kind, as: 'kind'
802
+ property :next_page_token, as: 'nextPageToken'
803
+ property :self_link, as: 'selfLink'
804
+ end
805
+ end
806
+
807
+ class AddressList
808
+ # @private
809
+ class Representation < Google::Apis::Core::JsonRepresentation
810
+ property :id, as: 'id'
811
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Address, decorator: Google::Apis::ComputeV1::Address::Representation
812
+
813
+ property :kind, as: 'kind'
814
+ property :next_page_token, as: 'nextPageToken'
815
+ property :self_link, as: 'selfLink'
816
+ end
817
+ end
818
+
819
+ class AddressesScopedList
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ collection :addresses, as: 'addresses', class: Google::Apis::ComputeV1::Address, decorator: Google::Apis::ComputeV1::Address::Representation
823
+
824
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::AddressesScopedList::Warning, decorator: Google::Apis::ComputeV1::AddressesScopedList::Warning::Representation
825
+
826
+ end
827
+
828
+ class Warning
829
+ # @private
830
+ class Representation < Google::Apis::Core::JsonRepresentation
831
+ property :code, as: 'code'
832
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::AddressesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::AddressesScopedList::Warning::Datum::Representation
833
+
834
+ property :message, as: 'message'
835
+ end
836
+
837
+ class Datum
838
+ # @private
839
+ class Representation < Google::Apis::Core::JsonRepresentation
840
+ property :key, as: 'key'
841
+ property :value, as: 'value'
842
+ end
843
+ end
844
+ end
845
+ end
846
+
847
+ class AttachedDisk
848
+ # @private
849
+ class Representation < Google::Apis::Core::JsonRepresentation
850
+ property :auto_delete, as: 'autoDelete'
851
+ property :boot, as: 'boot'
852
+ property :device_name, as: 'deviceName'
853
+ property :index, as: 'index'
854
+ property :initialize_params, as: 'initializeParams', class: Google::Apis::ComputeV1::AttachedDiskInitializeParams, decorator: Google::Apis::ComputeV1::AttachedDiskInitializeParams::Representation
855
+
856
+ property :interface, as: 'interface'
857
+ property :kind, as: 'kind'
858
+ collection :licenses, as: 'licenses'
859
+ property :mode, as: 'mode'
860
+ property :source, as: 'source'
861
+ property :type, as: 'type'
862
+ end
863
+ end
864
+
865
+ class AttachedDiskInitializeParams
866
+ # @private
867
+ class Representation < Google::Apis::Core::JsonRepresentation
868
+ property :disk_name, as: 'diskName'
869
+ property :disk_size_gb, as: 'diskSizeGb'
870
+ property :disk_type, as: 'diskType'
871
+ property :source_image, as: 'sourceImage'
872
+ end
873
+ end
874
+
875
+ class Autoscaler
876
+ # @private
877
+ class Representation < Google::Apis::Core::JsonRepresentation
878
+ property :autoscaling_policy, as: 'autoscalingPolicy', class: Google::Apis::ComputeV1::AutoscalingPolicy, decorator: Google::Apis::ComputeV1::AutoscalingPolicy::Representation
879
+
880
+ property :creation_timestamp, as: 'creationTimestamp'
881
+ property :description, as: 'description'
882
+ property :id, as: 'id'
883
+ property :kind, as: 'kind'
884
+ property :name, as: 'name'
885
+ property :self_link, as: 'selfLink'
886
+ property :target, as: 'target'
887
+ property :zone, as: 'zone'
888
+ end
889
+ end
890
+
891
+ class AutoscalerAggregatedList
892
+ # @private
893
+ class Representation < Google::Apis::Core::JsonRepresentation
894
+ property :id, as: 'id'
895
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::AutoscalersScopedList, decorator: Google::Apis::ComputeV1::AutoscalersScopedList::Representation
896
+
897
+ property :kind, as: 'kind'
898
+ property :next_page_token, as: 'nextPageToken'
899
+ property :self_link, as: 'selfLink'
900
+ end
901
+ end
902
+
903
+ class AutoscalerList
904
+ # @private
905
+ class Representation < Google::Apis::Core::JsonRepresentation
906
+ property :id, as: 'id'
907
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Autoscaler, decorator: Google::Apis::ComputeV1::Autoscaler::Representation
908
+
909
+ property :kind, as: 'kind'
910
+ property :next_page_token, as: 'nextPageToken'
911
+ property :self_link, as: 'selfLink'
912
+ end
913
+ end
914
+
915
+ class AutoscalersScopedList
916
+ # @private
917
+ class Representation < Google::Apis::Core::JsonRepresentation
918
+ collection :autoscalers, as: 'autoscalers', class: Google::Apis::ComputeV1::Autoscaler, decorator: Google::Apis::ComputeV1::Autoscaler::Representation
919
+
920
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::AutoscalersScopedList::Warning, decorator: Google::Apis::ComputeV1::AutoscalersScopedList::Warning::Representation
921
+
922
+ end
923
+
924
+ class Warning
925
+ # @private
926
+ class Representation < Google::Apis::Core::JsonRepresentation
927
+ property :code, as: 'code'
928
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::AutoscalersScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::AutoscalersScopedList::Warning::Datum::Representation
929
+
930
+ property :message, as: 'message'
931
+ end
932
+
933
+ class Datum
934
+ # @private
935
+ class Representation < Google::Apis::Core::JsonRepresentation
936
+ property :key, as: 'key'
937
+ property :value, as: 'value'
938
+ end
939
+ end
940
+ end
941
+ end
942
+
943
+ class AutoscalingPolicy
944
+ # @private
945
+ class Representation < Google::Apis::Core::JsonRepresentation
946
+ property :cool_down_period_sec, as: 'coolDownPeriodSec'
947
+ property :cpu_utilization, as: 'cpuUtilization', class: Google::Apis::ComputeV1::AutoscalingPolicyCpuUtilization, decorator: Google::Apis::ComputeV1::AutoscalingPolicyCpuUtilization::Representation
948
+
949
+ collection :custom_metric_utilizations, as: 'customMetricUtilizations', class: Google::Apis::ComputeV1::AutoscalingPolicyCustomMetricUtilization, decorator: Google::Apis::ComputeV1::AutoscalingPolicyCustomMetricUtilization::Representation
950
+
951
+ property :load_balancing_utilization, as: 'loadBalancingUtilization', class: Google::Apis::ComputeV1::AutoscalingPolicyLoadBalancingUtilization, decorator: Google::Apis::ComputeV1::AutoscalingPolicyLoadBalancingUtilization::Representation
952
+
953
+ property :max_num_replicas, as: 'maxNumReplicas'
954
+ property :min_num_replicas, as: 'minNumReplicas'
955
+ end
956
+ end
957
+
958
+ class AutoscalingPolicyCpuUtilization
959
+ # @private
960
+ class Representation < Google::Apis::Core::JsonRepresentation
961
+ property :utilization_target, as: 'utilizationTarget'
962
+ end
963
+ end
964
+
965
+ class AutoscalingPolicyCustomMetricUtilization
966
+ # @private
967
+ class Representation < Google::Apis::Core::JsonRepresentation
968
+ property :metric, as: 'metric'
969
+ property :utilization_target, as: 'utilizationTarget'
970
+ property :utilization_target_type, as: 'utilizationTargetType'
971
+ end
972
+ end
973
+
974
+ class AutoscalingPolicyLoadBalancingUtilization
975
+ # @private
976
+ class Representation < Google::Apis::Core::JsonRepresentation
977
+ property :utilization_target, as: 'utilizationTarget'
978
+ end
979
+ end
980
+
981
+ class Backend
982
+ # @private
983
+ class Representation < Google::Apis::Core::JsonRepresentation
984
+ property :balancing_mode, as: 'balancingMode'
985
+ property :capacity_scaler, as: 'capacityScaler'
986
+ property :description, as: 'description'
987
+ property :group, as: 'group'
988
+ property :max_rate, as: 'maxRate'
989
+ property :max_rate_per_instance, as: 'maxRatePerInstance'
990
+ property :max_utilization, as: 'maxUtilization'
991
+ end
992
+ end
993
+
994
+ class BackendService
995
+ # @private
996
+ class Representation < Google::Apis::Core::JsonRepresentation
997
+ collection :backends, as: 'backends', class: Google::Apis::ComputeV1::Backend, decorator: Google::Apis::ComputeV1::Backend::Representation
998
+
999
+ property :creation_timestamp, as: 'creationTimestamp'
1000
+ property :description, as: 'description'
1001
+ property :fingerprint, :base64 => true, as: 'fingerprint'
1002
+ collection :health_checks, as: 'healthChecks'
1003
+ property :id, as: 'id'
1004
+ property :kind, as: 'kind'
1005
+ property :name, as: 'name'
1006
+ property :port, as: 'port'
1007
+ property :port_name, as: 'portName'
1008
+ property :protocol, as: 'protocol'
1009
+ property :self_link, as: 'selfLink'
1010
+ property :timeout_sec, as: 'timeoutSec'
1011
+ end
1012
+ end
1013
+
1014
+ class BackendServiceGroupHealth
1015
+ # @private
1016
+ class Representation < Google::Apis::Core::JsonRepresentation
1017
+ collection :health_status, as: 'healthStatus', class: Google::Apis::ComputeV1::HealthStatus, decorator: Google::Apis::ComputeV1::HealthStatus::Representation
1018
+
1019
+ property :kind, as: 'kind'
1020
+ end
1021
+ end
1022
+
1023
+ class BackendServiceList
1024
+ # @private
1025
+ class Representation < Google::Apis::Core::JsonRepresentation
1026
+ property :id, as: 'id'
1027
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::BackendService, decorator: Google::Apis::ComputeV1::BackendService::Representation
1028
+
1029
+ property :kind, as: 'kind'
1030
+ property :next_page_token, as: 'nextPageToken'
1031
+ property :self_link, as: 'selfLink'
1032
+ end
1033
+ end
1034
+
1035
+ class DeprecationStatus
1036
+ # @private
1037
+ class Representation < Google::Apis::Core::JsonRepresentation
1038
+ property :deleted, as: 'deleted'
1039
+ property :deprecated, as: 'deprecated'
1040
+ property :obsolete, as: 'obsolete'
1041
+ property :replacement, as: 'replacement'
1042
+ property :state, as: 'state'
1043
+ end
1044
+ end
1045
+
1046
+ class Disk
1047
+ # @private
1048
+ class Representation < Google::Apis::Core::JsonRepresentation
1049
+ property :creation_timestamp, as: 'creationTimestamp'
1050
+ property :description, as: 'description'
1051
+ property :id, as: 'id'
1052
+ property :kind, as: 'kind'
1053
+ property :last_attach_timestamp, as: 'lastAttachTimestamp'
1054
+ property :last_detach_timestamp, as: 'lastDetachTimestamp'
1055
+ collection :licenses, as: 'licenses'
1056
+ property :name, as: 'name'
1057
+ property :options, as: 'options'
1058
+ property :self_link, as: 'selfLink'
1059
+ property :size_gb, as: 'sizeGb'
1060
+ property :source_image, as: 'sourceImage'
1061
+ property :source_image_id, as: 'sourceImageId'
1062
+ property :source_snapshot, as: 'sourceSnapshot'
1063
+ property :source_snapshot_id, as: 'sourceSnapshotId'
1064
+ property :status, as: 'status'
1065
+ property :type, as: 'type'
1066
+ collection :users, as: 'users'
1067
+ property :zone, as: 'zone'
1068
+ end
1069
+ end
1070
+
1071
+ class DiskAggregatedList
1072
+ # @private
1073
+ class Representation < Google::Apis::Core::JsonRepresentation
1074
+ property :id, as: 'id'
1075
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::DisksScopedList, decorator: Google::Apis::ComputeV1::DisksScopedList::Representation
1076
+
1077
+ property :kind, as: 'kind'
1078
+ property :next_page_token, as: 'nextPageToken'
1079
+ property :self_link, as: 'selfLink'
1080
+ end
1081
+ end
1082
+
1083
+ class DiskList
1084
+ # @private
1085
+ class Representation < Google::Apis::Core::JsonRepresentation
1086
+ property :id, as: 'id'
1087
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Disk, decorator: Google::Apis::ComputeV1::Disk::Representation
1088
+
1089
+ property :kind, as: 'kind'
1090
+ property :next_page_token, as: 'nextPageToken'
1091
+ property :self_link, as: 'selfLink'
1092
+ end
1093
+ end
1094
+
1095
+ class MoveDiskRequest
1096
+ # @private
1097
+ class Representation < Google::Apis::Core::JsonRepresentation
1098
+ property :destination_zone, as: 'destinationZone'
1099
+ property :target_disk, as: 'targetDisk'
1100
+ end
1101
+ end
1102
+
1103
+ class DiskType
1104
+ # @private
1105
+ class Representation < Google::Apis::Core::JsonRepresentation
1106
+ property :creation_timestamp, as: 'creationTimestamp'
1107
+ property :default_disk_size_gb, as: 'defaultDiskSizeGb'
1108
+ property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
1109
+
1110
+ property :description, as: 'description'
1111
+ property :id, as: 'id'
1112
+ property :kind, as: 'kind'
1113
+ property :name, as: 'name'
1114
+ property :self_link, as: 'selfLink'
1115
+ property :valid_disk_size, as: 'validDiskSize'
1116
+ property :zone, as: 'zone'
1117
+ end
1118
+ end
1119
+
1120
+ class DiskTypeAggregatedList
1121
+ # @private
1122
+ class Representation < Google::Apis::Core::JsonRepresentation
1123
+ property :id, as: 'id'
1124
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::DiskTypesScopedList, decorator: Google::Apis::ComputeV1::DiskTypesScopedList::Representation
1125
+
1126
+ property :kind, as: 'kind'
1127
+ property :next_page_token, as: 'nextPageToken'
1128
+ property :self_link, as: 'selfLink'
1129
+ end
1130
+ end
1131
+
1132
+ class DiskTypeList
1133
+ # @private
1134
+ class Representation < Google::Apis::Core::JsonRepresentation
1135
+ property :id, as: 'id'
1136
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::DiskType, decorator: Google::Apis::ComputeV1::DiskType::Representation
1137
+
1138
+ property :kind, as: 'kind'
1139
+ property :next_page_token, as: 'nextPageToken'
1140
+ property :self_link, as: 'selfLink'
1141
+ end
1142
+ end
1143
+
1144
+ class DiskTypesScopedList
1145
+ # @private
1146
+ class Representation < Google::Apis::Core::JsonRepresentation
1147
+ collection :disk_types, as: 'diskTypes', class: Google::Apis::ComputeV1::DiskType, decorator: Google::Apis::ComputeV1::DiskType::Representation
1148
+
1149
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::DiskTypesScopedList::Warning, decorator: Google::Apis::ComputeV1::DiskTypesScopedList::Warning::Representation
1150
+
1151
+ end
1152
+
1153
+ class Warning
1154
+ # @private
1155
+ class Representation < Google::Apis::Core::JsonRepresentation
1156
+ property :code, as: 'code'
1157
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::DiskTypesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::DiskTypesScopedList::Warning::Datum::Representation
1158
+
1159
+ property :message, as: 'message'
1160
+ end
1161
+
1162
+ class Datum
1163
+ # @private
1164
+ class Representation < Google::Apis::Core::JsonRepresentation
1165
+ property :key, as: 'key'
1166
+ property :value, as: 'value'
1167
+ end
1168
+ end
1169
+ end
1170
+ end
1171
+
1172
+ class DisksScopedList
1173
+ # @private
1174
+ class Representation < Google::Apis::Core::JsonRepresentation
1175
+ collection :disks, as: 'disks', class: Google::Apis::ComputeV1::Disk, decorator: Google::Apis::ComputeV1::Disk::Representation
1176
+
1177
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::DisksScopedList::Warning, decorator: Google::Apis::ComputeV1::DisksScopedList::Warning::Representation
1178
+
1179
+ end
1180
+
1181
+ class Warning
1182
+ # @private
1183
+ class Representation < Google::Apis::Core::JsonRepresentation
1184
+ property :code, as: 'code'
1185
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::DisksScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::DisksScopedList::Warning::Datum::Representation
1186
+
1187
+ property :message, as: 'message'
1188
+ end
1189
+
1190
+ class Datum
1191
+ # @private
1192
+ class Representation < Google::Apis::Core::JsonRepresentation
1193
+ property :key, as: 'key'
1194
+ property :value, as: 'value'
1195
+ end
1196
+ end
1197
+ end
1198
+ end
1199
+
1200
+ class Firewall
1201
+ # @private
1202
+ class Representation < Google::Apis::Core::JsonRepresentation
1203
+ collection :allowed, as: 'allowed', class: Google::Apis::ComputeV1::Firewall::Allowed, decorator: Google::Apis::ComputeV1::Firewall::Allowed::Representation
1204
+
1205
+ property :creation_timestamp, as: 'creationTimestamp'
1206
+ property :description, as: 'description'
1207
+ property :id, as: 'id'
1208
+ property :kind, as: 'kind'
1209
+ property :name, as: 'name'
1210
+ property :network, as: 'network'
1211
+ property :self_link, as: 'selfLink'
1212
+ collection :source_ranges, as: 'sourceRanges'
1213
+ collection :source_tags, as: 'sourceTags'
1214
+ collection :target_tags, as: 'targetTags'
1215
+ end
1216
+
1217
+ class Allowed
1218
+ # @private
1219
+ class Representation < Google::Apis::Core::JsonRepresentation
1220
+ property :ip_protocol, as: 'IPProtocol'
1221
+ collection :ports, as: 'ports'
1222
+ end
1223
+ end
1224
+ end
1225
+
1226
+ class FirewallList
1227
+ # @private
1228
+ class Representation < Google::Apis::Core::JsonRepresentation
1229
+ property :id, as: 'id'
1230
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
1231
+
1232
+ property :kind, as: 'kind'
1233
+ property :next_page_token, as: 'nextPageToken'
1234
+ property :self_link, as: 'selfLink'
1235
+ end
1236
+ end
1237
+
1238
+ class ForwardingRule
1239
+ # @private
1240
+ class Representation < Google::Apis::Core::JsonRepresentation
1241
+ property :ip_address, as: 'IPAddress'
1242
+ property :ip_protocol, as: 'IPProtocol'
1243
+ property :creation_timestamp, as: 'creationTimestamp'
1244
+ property :description, as: 'description'
1245
+ property :id, as: 'id'
1246
+ property :kind, as: 'kind'
1247
+ property :name, as: 'name'
1248
+ property :port_range, as: 'portRange'
1249
+ property :region, as: 'region'
1250
+ property :self_link, as: 'selfLink'
1251
+ property :target, as: 'target'
1252
+ end
1253
+ end
1254
+
1255
+ class ForwardingRuleAggregatedList
1256
+ # @private
1257
+ class Representation < Google::Apis::Core::JsonRepresentation
1258
+ property :id, as: 'id'
1259
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::ForwardingRulesScopedList, decorator: Google::Apis::ComputeV1::ForwardingRulesScopedList::Representation
1260
+
1261
+ property :kind, as: 'kind'
1262
+ property :next_page_token, as: 'nextPageToken'
1263
+ property :self_link, as: 'selfLink'
1264
+ end
1265
+ end
1266
+
1267
+ class ForwardingRuleList
1268
+ # @private
1269
+ class Representation < Google::Apis::Core::JsonRepresentation
1270
+ property :id, as: 'id'
1271
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::ForwardingRule, decorator: Google::Apis::ComputeV1::ForwardingRule::Representation
1272
+
1273
+ property :kind, as: 'kind'
1274
+ property :next_page_token, as: 'nextPageToken'
1275
+ property :self_link, as: 'selfLink'
1276
+ end
1277
+ end
1278
+
1279
+ class ForwardingRulesScopedList
1280
+ # @private
1281
+ class Representation < Google::Apis::Core::JsonRepresentation
1282
+ collection :forwarding_rules, as: 'forwardingRules', class: Google::Apis::ComputeV1::ForwardingRule, decorator: Google::Apis::ComputeV1::ForwardingRule::Representation
1283
+
1284
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning, decorator: Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning::Representation
1285
+
1286
+ end
1287
+
1288
+ class Warning
1289
+ # @private
1290
+ class Representation < Google::Apis::Core::JsonRepresentation
1291
+ property :code, as: 'code'
1292
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning::Datum::Representation
1293
+
1294
+ property :message, as: 'message'
1295
+ end
1296
+
1297
+ class Datum
1298
+ # @private
1299
+ class Representation < Google::Apis::Core::JsonRepresentation
1300
+ property :key, as: 'key'
1301
+ property :value, as: 'value'
1302
+ end
1303
+ end
1304
+ end
1305
+ end
1306
+
1307
+ class HealthCheckReference
1308
+ # @private
1309
+ class Representation < Google::Apis::Core::JsonRepresentation
1310
+ property :health_check, as: 'healthCheck'
1311
+ end
1312
+ end
1313
+
1314
+ class HealthStatus
1315
+ # @private
1316
+ class Representation < Google::Apis::Core::JsonRepresentation
1317
+ property :health_state, as: 'healthState'
1318
+ property :instance, as: 'instance'
1319
+ property :ip_address, as: 'ipAddress'
1320
+ property :port, as: 'port'
1321
+ end
1322
+ end
1323
+
1324
+ class HostRule
1325
+ # @private
1326
+ class Representation < Google::Apis::Core::JsonRepresentation
1327
+ property :description, as: 'description'
1328
+ collection :hosts, as: 'hosts'
1329
+ property :path_matcher, as: 'pathMatcher'
1330
+ end
1331
+ end
1332
+
1333
+ class HttpHealthCheck
1334
+ # @private
1335
+ class Representation < Google::Apis::Core::JsonRepresentation
1336
+ property :check_interval_sec, as: 'checkIntervalSec'
1337
+ property :creation_timestamp, as: 'creationTimestamp'
1338
+ property :description, as: 'description'
1339
+ property :healthy_threshold, as: 'healthyThreshold'
1340
+ property :host, as: 'host'
1341
+ property :id, as: 'id'
1342
+ property :kind, as: 'kind'
1343
+ property :name, as: 'name'
1344
+ property :port, as: 'port'
1345
+ property :request_path, as: 'requestPath'
1346
+ property :self_link, as: 'selfLink'
1347
+ property :timeout_sec, as: 'timeoutSec'
1348
+ property :unhealthy_threshold, as: 'unhealthyThreshold'
1349
+ end
1350
+ end
1351
+
1352
+ class HttpHealthCheckList
1353
+ # @private
1354
+ class Representation < Google::Apis::Core::JsonRepresentation
1355
+ property :id, as: 'id'
1356
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::HttpHealthCheck, decorator: Google::Apis::ComputeV1::HttpHealthCheck::Representation
1357
+
1358
+ property :kind, as: 'kind'
1359
+ property :next_page_token, as: 'nextPageToken'
1360
+ property :self_link, as: 'selfLink'
1361
+ end
1362
+ end
1363
+
1364
+ class HttpsHealthCheck
1365
+ # @private
1366
+ class Representation < Google::Apis::Core::JsonRepresentation
1367
+ property :check_interval_sec, as: 'checkIntervalSec'
1368
+ property :creation_timestamp, as: 'creationTimestamp'
1369
+ property :description, as: 'description'
1370
+ property :healthy_threshold, as: 'healthyThreshold'
1371
+ property :host, as: 'host'
1372
+ property :id, as: 'id'
1373
+ property :kind, as: 'kind'
1374
+ property :name, as: 'name'
1375
+ property :port, as: 'port'
1376
+ property :request_path, as: 'requestPath'
1377
+ property :self_link, as: 'selfLink'
1378
+ property :timeout_sec, as: 'timeoutSec'
1379
+ property :unhealthy_threshold, as: 'unhealthyThreshold'
1380
+ end
1381
+ end
1382
+
1383
+ class HttpsHealthCheckList
1384
+ # @private
1385
+ class Representation < Google::Apis::Core::JsonRepresentation
1386
+ property :id, as: 'id'
1387
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::HttpsHealthCheck, decorator: Google::Apis::ComputeV1::HttpsHealthCheck::Representation
1388
+
1389
+ property :kind, as: 'kind'
1390
+ property :next_page_token, as: 'nextPageToken'
1391
+ property :self_link, as: 'selfLink'
1392
+ end
1393
+ end
1394
+
1395
+ class Image
1396
+ # @private
1397
+ class Representation < Google::Apis::Core::JsonRepresentation
1398
+ property :archive_size_bytes, as: 'archiveSizeBytes'
1399
+ property :creation_timestamp, as: 'creationTimestamp'
1400
+ property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
1401
+
1402
+ property :description, as: 'description'
1403
+ property :disk_size_gb, as: 'diskSizeGb'
1404
+ property :id, as: 'id'
1405
+ property :kind, as: 'kind'
1406
+ collection :licenses, as: 'licenses'
1407
+ property :name, as: 'name'
1408
+ property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeV1::Image::RawDisk, decorator: Google::Apis::ComputeV1::Image::RawDisk::Representation
1409
+
1410
+ property :self_link, as: 'selfLink'
1411
+ property :source_disk, as: 'sourceDisk'
1412
+ property :source_disk_id, as: 'sourceDiskId'
1413
+ property :source_type, as: 'sourceType'
1414
+ property :status, as: 'status'
1415
+ end
1416
+
1417
+ class RawDisk
1418
+ # @private
1419
+ class Representation < Google::Apis::Core::JsonRepresentation
1420
+ property :container_type, as: 'containerType'
1421
+ property :sha1_checksum, as: 'sha1Checksum'
1422
+ property :source, as: 'source'
1423
+ end
1424
+ end
1425
+ end
1426
+
1427
+ class ImageList
1428
+ # @private
1429
+ class Representation < Google::Apis::Core::JsonRepresentation
1430
+ property :id, as: 'id'
1431
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Image, decorator: Google::Apis::ComputeV1::Image::Representation
1432
+
1433
+ property :kind, as: 'kind'
1434
+ property :next_page_token, as: 'nextPageToken'
1435
+ property :self_link, as: 'selfLink'
1436
+ end
1437
+ end
1438
+
1439
+ class Instance
1440
+ # @private
1441
+ class Representation < Google::Apis::Core::JsonRepresentation
1442
+ property :can_ip_forward, as: 'canIpForward'
1443
+ property :cpu_platform, as: 'cpuPlatform'
1444
+ property :creation_timestamp, as: 'creationTimestamp'
1445
+ property :description, as: 'description'
1446
+ collection :disks, as: 'disks', class: Google::Apis::ComputeV1::AttachedDisk, decorator: Google::Apis::ComputeV1::AttachedDisk::Representation
1447
+
1448
+ property :id, as: 'id'
1449
+ property :kind, as: 'kind'
1450
+ property :machine_type, as: 'machineType'
1451
+ property :metadata, as: 'metadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
1452
+
1453
+ property :name, as: 'name'
1454
+ collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
1455
+
1456
+ property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::Scheduling, decorator: Google::Apis::ComputeV1::Scheduling::Representation
1457
+
1458
+ property :self_link, as: 'selfLink'
1459
+ collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::ComputeV1::ServiceAccount, decorator: Google::Apis::ComputeV1::ServiceAccount::Representation
1460
+
1461
+ property :status, as: 'status'
1462
+ property :status_message, as: 'statusMessage'
1463
+ property :tags, as: 'tags', class: Google::Apis::ComputeV1::Tags, decorator: Google::Apis::ComputeV1::Tags::Representation
1464
+
1465
+ property :zone, as: 'zone'
1466
+ end
1467
+ end
1468
+
1469
+ class InstanceAggregatedList
1470
+ # @private
1471
+ class Representation < Google::Apis::Core::JsonRepresentation
1472
+ property :id, as: 'id'
1473
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::InstancesScopedList, decorator: Google::Apis::ComputeV1::InstancesScopedList::Representation
1474
+
1475
+ property :kind, as: 'kind'
1476
+ property :next_page_token, as: 'nextPageToken'
1477
+ property :self_link, as: 'selfLink'
1478
+ end
1479
+ end
1480
+
1481
+ class InstanceGroup
1482
+ # @private
1483
+ class Representation < Google::Apis::Core::JsonRepresentation
1484
+ property :creation_timestamp, as: 'creationTimestamp'
1485
+ property :description, as: 'description'
1486
+ property :fingerprint, :base64 => true, as: 'fingerprint'
1487
+ property :id, as: 'id'
1488
+ property :kind, as: 'kind'
1489
+ property :name, as: 'name'
1490
+ collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
1491
+
1492
+ property :network, as: 'network'
1493
+ property :self_link, as: 'selfLink'
1494
+ property :size, as: 'size'
1495
+ property :zone, as: 'zone'
1496
+ end
1497
+ end
1498
+
1499
+ class InstanceGroupAggregatedList
1500
+ # @private
1501
+ class Representation < Google::Apis::Core::JsonRepresentation
1502
+ property :id, as: 'id'
1503
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::InstanceGroupsScopedList, decorator: Google::Apis::ComputeV1::InstanceGroupsScopedList::Representation
1504
+
1505
+ property :kind, as: 'kind'
1506
+ property :next_page_token, as: 'nextPageToken'
1507
+ property :self_link, as: 'selfLink'
1508
+ end
1509
+ end
1510
+
1511
+ class InstanceGroupList
1512
+ # @private
1513
+ class Representation < Google::Apis::Core::JsonRepresentation
1514
+ property :id, as: 'id'
1515
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::InstanceGroup, decorator: Google::Apis::ComputeV1::InstanceGroup::Representation
1516
+
1517
+ property :kind, as: 'kind'
1518
+ property :next_page_token, as: 'nextPageToken'
1519
+ property :self_link, as: 'selfLink'
1520
+ end
1521
+ end
1522
+
1523
+ class InstanceGroupManager
1524
+ # @private
1525
+ class Representation < Google::Apis::Core::JsonRepresentation
1526
+ property :base_instance_name, as: 'baseInstanceName'
1527
+ property :creation_timestamp, as: 'creationTimestamp'
1528
+ property :current_actions, as: 'currentActions', class: Google::Apis::ComputeV1::InstanceGroupManagerActionsSummary, decorator: Google::Apis::ComputeV1::InstanceGroupManagerActionsSummary::Representation
1529
+
1530
+ property :description, as: 'description'
1531
+ property :fingerprint, :base64 => true, as: 'fingerprint'
1532
+ property :id, as: 'id'
1533
+ property :instance_group, as: 'instanceGroup'
1534
+ property :instance_template, as: 'instanceTemplate'
1535
+ property :kind, as: 'kind'
1536
+ property :name, as: 'name'
1537
+ collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
1538
+
1539
+ property :self_link, as: 'selfLink'
1540
+ collection :target_pools, as: 'targetPools'
1541
+ property :target_size, as: 'targetSize'
1542
+ property :zone, as: 'zone'
1543
+ end
1544
+ end
1545
+
1546
+ class InstanceGroupManagerActionsSummary
1547
+ # @private
1548
+ class Representation < Google::Apis::Core::JsonRepresentation
1549
+ property :abandoning, as: 'abandoning'
1550
+ property :creating, as: 'creating'
1551
+ property :deleting, as: 'deleting'
1552
+ property :none, as: 'none'
1553
+ property :recreating, as: 'recreating'
1554
+ property :refreshing, as: 'refreshing'
1555
+ property :restarting, as: 'restarting'
1556
+ end
1557
+ end
1558
+
1559
+ class InstanceGroupManagerAggregatedList
1560
+ # @private
1561
+ class Representation < Google::Apis::Core::JsonRepresentation
1562
+ property :id, as: 'id'
1563
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::InstanceGroupManagersScopedList, decorator: Google::Apis::ComputeV1::InstanceGroupManagersScopedList::Representation
1564
+
1565
+ property :kind, as: 'kind'
1566
+ property :next_page_token, as: 'nextPageToken'
1567
+ property :self_link, as: 'selfLink'
1568
+ end
1569
+ end
1570
+
1571
+ class InstanceGroupManagerList
1572
+ # @private
1573
+ class Representation < Google::Apis::Core::JsonRepresentation
1574
+ property :id, as: 'id'
1575
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::InstanceGroupManager, decorator: Google::Apis::ComputeV1::InstanceGroupManager::Representation
1576
+
1577
+ property :kind, as: 'kind'
1578
+ property :next_page_token, as: 'nextPageToken'
1579
+ property :self_link, as: 'selfLink'
1580
+ end
1581
+ end
1582
+
1583
+ class InstanceGroupManagersAbandonInstancesRequest
1584
+ # @private
1585
+ class Representation < Google::Apis::Core::JsonRepresentation
1586
+ collection :instances, as: 'instances'
1587
+ end
1588
+ end
1589
+
1590
+ class InstanceGroupManagersDeleteInstancesRequest
1591
+ # @private
1592
+ class Representation < Google::Apis::Core::JsonRepresentation
1593
+ collection :instances, as: 'instances'
1594
+ end
1595
+ end
1596
+
1597
+ class InstanceGroupManagersListManagedInstancesResponse
1598
+ # @private
1599
+ class Representation < Google::Apis::Core::JsonRepresentation
1600
+ collection :managed_instances, as: 'managedInstances', class: Google::Apis::ComputeV1::ManagedInstance, decorator: Google::Apis::ComputeV1::ManagedInstance::Representation
1601
+
1602
+ end
1603
+ end
1604
+
1605
+ class InstanceGroupManagersRecreateInstancesRequest
1606
+ # @private
1607
+ class Representation < Google::Apis::Core::JsonRepresentation
1608
+ collection :instances, as: 'instances'
1609
+ end
1610
+ end
1611
+
1612
+ class InstanceGroupManagersScopedList
1613
+ # @private
1614
+ class Representation < Google::Apis::Core::JsonRepresentation
1615
+ collection :instance_group_managers, as: 'instanceGroupManagers', class: Google::Apis::ComputeV1::InstanceGroupManager, decorator: Google::Apis::ComputeV1::InstanceGroupManager::Representation
1616
+
1617
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstanceGroupManagersScopedList::Warning, decorator: Google::Apis::ComputeV1::InstanceGroupManagersScopedList::Warning::Representation
1618
+
1619
+ end
1620
+
1621
+ class Warning
1622
+ # @private
1623
+ class Representation < Google::Apis::Core::JsonRepresentation
1624
+ property :code, as: 'code'
1625
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::InstanceGroupManagersScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstanceGroupManagersScopedList::Warning::Datum::Representation
1626
+
1627
+ property :message, as: 'message'
1628
+ end
1629
+
1630
+ class Datum
1631
+ # @private
1632
+ class Representation < Google::Apis::Core::JsonRepresentation
1633
+ property :key, as: 'key'
1634
+ property :value, as: 'value'
1635
+ end
1636
+ end
1637
+ end
1638
+ end
1639
+
1640
+ class InstanceGroupManagersSetInstanceTemplateRequest
1641
+ # @private
1642
+ class Representation < Google::Apis::Core::JsonRepresentation
1643
+ property :instance_template, as: 'instanceTemplate'
1644
+ end
1645
+ end
1646
+
1647
+ class InstanceGroupManagersSetTargetPoolsRequest
1648
+ # @private
1649
+ class Representation < Google::Apis::Core::JsonRepresentation
1650
+ property :fingerprint, :base64 => true, as: 'fingerprint'
1651
+ collection :target_pools, as: 'targetPools'
1652
+ end
1653
+ end
1654
+
1655
+ class InstanceGroupsAddInstancesRequest
1656
+ # @private
1657
+ class Representation < Google::Apis::Core::JsonRepresentation
1658
+ collection :instances, as: 'instances', class: Google::Apis::ComputeV1::InstanceReference, decorator: Google::Apis::ComputeV1::InstanceReference::Representation
1659
+
1660
+ end
1661
+ end
1662
+
1663
+ class InstanceGroupsListInstances
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :id, as: 'id'
1667
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::InstanceWithNamedPorts, decorator: Google::Apis::ComputeV1::InstanceWithNamedPorts::Representation
1668
+
1669
+ property :kind, as: 'kind'
1670
+ property :next_page_token, as: 'nextPageToken'
1671
+ property :self_link, as: 'selfLink'
1672
+ end
1673
+ end
1674
+
1675
+ class InstanceGroupsListInstancesRequest
1676
+ # @private
1677
+ class Representation < Google::Apis::Core::JsonRepresentation
1678
+ property :instance_state, as: 'instanceState'
1679
+ end
1680
+ end
1681
+
1682
+ class InstanceGroupsRemoveInstancesRequest
1683
+ # @private
1684
+ class Representation < Google::Apis::Core::JsonRepresentation
1685
+ collection :instances, as: 'instances', class: Google::Apis::ComputeV1::InstanceReference, decorator: Google::Apis::ComputeV1::InstanceReference::Representation
1686
+
1687
+ end
1688
+ end
1689
+
1690
+ class InstanceGroupsScopedList
1691
+ # @private
1692
+ class Representation < Google::Apis::Core::JsonRepresentation
1693
+ collection :instance_groups, as: 'instanceGroups', class: Google::Apis::ComputeV1::InstanceGroup, decorator: Google::Apis::ComputeV1::InstanceGroup::Representation
1694
+
1695
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstanceGroupsScopedList::Warning, decorator: Google::Apis::ComputeV1::InstanceGroupsScopedList::Warning::Representation
1696
+
1697
+ end
1698
+
1699
+ class Warning
1700
+ # @private
1701
+ class Representation < Google::Apis::Core::JsonRepresentation
1702
+ property :code, as: 'code'
1703
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::InstanceGroupsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstanceGroupsScopedList::Warning::Datum::Representation
1704
+
1705
+ property :message, as: 'message'
1706
+ end
1707
+
1708
+ class Datum
1709
+ # @private
1710
+ class Representation < Google::Apis::Core::JsonRepresentation
1711
+ property :key, as: 'key'
1712
+ property :value, as: 'value'
1713
+ end
1714
+ end
1715
+ end
1716
+ end
1717
+
1718
+ class InstanceGroupsSetNamedPortsRequest
1719
+ # @private
1720
+ class Representation < Google::Apis::Core::JsonRepresentation
1721
+ property :fingerprint, :base64 => true, as: 'fingerprint'
1722
+ collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
1723
+
1724
+ end
1725
+ end
1726
+
1727
+ class InstanceList
1728
+ # @private
1729
+ class Representation < Google::Apis::Core::JsonRepresentation
1730
+ property :id, as: 'id'
1731
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Instance, decorator: Google::Apis::ComputeV1::Instance::Representation
1732
+
1733
+ property :kind, as: 'kind'
1734
+ property :next_page_token, as: 'nextPageToken'
1735
+ property :self_link, as: 'selfLink'
1736
+ end
1737
+ end
1738
+
1739
+ class MoveInstanceRequest
1740
+ # @private
1741
+ class Representation < Google::Apis::Core::JsonRepresentation
1742
+ property :destination_zone, as: 'destinationZone'
1743
+ property :target_instance, as: 'targetInstance'
1744
+ end
1745
+ end
1746
+
1747
+ class InstanceProperties
1748
+ # @private
1749
+ class Representation < Google::Apis::Core::JsonRepresentation
1750
+ property :can_ip_forward, as: 'canIpForward'
1751
+ property :description, as: 'description'
1752
+ collection :disks, as: 'disks', class: Google::Apis::ComputeV1::AttachedDisk, decorator: Google::Apis::ComputeV1::AttachedDisk::Representation
1753
+
1754
+ property :machine_type, as: 'machineType'
1755
+ property :metadata, as: 'metadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
1756
+
1757
+ collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
1758
+
1759
+ property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::Scheduling, decorator: Google::Apis::ComputeV1::Scheduling::Representation
1760
+
1761
+ collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::ComputeV1::ServiceAccount, decorator: Google::Apis::ComputeV1::ServiceAccount::Representation
1762
+
1763
+ property :tags, as: 'tags', class: Google::Apis::ComputeV1::Tags, decorator: Google::Apis::ComputeV1::Tags::Representation
1764
+
1765
+ end
1766
+ end
1767
+
1768
+ class InstanceReference
1769
+ # @private
1770
+ class Representation < Google::Apis::Core::JsonRepresentation
1771
+ property :instance, as: 'instance'
1772
+ end
1773
+ end
1774
+
1775
+ class InstanceTemplate
1776
+ # @private
1777
+ class Representation < Google::Apis::Core::JsonRepresentation
1778
+ property :creation_timestamp, as: 'creationTimestamp'
1779
+ property :description, as: 'description'
1780
+ property :id, as: 'id'
1781
+ property :kind, as: 'kind'
1782
+ property :name, as: 'name'
1783
+ property :properties, as: 'properties', class: Google::Apis::ComputeV1::InstanceProperties, decorator: Google::Apis::ComputeV1::InstanceProperties::Representation
1784
+
1785
+ property :self_link, as: 'selfLink'
1786
+ end
1787
+ end
1788
+
1789
+ class InstanceTemplateList
1790
+ # @private
1791
+ class Representation < Google::Apis::Core::JsonRepresentation
1792
+ property :id, as: 'id'
1793
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::InstanceTemplate, decorator: Google::Apis::ComputeV1::InstanceTemplate::Representation
1794
+
1795
+ property :kind, as: 'kind'
1796
+ property :next_page_token, as: 'nextPageToken'
1797
+ property :self_link, as: 'selfLink'
1798
+ end
1799
+ end
1800
+
1801
+ class InstanceWithNamedPorts
1802
+ # @private
1803
+ class Representation < Google::Apis::Core::JsonRepresentation
1804
+ property :instance, as: 'instance'
1805
+ collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
1806
+
1807
+ property :status, as: 'status'
1808
+ end
1809
+ end
1810
+
1811
+ class InstancesScopedList
1812
+ # @private
1813
+ class Representation < Google::Apis::Core::JsonRepresentation
1814
+ collection :instances, as: 'instances', class: Google::Apis::ComputeV1::Instance, decorator: Google::Apis::ComputeV1::Instance::Representation
1815
+
1816
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstancesScopedList::Warning, decorator: Google::Apis::ComputeV1::InstancesScopedList::Warning::Representation
1817
+
1818
+ end
1819
+
1820
+ class Warning
1821
+ # @private
1822
+ class Representation < Google::Apis::Core::JsonRepresentation
1823
+ property :code, as: 'code'
1824
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::InstancesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstancesScopedList::Warning::Datum::Representation
1825
+
1826
+ property :message, as: 'message'
1827
+ end
1828
+
1829
+ class Datum
1830
+ # @private
1831
+ class Representation < Google::Apis::Core::JsonRepresentation
1832
+ property :key, as: 'key'
1833
+ property :value, as: 'value'
1834
+ end
1835
+ end
1836
+ end
1837
+ end
1838
+
1839
+ class License
1840
+ # @private
1841
+ class Representation < Google::Apis::Core::JsonRepresentation
1842
+ property :charges_use_fee, as: 'chargesUseFee'
1843
+ property :kind, as: 'kind'
1844
+ property :name, as: 'name'
1845
+ property :self_link, as: 'selfLink'
1846
+ end
1847
+ end
1848
+
1849
+ class MachineType
1850
+ # @private
1851
+ class Representation < Google::Apis::Core::JsonRepresentation
1852
+ property :creation_timestamp, as: 'creationTimestamp'
1853
+ property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
1854
+
1855
+ property :description, as: 'description'
1856
+ property :guest_cpus, as: 'guestCpus'
1857
+ property :id, as: 'id'
1858
+ property :image_space_gb, as: 'imageSpaceGb'
1859
+ property :kind, as: 'kind'
1860
+ property :maximum_persistent_disks, as: 'maximumPersistentDisks'
1861
+ property :maximum_persistent_disks_size_gb, as: 'maximumPersistentDisksSizeGb'
1862
+ property :memory_mb, as: 'memoryMb'
1863
+ property :name, as: 'name'
1864
+ collection :scratch_disks, as: 'scratchDisks', class: Google::Apis::ComputeV1::MachineType::ScratchDisk, decorator: Google::Apis::ComputeV1::MachineType::ScratchDisk::Representation
1865
+
1866
+ property :self_link, as: 'selfLink'
1867
+ property :zone, as: 'zone'
1868
+ end
1869
+
1870
+ class ScratchDisk
1871
+ # @private
1872
+ class Representation < Google::Apis::Core::JsonRepresentation
1873
+ property :disk_gb, as: 'diskGb'
1874
+ end
1875
+ end
1876
+ end
1877
+
1878
+ class MachineTypeAggregatedList
1879
+ # @private
1880
+ class Representation < Google::Apis::Core::JsonRepresentation
1881
+ property :id, as: 'id'
1882
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::MachineTypesScopedList, decorator: Google::Apis::ComputeV1::MachineTypesScopedList::Representation
1883
+
1884
+ property :kind, as: 'kind'
1885
+ property :next_page_token, as: 'nextPageToken'
1886
+ property :self_link, as: 'selfLink'
1887
+ end
1888
+ end
1889
+
1890
+ class MachineTypeList
1891
+ # @private
1892
+ class Representation < Google::Apis::Core::JsonRepresentation
1893
+ property :id, as: 'id'
1894
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::MachineType, decorator: Google::Apis::ComputeV1::MachineType::Representation
1895
+
1896
+ property :kind, as: 'kind'
1897
+ property :next_page_token, as: 'nextPageToken'
1898
+ property :self_link, as: 'selfLink'
1899
+ end
1900
+ end
1901
+
1902
+ class MachineTypesScopedList
1903
+ # @private
1904
+ class Representation < Google::Apis::Core::JsonRepresentation
1905
+ collection :machine_types, as: 'machineTypes', class: Google::Apis::ComputeV1::MachineType, decorator: Google::Apis::ComputeV1::MachineType::Representation
1906
+
1907
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::MachineTypesScopedList::Warning, decorator: Google::Apis::ComputeV1::MachineTypesScopedList::Warning::Representation
1908
+
1909
+ end
1910
+
1911
+ class Warning
1912
+ # @private
1913
+ class Representation < Google::Apis::Core::JsonRepresentation
1914
+ property :code, as: 'code'
1915
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::MachineTypesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::MachineTypesScopedList::Warning::Datum::Representation
1916
+
1917
+ property :message, as: 'message'
1918
+ end
1919
+
1920
+ class Datum
1921
+ # @private
1922
+ class Representation < Google::Apis::Core::JsonRepresentation
1923
+ property :key, as: 'key'
1924
+ property :value, as: 'value'
1925
+ end
1926
+ end
1927
+ end
1928
+ end
1929
+
1930
+ class ManagedInstance
1931
+ # @private
1932
+ class Representation < Google::Apis::Core::JsonRepresentation
1933
+ property :current_action, as: 'currentAction'
1934
+ property :id, as: 'id'
1935
+ property :instance, as: 'instance'
1936
+ property :instance_status, as: 'instanceStatus'
1937
+ property :last_attempt, as: 'lastAttempt', class: Google::Apis::ComputeV1::ManagedInstanceLastAttempt, decorator: Google::Apis::ComputeV1::ManagedInstanceLastAttempt::Representation
1938
+
1939
+ end
1940
+ end
1941
+
1942
+ class ManagedInstanceLastAttempt
1943
+ # @private
1944
+ class Representation < Google::Apis::Core::JsonRepresentation
1945
+ property :errors, as: 'errors', class: Google::Apis::ComputeV1::ManagedInstanceLastAttempt::Errors, decorator: Google::Apis::ComputeV1::ManagedInstanceLastAttempt::Errors::Representation
1946
+
1947
+ end
1948
+
1949
+ class Errors
1950
+ # @private
1951
+ class Representation < Google::Apis::Core::JsonRepresentation
1952
+ collection :errors, as: 'errors', class: Google::Apis::ComputeV1::ManagedInstanceLastAttempt::Errors::Error, decorator: Google::Apis::ComputeV1::ManagedInstanceLastAttempt::Errors::Error::Representation
1953
+
1954
+ end
1955
+
1956
+ class Error
1957
+ # @private
1958
+ class Representation < Google::Apis::Core::JsonRepresentation
1959
+ property :code, as: 'code'
1960
+ property :location, as: 'location'
1961
+ property :message, as: 'message'
1962
+ end
1963
+ end
1964
+ end
1965
+ end
1966
+
1967
+ class Metadata
1968
+ # @private
1969
+ class Representation < Google::Apis::Core::JsonRepresentation
1970
+ property :fingerprint, :base64 => true, as: 'fingerprint'
1971
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Metadata::Item, decorator: Google::Apis::ComputeV1::Metadata::Item::Representation
1972
+
1973
+ property :kind, as: 'kind'
1974
+ end
1975
+
1976
+ class Item
1977
+ # @private
1978
+ class Representation < Google::Apis::Core::JsonRepresentation
1979
+ property :key, as: 'key'
1980
+ property :value, as: 'value'
1981
+ end
1982
+ end
1983
+ end
1984
+
1985
+ class NamedPort
1986
+ # @private
1987
+ class Representation < Google::Apis::Core::JsonRepresentation
1988
+ property :name, as: 'name'
1989
+ property :port, as: 'port'
1990
+ end
1991
+ end
1992
+
1993
+ class Network
1994
+ # @private
1995
+ class Representation < Google::Apis::Core::JsonRepresentation
1996
+ property :i_pv4_range, as: 'IPv4Range'
1997
+ property :creation_timestamp, as: 'creationTimestamp'
1998
+ property :description, as: 'description'
1999
+ property :gateway_i_pv4, as: 'gatewayIPv4'
2000
+ property :id, as: 'id'
2001
+ property :kind, as: 'kind'
2002
+ property :name, as: 'name'
2003
+ property :self_link, as: 'selfLink'
2004
+ end
2005
+ end
2006
+
2007
+ class NetworkInterface
2008
+ # @private
2009
+ class Representation < Google::Apis::Core::JsonRepresentation
2010
+ collection :access_configs, as: 'accessConfigs', class: Google::Apis::ComputeV1::AccessConfig, decorator: Google::Apis::ComputeV1::AccessConfig::Representation
2011
+
2012
+ property :name, as: 'name'
2013
+ property :network, as: 'network'
2014
+ property :network_ip, as: 'networkIP'
2015
+ end
2016
+ end
2017
+
2018
+ class NetworkList
2019
+ # @private
2020
+ class Representation < Google::Apis::Core::JsonRepresentation
2021
+ property :id, as: 'id'
2022
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Network, decorator: Google::Apis::ComputeV1::Network::Representation
2023
+
2024
+ property :kind, as: 'kind'
2025
+ property :next_page_token, as: 'nextPageToken'
2026
+ property :self_link, as: 'selfLink'
2027
+ end
2028
+ end
2029
+
2030
+ class Operation
2031
+ # @private
2032
+ class Representation < Google::Apis::Core::JsonRepresentation
2033
+ property :client_operation_id, as: 'clientOperationId'
2034
+ property :creation_timestamp, as: 'creationTimestamp'
2035
+ property :description, as: 'description'
2036
+ property :end_time, as: 'endTime'
2037
+ property :error, as: 'error', class: Google::Apis::ComputeV1::Operation::Error, decorator: Google::Apis::ComputeV1::Operation::Error::Representation
2038
+
2039
+ property :http_error_message, as: 'httpErrorMessage'
2040
+ property :http_error_status_code, as: 'httpErrorStatusCode'
2041
+ property :id, as: 'id'
2042
+ property :insert_time, as: 'insertTime'
2043
+ property :kind, as: 'kind'
2044
+ property :name, as: 'name'
2045
+ property :operation_type, as: 'operationType'
2046
+ property :progress, as: 'progress'
2047
+ property :region, as: 'region'
2048
+ property :self_link, as: 'selfLink'
2049
+ property :start_time, as: 'startTime'
2050
+ property :status, as: 'status'
2051
+ property :status_message, as: 'statusMessage'
2052
+ property :target_id, as: 'targetId'
2053
+ property :target_link, as: 'targetLink'
2054
+ property :user, as: 'user'
2055
+ collection :warnings, as: 'warnings', class: Google::Apis::ComputeV1::Operation::Warning, decorator: Google::Apis::ComputeV1::Operation::Warning::Representation
2056
+
2057
+ property :zone, as: 'zone'
2058
+ end
2059
+
2060
+ class Error
2061
+ # @private
2062
+ class Representation < Google::Apis::Core::JsonRepresentation
2063
+ collection :errors, as: 'errors', class: Google::Apis::ComputeV1::Operation::Error::Error, decorator: Google::Apis::ComputeV1::Operation::Error::Error::Representation
2064
+
2065
+ end
2066
+
2067
+ class Error
2068
+ # @private
2069
+ class Representation < Google::Apis::Core::JsonRepresentation
2070
+ property :code, as: 'code'
2071
+ property :location, as: 'location'
2072
+ property :message, as: 'message'
2073
+ end
2074
+ end
2075
+ end
2076
+
2077
+ class Warning
2078
+ # @private
2079
+ class Representation < Google::Apis::Core::JsonRepresentation
2080
+ property :code, as: 'code'
2081
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::Operation::Warning::Datum, decorator: Google::Apis::ComputeV1::Operation::Warning::Datum::Representation
2082
+
2083
+ property :message, as: 'message'
2084
+ end
2085
+
2086
+ class Datum
2087
+ # @private
2088
+ class Representation < Google::Apis::Core::JsonRepresentation
2089
+ property :key, as: 'key'
2090
+ property :value, as: 'value'
2091
+ end
2092
+ end
2093
+ end
2094
+ end
2095
+
2096
+ class OperationAggregatedList
2097
+ # @private
2098
+ class Representation < Google::Apis::Core::JsonRepresentation
2099
+ property :id, as: 'id'
2100
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::OperationsScopedList, decorator: Google::Apis::ComputeV1::OperationsScopedList::Representation
2101
+
2102
+ property :kind, as: 'kind'
2103
+ property :next_page_token, as: 'nextPageToken'
2104
+ property :self_link, as: 'selfLink'
2105
+ end
2106
+ end
2107
+
2108
+ class OperationList
2109
+ # @private
2110
+ class Representation < Google::Apis::Core::JsonRepresentation
2111
+ property :id, as: 'id'
2112
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Operation, decorator: Google::Apis::ComputeV1::Operation::Representation
2113
+
2114
+ property :kind, as: 'kind'
2115
+ property :next_page_token, as: 'nextPageToken'
2116
+ property :self_link, as: 'selfLink'
2117
+ end
2118
+ end
2119
+
2120
+ class OperationsScopedList
2121
+ # @private
2122
+ class Representation < Google::Apis::Core::JsonRepresentation
2123
+ collection :operations, as: 'operations', class: Google::Apis::ComputeV1::Operation, decorator: Google::Apis::ComputeV1::Operation::Representation
2124
+
2125
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::OperationsScopedList::Warning, decorator: Google::Apis::ComputeV1::OperationsScopedList::Warning::Representation
2126
+
2127
+ end
2128
+
2129
+ class Warning
2130
+ # @private
2131
+ class Representation < Google::Apis::Core::JsonRepresentation
2132
+ property :code, as: 'code'
2133
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::OperationsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::OperationsScopedList::Warning::Datum::Representation
2134
+
2135
+ property :message, as: 'message'
2136
+ end
2137
+
2138
+ class Datum
2139
+ # @private
2140
+ class Representation < Google::Apis::Core::JsonRepresentation
2141
+ property :key, as: 'key'
2142
+ property :value, as: 'value'
2143
+ end
2144
+ end
2145
+ end
2146
+ end
2147
+
2148
+ class PathMatcher
2149
+ # @private
2150
+ class Representation < Google::Apis::Core::JsonRepresentation
2151
+ property :default_service, as: 'defaultService'
2152
+ property :description, as: 'description'
2153
+ property :name, as: 'name'
2154
+ collection :path_rules, as: 'pathRules', class: Google::Apis::ComputeV1::PathRule, decorator: Google::Apis::ComputeV1::PathRule::Representation
2155
+
2156
+ end
2157
+ end
2158
+
2159
+ class PathRule
2160
+ # @private
2161
+ class Representation < Google::Apis::Core::JsonRepresentation
2162
+ collection :paths, as: 'paths'
2163
+ property :service, as: 'service'
2164
+ end
2165
+ end
2166
+
2167
+ class Project
2168
+ # @private
2169
+ class Representation < Google::Apis::Core::JsonRepresentation
2170
+ property :common_instance_metadata, as: 'commonInstanceMetadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
2171
+
2172
+ property :creation_timestamp, as: 'creationTimestamp'
2173
+ property :description, as: 'description'
2174
+ collection :enabled_features, as: 'enabledFeatures'
2175
+ property :id, as: 'id'
2176
+ property :kind, as: 'kind'
2177
+ property :name, as: 'name'
2178
+ collection :quotas, as: 'quotas', class: Google::Apis::ComputeV1::Quota, decorator: Google::Apis::ComputeV1::Quota::Representation
2179
+
2180
+ property :self_link, as: 'selfLink'
2181
+ property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeV1::UsageExportLocation, decorator: Google::Apis::ComputeV1::UsageExportLocation::Representation
2182
+
2183
+ end
2184
+ end
2185
+
2186
+ class Quota
2187
+ # @private
2188
+ class Representation < Google::Apis::Core::JsonRepresentation
2189
+ property :limit, as: 'limit'
2190
+ property :metric, as: 'metric'
2191
+ property :usage, as: 'usage'
2192
+ end
2193
+ end
2194
+
2195
+ class Region
2196
+ # @private
2197
+ class Representation < Google::Apis::Core::JsonRepresentation
2198
+ property :creation_timestamp, as: 'creationTimestamp'
2199
+ property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
2200
+
2201
+ property :description, as: 'description'
2202
+ property :id, as: 'id'
2203
+ property :kind, as: 'kind'
2204
+ property :name, as: 'name'
2205
+ collection :quotas, as: 'quotas', class: Google::Apis::ComputeV1::Quota, decorator: Google::Apis::ComputeV1::Quota::Representation
2206
+
2207
+ property :self_link, as: 'selfLink'
2208
+ property :status, as: 'status'
2209
+ collection :zones, as: 'zones'
2210
+ end
2211
+ end
2212
+
2213
+ class RegionList
2214
+ # @private
2215
+ class Representation < Google::Apis::Core::JsonRepresentation
2216
+ property :id, as: 'id'
2217
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Region, decorator: Google::Apis::ComputeV1::Region::Representation
2218
+
2219
+ property :kind, as: 'kind'
2220
+ property :next_page_token, as: 'nextPageToken'
2221
+ property :self_link, as: 'selfLink'
2222
+ end
2223
+ end
2224
+
2225
+ class ResourceGroupReference
2226
+ # @private
2227
+ class Representation < Google::Apis::Core::JsonRepresentation
2228
+ property :group, as: 'group'
2229
+ end
2230
+ end
2231
+
2232
+ class Route
2233
+ # @private
2234
+ class Representation < Google::Apis::Core::JsonRepresentation
2235
+ property :creation_timestamp, as: 'creationTimestamp'
2236
+ property :description, as: 'description'
2237
+ property :dest_range, as: 'destRange'
2238
+ property :id, as: 'id'
2239
+ property :kind, as: 'kind'
2240
+ property :name, as: 'name'
2241
+ property :network, as: 'network'
2242
+ property :next_hop_gateway, as: 'nextHopGateway'
2243
+ property :next_hop_instance, as: 'nextHopInstance'
2244
+ property :next_hop_ip, as: 'nextHopIp'
2245
+ property :next_hop_network, as: 'nextHopNetwork'
2246
+ property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
2247
+ property :priority, as: 'priority'
2248
+ property :self_link, as: 'selfLink'
2249
+ collection :tags, as: 'tags'
2250
+ collection :warnings, as: 'warnings', class: Google::Apis::ComputeV1::Route::Warning, decorator: Google::Apis::ComputeV1::Route::Warning::Representation
2251
+
2252
+ end
2253
+
2254
+ class Warning
2255
+ # @private
2256
+ class Representation < Google::Apis::Core::JsonRepresentation
2257
+ property :code, as: 'code'
2258
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::Route::Warning::Datum, decorator: Google::Apis::ComputeV1::Route::Warning::Datum::Representation
2259
+
2260
+ property :message, as: 'message'
2261
+ end
2262
+
2263
+ class Datum
2264
+ # @private
2265
+ class Representation < Google::Apis::Core::JsonRepresentation
2266
+ property :key, as: 'key'
2267
+ property :value, as: 'value'
2268
+ end
2269
+ end
2270
+ end
2271
+ end
2272
+
2273
+ class RouteList
2274
+ # @private
2275
+ class Representation < Google::Apis::Core::JsonRepresentation
2276
+ property :id, as: 'id'
2277
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Route, decorator: Google::Apis::ComputeV1::Route::Representation
2278
+
2279
+ property :kind, as: 'kind'
2280
+ property :next_page_token, as: 'nextPageToken'
2281
+ property :self_link, as: 'selfLink'
2282
+ end
2283
+ end
2284
+
2285
+ class Scheduling
2286
+ # @private
2287
+ class Representation < Google::Apis::Core::JsonRepresentation
2288
+ property :automatic_restart, as: 'automaticRestart'
2289
+ property :on_host_maintenance, as: 'onHostMaintenance'
2290
+ property :preemptible, as: 'preemptible'
2291
+ end
2292
+ end
2293
+
2294
+ class SerialPortOutput
2295
+ # @private
2296
+ class Representation < Google::Apis::Core::JsonRepresentation
2297
+ property :contents, as: 'contents'
2298
+ property :kind, as: 'kind'
2299
+ property :self_link, as: 'selfLink'
2300
+ end
2301
+ end
2302
+
2303
+ class ServiceAccount
2304
+ # @private
2305
+ class Representation < Google::Apis::Core::JsonRepresentation
2306
+ property :email, as: 'email'
2307
+ collection :scopes, as: 'scopes'
2308
+ end
2309
+ end
2310
+
2311
+ class Snapshot
2312
+ # @private
2313
+ class Representation < Google::Apis::Core::JsonRepresentation
2314
+ property :creation_timestamp, as: 'creationTimestamp'
2315
+ property :description, as: 'description'
2316
+ property :disk_size_gb, as: 'diskSizeGb'
2317
+ property :id, as: 'id'
2318
+ property :kind, as: 'kind'
2319
+ collection :licenses, as: 'licenses'
2320
+ property :name, as: 'name'
2321
+ property :self_link, as: 'selfLink'
2322
+ property :source_disk, as: 'sourceDisk'
2323
+ property :source_disk_id, as: 'sourceDiskId'
2324
+ property :status, as: 'status'
2325
+ property :storage_bytes, as: 'storageBytes'
2326
+ property :storage_bytes_status, as: 'storageBytesStatus'
2327
+ end
2328
+ end
2329
+
2330
+ class SnapshotList
2331
+ # @private
2332
+ class Representation < Google::Apis::Core::JsonRepresentation
2333
+ property :id, as: 'id'
2334
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Snapshot, decorator: Google::Apis::ComputeV1::Snapshot::Representation
2335
+
2336
+ property :kind, as: 'kind'
2337
+ property :next_page_token, as: 'nextPageToken'
2338
+ property :self_link, as: 'selfLink'
2339
+ end
2340
+ end
2341
+
2342
+ class SslCertificate
2343
+ # @private
2344
+ class Representation < Google::Apis::Core::JsonRepresentation
2345
+ property :certificate, as: 'certificate'
2346
+ property :creation_timestamp, as: 'creationTimestamp'
2347
+ property :description, as: 'description'
2348
+ property :id, as: 'id'
2349
+ property :kind, as: 'kind'
2350
+ property :name, as: 'name'
2351
+ property :private_key, as: 'privateKey'
2352
+ property :self_link, as: 'selfLink'
2353
+ end
2354
+ end
2355
+
2356
+ class SslCertificateList
2357
+ # @private
2358
+ class Representation < Google::Apis::Core::JsonRepresentation
2359
+ property :id, as: 'id'
2360
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::SslCertificate, decorator: Google::Apis::ComputeV1::SslCertificate::Representation
2361
+
2362
+ property :kind, as: 'kind'
2363
+ property :next_page_token, as: 'nextPageToken'
2364
+ property :self_link, as: 'selfLink'
2365
+ end
2366
+ end
2367
+
2368
+ class Tags
2369
+ # @private
2370
+ class Representation < Google::Apis::Core::JsonRepresentation
2371
+ property :fingerprint, :base64 => true, as: 'fingerprint'
2372
+ collection :items, as: 'items'
2373
+ end
2374
+ end
2375
+
2376
+ class TargetHttpProxy
2377
+ # @private
2378
+ class Representation < Google::Apis::Core::JsonRepresentation
2379
+ property :creation_timestamp, as: 'creationTimestamp'
2380
+ property :description, as: 'description'
2381
+ property :id, as: 'id'
2382
+ property :kind, as: 'kind'
2383
+ property :name, as: 'name'
2384
+ property :self_link, as: 'selfLink'
2385
+ property :url_map, as: 'urlMap'
2386
+ end
2387
+ end
2388
+
2389
+ class TargetHttpProxyList
2390
+ # @private
2391
+ class Representation < Google::Apis::Core::JsonRepresentation
2392
+ property :id, as: 'id'
2393
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::TargetHttpProxy, decorator: Google::Apis::ComputeV1::TargetHttpProxy::Representation
2394
+
2395
+ property :kind, as: 'kind'
2396
+ property :next_page_token, as: 'nextPageToken'
2397
+ property :self_link, as: 'selfLink'
2398
+ end
2399
+ end
2400
+
2401
+ class TargetHttpsProxiesSetSslCertificatesRequest
2402
+ # @private
2403
+ class Representation < Google::Apis::Core::JsonRepresentation
2404
+ collection :ssl_certificates, as: 'sslCertificates'
2405
+ end
2406
+ end
2407
+
2408
+ class TargetHttpsProxy
2409
+ # @private
2410
+ class Representation < Google::Apis::Core::JsonRepresentation
2411
+ property :creation_timestamp, as: 'creationTimestamp'
2412
+ property :description, as: 'description'
2413
+ property :id, as: 'id'
2414
+ property :kind, as: 'kind'
2415
+ property :name, as: 'name'
2416
+ property :self_link, as: 'selfLink'
2417
+ collection :ssl_certificates, as: 'sslCertificates'
2418
+ property :url_map, as: 'urlMap'
2419
+ end
2420
+ end
2421
+
2422
+ class TargetHttpsProxyList
2423
+ # @private
2424
+ class Representation < Google::Apis::Core::JsonRepresentation
2425
+ property :id, as: 'id'
2426
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::TargetHttpsProxy, decorator: Google::Apis::ComputeV1::TargetHttpsProxy::Representation
2427
+
2428
+ property :kind, as: 'kind'
2429
+ property :next_page_token, as: 'nextPageToken'
2430
+ property :self_link, as: 'selfLink'
2431
+ end
2432
+ end
2433
+
2434
+ class TargetInstance
2435
+ # @private
2436
+ class Representation < Google::Apis::Core::JsonRepresentation
2437
+ property :creation_timestamp, as: 'creationTimestamp'
2438
+ property :description, as: 'description'
2439
+ property :id, as: 'id'
2440
+ property :instance, as: 'instance'
2441
+ property :kind, as: 'kind'
2442
+ property :name, as: 'name'
2443
+ property :nat_policy, as: 'natPolicy'
2444
+ property :self_link, as: 'selfLink'
2445
+ property :zone, as: 'zone'
2446
+ end
2447
+ end
2448
+
2449
+ class TargetInstanceAggregatedList
2450
+ # @private
2451
+ class Representation < Google::Apis::Core::JsonRepresentation
2452
+ property :id, as: 'id'
2453
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::TargetInstancesScopedList, decorator: Google::Apis::ComputeV1::TargetInstancesScopedList::Representation
2454
+
2455
+ property :kind, as: 'kind'
2456
+ property :next_page_token, as: 'nextPageToken'
2457
+ property :self_link, as: 'selfLink'
2458
+ end
2459
+ end
2460
+
2461
+ class TargetInstanceList
2462
+ # @private
2463
+ class Representation < Google::Apis::Core::JsonRepresentation
2464
+ property :id, as: 'id'
2465
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::TargetInstance, decorator: Google::Apis::ComputeV1::TargetInstance::Representation
2466
+
2467
+ property :kind, as: 'kind'
2468
+ property :next_page_token, as: 'nextPageToken'
2469
+ property :self_link, as: 'selfLink'
2470
+ end
2471
+ end
2472
+
2473
+ class TargetInstancesScopedList
2474
+ # @private
2475
+ class Representation < Google::Apis::Core::JsonRepresentation
2476
+ collection :target_instances, as: 'targetInstances', class: Google::Apis::ComputeV1::TargetInstance, decorator: Google::Apis::ComputeV1::TargetInstance::Representation
2477
+
2478
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::TargetInstancesScopedList::Warning, decorator: Google::Apis::ComputeV1::TargetInstancesScopedList::Warning::Representation
2479
+
2480
+ end
2481
+
2482
+ class Warning
2483
+ # @private
2484
+ class Representation < Google::Apis::Core::JsonRepresentation
2485
+ property :code, as: 'code'
2486
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::TargetInstancesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::TargetInstancesScopedList::Warning::Datum::Representation
2487
+
2488
+ property :message, as: 'message'
2489
+ end
2490
+
2491
+ class Datum
2492
+ # @private
2493
+ class Representation < Google::Apis::Core::JsonRepresentation
2494
+ property :key, as: 'key'
2495
+ property :value, as: 'value'
2496
+ end
2497
+ end
2498
+ end
2499
+ end
2500
+
2501
+ class TargetPool
2502
+ # @private
2503
+ class Representation < Google::Apis::Core::JsonRepresentation
2504
+ property :backup_pool, as: 'backupPool'
2505
+ property :creation_timestamp, as: 'creationTimestamp'
2506
+ property :description, as: 'description'
2507
+ property :failover_ratio, as: 'failoverRatio'
2508
+ collection :health_checks, as: 'healthChecks'
2509
+ property :id, as: 'id'
2510
+ collection :instances, as: 'instances'
2511
+ property :kind, as: 'kind'
2512
+ property :name, as: 'name'
2513
+ property :region, as: 'region'
2514
+ property :self_link, as: 'selfLink'
2515
+ property :session_affinity, as: 'sessionAffinity'
2516
+ end
2517
+ end
2518
+
2519
+ class TargetPoolAggregatedList
2520
+ # @private
2521
+ class Representation < Google::Apis::Core::JsonRepresentation
2522
+ property :id, as: 'id'
2523
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::TargetPoolsScopedList, decorator: Google::Apis::ComputeV1::TargetPoolsScopedList::Representation
2524
+
2525
+ property :kind, as: 'kind'
2526
+ property :next_page_token, as: 'nextPageToken'
2527
+ property :self_link, as: 'selfLink'
2528
+ end
2529
+ end
2530
+
2531
+ class TargetPoolInstanceHealth
2532
+ # @private
2533
+ class Representation < Google::Apis::Core::JsonRepresentation
2534
+ collection :health_status, as: 'healthStatus', class: Google::Apis::ComputeV1::HealthStatus, decorator: Google::Apis::ComputeV1::HealthStatus::Representation
2535
+
2536
+ property :kind, as: 'kind'
2537
+ end
2538
+ end
2539
+
2540
+ class TargetPoolList
2541
+ # @private
2542
+ class Representation < Google::Apis::Core::JsonRepresentation
2543
+ property :id, as: 'id'
2544
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::TargetPool, decorator: Google::Apis::ComputeV1::TargetPool::Representation
2545
+
2546
+ property :kind, as: 'kind'
2547
+ property :next_page_token, as: 'nextPageToken'
2548
+ property :self_link, as: 'selfLink'
2549
+ end
2550
+ end
2551
+
2552
+ class AddTargetPoolsHealthCheckRequest
2553
+ # @private
2554
+ class Representation < Google::Apis::Core::JsonRepresentation
2555
+ collection :health_checks, as: 'healthChecks', class: Google::Apis::ComputeV1::HealthCheckReference, decorator: Google::Apis::ComputeV1::HealthCheckReference::Representation
2556
+
2557
+ end
2558
+ end
2559
+
2560
+ class AddTargetPoolsInstanceRequest
2561
+ # @private
2562
+ class Representation < Google::Apis::Core::JsonRepresentation
2563
+ collection :instances, as: 'instances', class: Google::Apis::ComputeV1::InstanceReference, decorator: Google::Apis::ComputeV1::InstanceReference::Representation
2564
+
2565
+ end
2566
+ end
2567
+
2568
+ class RemoveTargetPoolsHealthCheckRequest
2569
+ # @private
2570
+ class Representation < Google::Apis::Core::JsonRepresentation
2571
+ collection :health_checks, as: 'healthChecks', class: Google::Apis::ComputeV1::HealthCheckReference, decorator: Google::Apis::ComputeV1::HealthCheckReference::Representation
2572
+
2573
+ end
2574
+ end
2575
+
2576
+ class RemoveTargetPoolsInstanceRequest
2577
+ # @private
2578
+ class Representation < Google::Apis::Core::JsonRepresentation
2579
+ collection :instances, as: 'instances', class: Google::Apis::ComputeV1::InstanceReference, decorator: Google::Apis::ComputeV1::InstanceReference::Representation
2580
+
2581
+ end
2582
+ end
2583
+
2584
+ class TargetPoolsScopedList
2585
+ # @private
2586
+ class Representation < Google::Apis::Core::JsonRepresentation
2587
+ collection :target_pools, as: 'targetPools', class: Google::Apis::ComputeV1::TargetPool, decorator: Google::Apis::ComputeV1::TargetPool::Representation
2588
+
2589
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::TargetPoolsScopedList::Warning, decorator: Google::Apis::ComputeV1::TargetPoolsScopedList::Warning::Representation
2590
+
2591
+ end
2592
+
2593
+ class Warning
2594
+ # @private
2595
+ class Representation < Google::Apis::Core::JsonRepresentation
2596
+ property :code, as: 'code'
2597
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::TargetPoolsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::TargetPoolsScopedList::Warning::Datum::Representation
2598
+
2599
+ property :message, as: 'message'
2600
+ end
2601
+
2602
+ class Datum
2603
+ # @private
2604
+ class Representation < Google::Apis::Core::JsonRepresentation
2605
+ property :key, as: 'key'
2606
+ property :value, as: 'value'
2607
+ end
2608
+ end
2609
+ end
2610
+ end
2611
+
2612
+ class TargetReference
2613
+ # @private
2614
+ class Representation < Google::Apis::Core::JsonRepresentation
2615
+ property :target, as: 'target'
2616
+ end
2617
+ end
2618
+
2619
+ class TargetVpnGateway
2620
+ # @private
2621
+ class Representation < Google::Apis::Core::JsonRepresentation
2622
+ property :creation_timestamp, as: 'creationTimestamp'
2623
+ property :description, as: 'description'
2624
+ collection :forwarding_rules, as: 'forwardingRules'
2625
+ property :id, as: 'id'
2626
+ property :kind, as: 'kind'
2627
+ property :name, as: 'name'
2628
+ property :network, as: 'network'
2629
+ property :region, as: 'region'
2630
+ property :self_link, as: 'selfLink'
2631
+ property :status, as: 'status'
2632
+ collection :tunnels, as: 'tunnels'
2633
+ end
2634
+ end
2635
+
2636
+ class TargetVpnGatewayAggregatedList
2637
+ # @private
2638
+ class Representation < Google::Apis::Core::JsonRepresentation
2639
+ property :id, as: 'id'
2640
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList, decorator: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Representation
2641
+
2642
+ property :kind, as: 'kind'
2643
+ property :next_page_token, as: 'nextPageToken'
2644
+ property :self_link, as: 'selfLink'
2645
+ end
2646
+ end
2647
+
2648
+ class TargetVpnGatewayList
2649
+ # @private
2650
+ class Representation < Google::Apis::Core::JsonRepresentation
2651
+ property :id, as: 'id'
2652
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::TargetVpnGateway, decorator: Google::Apis::ComputeV1::TargetVpnGateway::Representation
2653
+
2654
+ property :kind, as: 'kind'
2655
+ property :next_page_token, as: 'nextPageToken'
2656
+ property :self_link, as: 'selfLink'
2657
+ end
2658
+ end
2659
+
2660
+ class TargetVpnGatewaysScopedList
2661
+ # @private
2662
+ class Representation < Google::Apis::Core::JsonRepresentation
2663
+ collection :target_vpn_gateways, as: 'targetVpnGateways', class: Google::Apis::ComputeV1::TargetVpnGateway, decorator: Google::Apis::ComputeV1::TargetVpnGateway::Representation
2664
+
2665
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Warning, decorator: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Warning::Representation
2666
+
2667
+ end
2668
+
2669
+ class Warning
2670
+ # @private
2671
+ class Representation < Google::Apis::Core::JsonRepresentation
2672
+ property :code, as: 'code'
2673
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Warning::Datum::Representation
2674
+
2675
+ property :message, as: 'message'
2676
+ end
2677
+
2678
+ class Datum
2679
+ # @private
2680
+ class Representation < Google::Apis::Core::JsonRepresentation
2681
+ property :key, as: 'key'
2682
+ property :value, as: 'value'
2683
+ end
2684
+ end
2685
+ end
2686
+ end
2687
+
2688
+ class TestFailure
2689
+ # @private
2690
+ class Representation < Google::Apis::Core::JsonRepresentation
2691
+ property :actual_service, as: 'actualService'
2692
+ property :expected_service, as: 'expectedService'
2693
+ property :host, as: 'host'
2694
+ property :path, as: 'path'
2695
+ end
2696
+ end
2697
+
2698
+ class UrlMap
2699
+ # @private
2700
+ class Representation < Google::Apis::Core::JsonRepresentation
2701
+ property :creation_timestamp, as: 'creationTimestamp'
2702
+ property :default_service, as: 'defaultService'
2703
+ property :description, as: 'description'
2704
+ property :fingerprint, :base64 => true, as: 'fingerprint'
2705
+ collection :host_rules, as: 'hostRules', class: Google::Apis::ComputeV1::HostRule, decorator: Google::Apis::ComputeV1::HostRule::Representation
2706
+
2707
+ property :id, as: 'id'
2708
+ property :kind, as: 'kind'
2709
+ property :name, as: 'name'
2710
+ collection :path_matchers, as: 'pathMatchers', class: Google::Apis::ComputeV1::PathMatcher, decorator: Google::Apis::ComputeV1::PathMatcher::Representation
2711
+
2712
+ property :self_link, as: 'selfLink'
2713
+ collection :tests, as: 'tests', class: Google::Apis::ComputeV1::UrlMapTest, decorator: Google::Apis::ComputeV1::UrlMapTest::Representation
2714
+
2715
+ end
2716
+ end
2717
+
2718
+ class UrlMapList
2719
+ # @private
2720
+ class Representation < Google::Apis::Core::JsonRepresentation
2721
+ property :id, as: 'id'
2722
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::UrlMap, decorator: Google::Apis::ComputeV1::UrlMap::Representation
2723
+
2724
+ property :kind, as: 'kind'
2725
+ property :next_page_token, as: 'nextPageToken'
2726
+ property :self_link, as: 'selfLink'
2727
+ end
2728
+ end
2729
+
2730
+ class UrlMapReference
2731
+ # @private
2732
+ class Representation < Google::Apis::Core::JsonRepresentation
2733
+ property :url_map, as: 'urlMap'
2734
+ end
2735
+ end
2736
+
2737
+ class UrlMapTest
2738
+ # @private
2739
+ class Representation < Google::Apis::Core::JsonRepresentation
2740
+ property :description, as: 'description'
2741
+ property :host, as: 'host'
2742
+ property :path, as: 'path'
2743
+ property :service, as: 'service'
2744
+ end
2745
+ end
2746
+
2747
+ class UrlMapValidationResult
2748
+ # @private
2749
+ class Representation < Google::Apis::Core::JsonRepresentation
2750
+ collection :load_errors, as: 'loadErrors'
2751
+ property :load_succeeded, as: 'loadSucceeded'
2752
+ collection :test_failures, as: 'testFailures', class: Google::Apis::ComputeV1::TestFailure, decorator: Google::Apis::ComputeV1::TestFailure::Representation
2753
+
2754
+ property :test_passed, as: 'testPassed'
2755
+ end
2756
+ end
2757
+
2758
+ class ValidateUrlMapsRequest
2759
+ # @private
2760
+ class Representation < Google::Apis::Core::JsonRepresentation
2761
+ property :resource, as: 'resource', class: Google::Apis::ComputeV1::UrlMap, decorator: Google::Apis::ComputeV1::UrlMap::Representation
2762
+
2763
+ end
2764
+ end
2765
+
2766
+ class ValidateUrlMapsResponse
2767
+ # @private
2768
+ class Representation < Google::Apis::Core::JsonRepresentation
2769
+ property :result, as: 'result', class: Google::Apis::ComputeV1::UrlMapValidationResult, decorator: Google::Apis::ComputeV1::UrlMapValidationResult::Representation
2770
+
2771
+ end
2772
+ end
2773
+
2774
+ class UsageExportLocation
2775
+ # @private
2776
+ class Representation < Google::Apis::Core::JsonRepresentation
2777
+ property :bucket_name, as: 'bucketName'
2778
+ property :report_name_prefix, as: 'reportNamePrefix'
2779
+ end
2780
+ end
2781
+
2782
+ class VpnTunnel
2783
+ # @private
2784
+ class Representation < Google::Apis::Core::JsonRepresentation
2785
+ property :creation_timestamp, as: 'creationTimestamp'
2786
+ property :description, as: 'description'
2787
+ property :detailed_status, as: 'detailedStatus'
2788
+ property :id, as: 'id'
2789
+ property :ike_version, as: 'ikeVersion'
2790
+ property :kind, as: 'kind'
2791
+ property :name, as: 'name'
2792
+ property :peer_ip, as: 'peerIp'
2793
+ property :region, as: 'region'
2794
+ property :self_link, as: 'selfLink'
2795
+ property :shared_secret, as: 'sharedSecret'
2796
+ property :shared_secret_hash, as: 'sharedSecretHash'
2797
+ property :status, as: 'status'
2798
+ property :target_vpn_gateway, as: 'targetVpnGateway'
2799
+ end
2800
+ end
2801
+
2802
+ class VpnTunnelAggregatedList
2803
+ # @private
2804
+ class Representation < Google::Apis::Core::JsonRepresentation
2805
+ property :id, as: 'id'
2806
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::VpnTunnelsScopedList, decorator: Google::Apis::ComputeV1::VpnTunnelsScopedList::Representation
2807
+
2808
+ property :kind, as: 'kind'
2809
+ property :next_page_token, as: 'nextPageToken'
2810
+ property :self_link, as: 'selfLink'
2811
+ end
2812
+ end
2813
+
2814
+ class VpnTunnelList
2815
+ # @private
2816
+ class Representation < Google::Apis::Core::JsonRepresentation
2817
+ property :id, as: 'id'
2818
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::VpnTunnel, decorator: Google::Apis::ComputeV1::VpnTunnel::Representation
2819
+
2820
+ property :kind, as: 'kind'
2821
+ property :next_page_token, as: 'nextPageToken'
2822
+ property :self_link, as: 'selfLink'
2823
+ end
2824
+ end
2825
+
2826
+ class VpnTunnelsScopedList
2827
+ # @private
2828
+ class Representation < Google::Apis::Core::JsonRepresentation
2829
+ collection :vpn_tunnels, as: 'vpnTunnels', class: Google::Apis::ComputeV1::VpnTunnel, decorator: Google::Apis::ComputeV1::VpnTunnel::Representation
2830
+
2831
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::VpnTunnelsScopedList::Warning, decorator: Google::Apis::ComputeV1::VpnTunnelsScopedList::Warning::Representation
2832
+
2833
+ end
2834
+
2835
+ class Warning
2836
+ # @private
2837
+ class Representation < Google::Apis::Core::JsonRepresentation
2838
+ property :code, as: 'code'
2839
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::VpnTunnelsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::VpnTunnelsScopedList::Warning::Datum::Representation
2840
+
2841
+ property :message, as: 'message'
2842
+ end
2843
+
2844
+ class Datum
2845
+ # @private
2846
+ class Representation < Google::Apis::Core::JsonRepresentation
2847
+ property :key, as: 'key'
2848
+ property :value, as: 'value'
2849
+ end
2850
+ end
2851
+ end
2852
+ end
2853
+
2854
+ class Zone
2855
+ # @private
2856
+ class Representation < Google::Apis::Core::JsonRepresentation
2857
+ property :creation_timestamp, as: 'creationTimestamp'
2858
+ property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
2859
+
2860
+ property :description, as: 'description'
2861
+ property :id, as: 'id'
2862
+ property :kind, as: 'kind'
2863
+ collection :maintenance_windows, as: 'maintenanceWindows', class: Google::Apis::ComputeV1::Zone::MaintenanceWindow, decorator: Google::Apis::ComputeV1::Zone::MaintenanceWindow::Representation
2864
+
2865
+ property :name, as: 'name'
2866
+ property :region, as: 'region'
2867
+ property :self_link, as: 'selfLink'
2868
+ property :status, as: 'status'
2869
+ end
2870
+
2871
+ class MaintenanceWindow
2872
+ # @private
2873
+ class Representation < Google::Apis::Core::JsonRepresentation
2874
+ property :begin_time, as: 'beginTime'
2875
+ property :description, as: 'description'
2876
+ property :end_time, as: 'endTime'
2877
+ property :name, as: 'name'
2878
+ end
2879
+ end
2880
+ end
2881
+
2882
+ class ZoneList
2883
+ # @private
2884
+ class Representation < Google::Apis::Core::JsonRepresentation
2885
+ property :id, as: 'id'
2886
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::Zone, decorator: Google::Apis::ComputeV1::Zone::Representation
2887
+
2888
+ property :kind, as: 'kind'
2889
+ property :next_page_token, as: 'nextPageToken'
2890
+ property :self_link, as: 'selfLink'
2891
+ end
2892
+ end
2893
+ end
2894
+ end
2895
+ end