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