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