google-api-client 0.8.6 → 0.9.3

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