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,236 @@
|
|
|
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 ReplicapoolV1beta2
|
|
24
|
+
|
|
25
|
+
class InstanceGroupManager
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
class InstanceGroupManagerList
|
|
30
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
class AbandonInstancesRequest
|
|
34
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class DeleteInstancesRequest
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
class RecreateInstancesRequest
|
|
42
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
class SetInstanceTemplateRequest
|
|
46
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class SetTargetPoolsRequest
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
class Operation
|
|
54
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
55
|
+
|
|
56
|
+
class Error
|
|
57
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
58
|
+
|
|
59
|
+
class Error
|
|
60
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
class Warning
|
|
65
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
66
|
+
|
|
67
|
+
class Datum
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class OperationList
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
class ReplicaPoolAutoHealingPolicy
|
|
78
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
class InstanceGroupManager
|
|
82
|
+
# @private
|
|
83
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
84
|
+
collection :auto_healing_policies, as: 'autoHealingPolicies', class: Google::Apis::ReplicapoolV1beta2::ReplicaPoolAutoHealingPolicy, decorator: Google::Apis::ReplicapoolV1beta2::ReplicaPoolAutoHealingPolicy::Representation
|
|
85
|
+
|
|
86
|
+
property :base_instance_name, as: 'baseInstanceName'
|
|
87
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
88
|
+
property :current_size, as: 'currentSize'
|
|
89
|
+
property :description, as: 'description'
|
|
90
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
91
|
+
property :group, as: 'group'
|
|
92
|
+
property :id, as: 'id'
|
|
93
|
+
property :instance_template, as: 'instanceTemplate'
|
|
94
|
+
property :kind, as: 'kind'
|
|
95
|
+
property :name, as: 'name'
|
|
96
|
+
property :self_link, as: 'selfLink'
|
|
97
|
+
collection :target_pools, as: 'targetPools'
|
|
98
|
+
property :target_size, as: 'targetSize'
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
class InstanceGroupManagerList
|
|
103
|
+
# @private
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
105
|
+
property :id, as: 'id'
|
|
106
|
+
collection :items, as: 'items', class: Google::Apis::ReplicapoolV1beta2::InstanceGroupManager, decorator: Google::Apis::ReplicapoolV1beta2::InstanceGroupManager::Representation
|
|
107
|
+
|
|
108
|
+
property :kind, as: 'kind'
|
|
109
|
+
property :next_page_token, as: 'nextPageToken'
|
|
110
|
+
property :self_link, as: 'selfLink'
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
class AbandonInstancesRequest
|
|
115
|
+
# @private
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
117
|
+
collection :instances, as: 'instances'
|
|
118
|
+
end
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class DeleteInstancesRequest
|
|
122
|
+
# @private
|
|
123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
124
|
+
collection :instances, as: 'instances'
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
class RecreateInstancesRequest
|
|
129
|
+
# @private
|
|
130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
131
|
+
collection :instances, as: 'instances'
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
class SetInstanceTemplateRequest
|
|
136
|
+
# @private
|
|
137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
138
|
+
property :instance_template, as: 'instanceTemplate'
|
|
139
|
+
end
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
class SetTargetPoolsRequest
|
|
143
|
+
# @private
|
|
144
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
145
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
146
|
+
collection :target_pools, as: 'targetPools'
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
class Operation
|
|
151
|
+
# @private
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
153
|
+
property :client_operation_id, as: 'clientOperationId'
|
|
154
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
155
|
+
property :end_time, as: 'endTime'
|
|
156
|
+
property :error, as: 'error', class: Google::Apis::ReplicapoolV1beta2::Operation::Error, decorator: Google::Apis::ReplicapoolV1beta2::Operation::Error::Representation
|
|
157
|
+
|
|
158
|
+
property :http_error_message, as: 'httpErrorMessage'
|
|
159
|
+
property :http_error_status_code, as: 'httpErrorStatusCode'
|
|
160
|
+
property :id, as: 'id'
|
|
161
|
+
property :insert_time, as: 'insertTime'
|
|
162
|
+
property :kind, as: 'kind'
|
|
163
|
+
property :name, as: 'name'
|
|
164
|
+
property :operation_type, as: 'operationType'
|
|
165
|
+
property :progress, as: 'progress'
|
|
166
|
+
property :region, as: 'region'
|
|
167
|
+
property :self_link, as: 'selfLink'
|
|
168
|
+
property :start_time, as: 'startTime'
|
|
169
|
+
property :status, as: 'status'
|
|
170
|
+
property :status_message, as: 'statusMessage'
|
|
171
|
+
property :target_id, as: 'targetId'
|
|
172
|
+
property :target_link, as: 'targetLink'
|
|
173
|
+
property :user, as: 'user'
|
|
174
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ReplicapoolV1beta2::Operation::Warning, decorator: Google::Apis::ReplicapoolV1beta2::Operation::Warning::Representation
|
|
175
|
+
|
|
176
|
+
property :zone, as: 'zone'
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
class Error
|
|
180
|
+
# @private
|
|
181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
182
|
+
collection :errors, as: 'errors', class: Google::Apis::ReplicapoolV1beta2::Operation::Error::Error, decorator: Google::Apis::ReplicapoolV1beta2::Operation::Error::Error::Representation
|
|
183
|
+
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
class Error
|
|
187
|
+
# @private
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
189
|
+
property :code, as: 'code'
|
|
190
|
+
property :location, as: 'location'
|
|
191
|
+
property :message, as: 'message'
|
|
192
|
+
end
|
|
193
|
+
end
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
class Warning
|
|
197
|
+
# @private
|
|
198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
199
|
+
property :code, as: 'code'
|
|
200
|
+
collection :data, as: 'data', class: Google::Apis::ReplicapoolV1beta2::Operation::Warning::Datum, decorator: Google::Apis::ReplicapoolV1beta2::Operation::Warning::Datum::Representation
|
|
201
|
+
|
|
202
|
+
property :message, as: 'message'
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class Datum
|
|
206
|
+
# @private
|
|
207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
208
|
+
property :key, as: 'key'
|
|
209
|
+
property :value, as: 'value'
|
|
210
|
+
end
|
|
211
|
+
end
|
|
212
|
+
end
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
class OperationList
|
|
216
|
+
# @private
|
|
217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
218
|
+
property :id, as: 'id'
|
|
219
|
+
collection :items, as: 'items', class: Google::Apis::ReplicapoolV1beta2::Operation, decorator: Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
220
|
+
|
|
221
|
+
property :kind, as: 'kind'
|
|
222
|
+
property :next_page_token, as: 'nextPageToken'
|
|
223
|
+
property :self_link, as: 'selfLink'
|
|
224
|
+
end
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
class ReplicaPoolAutoHealingPolicy
|
|
228
|
+
# @private
|
|
229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
230
|
+
property :action_type, as: 'actionType'
|
|
231
|
+
property :health_check, as: 'healthCheck'
|
|
232
|
+
end
|
|
233
|
+
end
|
|
234
|
+
end
|
|
235
|
+
end
|
|
236
|
+
end
|
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
# Copyright 2015 Google Inc.
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'google/apis/core/base_service'
|
|
16
|
+
require 'google/apis/core/json_representation'
|
|
17
|
+
require 'google/apis/core/hashable'
|
|
18
|
+
require 'google/apis/errors'
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Apis
|
|
22
|
+
module ReplicapoolV1beta2
|
|
23
|
+
# Google Compute Engine Instance Group Manager API
|
|
24
|
+
#
|
|
25
|
+
# The Google Compute Engine Instance Group Manager API provides groups of
|
|
26
|
+
# homogenous Compute Engine Instances.
|
|
27
|
+
#
|
|
28
|
+
# @example
|
|
29
|
+
# require 'google/apis/replicapool_v1beta2'
|
|
30
|
+
#
|
|
31
|
+
# Replicapool = Google::Apis::ReplicapoolV1beta2 # Alias the module
|
|
32
|
+
# service = Replicapool::ReplicapoolService.new
|
|
33
|
+
#
|
|
34
|
+
# @see https://developers.google.com/compute/docs/instance-groups/manager/v1beta2
|
|
35
|
+
class ReplicapoolService < Google::Apis::Core::BaseService
|
|
36
|
+
# @return [String]
|
|
37
|
+
# API key. Your API key identifies your project and provides you with API access,
|
|
38
|
+
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
|
39
|
+
attr_accessor :key
|
|
40
|
+
|
|
41
|
+
# @return [String]
|
|
42
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
43
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
44
|
+
# Overrides userIp if both are provided.
|
|
45
|
+
attr_accessor :quota_user
|
|
46
|
+
|
|
47
|
+
# @return [String]
|
|
48
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
49
|
+
# enforce per-user limits.
|
|
50
|
+
attr_accessor :user_ip
|
|
51
|
+
|
|
52
|
+
def initialize
|
|
53
|
+
super('https://www.googleapis.com/', 'replicapool/v1beta2/projects/')
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Removes the specified instances from the managed instance group, and from any
|
|
57
|
+
# target pools of which they were members, without deleting the instances.
|
|
58
|
+
# @param [String] project
|
|
59
|
+
# The Google Developers Console project name.
|
|
60
|
+
# @param [String] zone
|
|
61
|
+
# The name of the zone in which the instance group manager resides.
|
|
62
|
+
# @param [String] instance_group_manager
|
|
63
|
+
# The name of the instance group manager.
|
|
64
|
+
# @param [Google::Apis::ReplicapoolV1beta2::AbandonInstancesRequest] abandon_instances_request_object
|
|
65
|
+
# @param [String] fields
|
|
66
|
+
# Selector specifying which fields to include in a partial response.
|
|
67
|
+
# @param [String] quota_user
|
|
68
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
69
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
70
|
+
# Overrides userIp if both are provided.
|
|
71
|
+
# @param [String] user_ip
|
|
72
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
73
|
+
# enforce per-user limits.
|
|
74
|
+
# @param [Google::Apis::RequestOptions] options
|
|
75
|
+
# Request-specific options
|
|
76
|
+
#
|
|
77
|
+
# @yield [result, err] Result & error if block supplied
|
|
78
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
79
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
80
|
+
#
|
|
81
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
82
|
+
#
|
|
83
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
84
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
85
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
86
|
+
def abandon_instances(project, zone, instance_group_manager, abandon_instances_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
87
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances', options)
|
|
88
|
+
command.request_representation = Google::Apis::ReplicapoolV1beta2::AbandonInstancesRequest::Representation
|
|
89
|
+
command.request_object = abandon_instances_request_object
|
|
90
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
91
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
92
|
+
command.params['project'] = project unless project.nil?
|
|
93
|
+
command.params['zone'] = zone unless zone.nil?
|
|
94
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
95
|
+
command.query['fields'] = fields unless fields.nil?
|
|
96
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
97
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
98
|
+
execute_or_queue_command(command, &block)
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Deletes the instance group manager and all instances contained within. If you'
|
|
102
|
+
# d like to delete the manager without deleting the instances, you must first
|
|
103
|
+
# abandon the instances to remove them from the group.
|
|
104
|
+
# @param [String] project
|
|
105
|
+
# The Google Developers Console project name.
|
|
106
|
+
# @param [String] zone
|
|
107
|
+
# The name of the zone in which the instance group manager resides.
|
|
108
|
+
# @param [String] instance_group_manager
|
|
109
|
+
# Name of the Instance Group Manager resource to delete.
|
|
110
|
+
# @param [String] fields
|
|
111
|
+
# Selector specifying which fields to include in a partial response.
|
|
112
|
+
# @param [String] quota_user
|
|
113
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
114
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
115
|
+
# Overrides userIp if both are provided.
|
|
116
|
+
# @param [String] user_ip
|
|
117
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
118
|
+
# enforce per-user limits.
|
|
119
|
+
# @param [Google::Apis::RequestOptions] options
|
|
120
|
+
# Request-specific options
|
|
121
|
+
#
|
|
122
|
+
# @yield [result, err] Result & error if block supplied
|
|
123
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
124
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
125
|
+
#
|
|
126
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
127
|
+
#
|
|
128
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
129
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
130
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
131
|
+
def delete_instance_group_manager(project, zone, instance_group_manager, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
132
|
+
command = make_simple_command(:delete, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', options)
|
|
133
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
134
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
135
|
+
command.params['project'] = project unless project.nil?
|
|
136
|
+
command.params['zone'] = zone unless zone.nil?
|
|
137
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
138
|
+
command.query['fields'] = fields unless fields.nil?
|
|
139
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
140
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
141
|
+
execute_or_queue_command(command, &block)
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
# Deletes the specified instances. The instances are deleted, then removed from
|
|
145
|
+
# the instance group and any target pools of which they were a member. The
|
|
146
|
+
# targetSize of the instance group manager is reduced by the number of instances
|
|
147
|
+
# deleted.
|
|
148
|
+
# @param [String] project
|
|
149
|
+
# The Google Developers Console project name.
|
|
150
|
+
# @param [String] zone
|
|
151
|
+
# The name of the zone in which the instance group manager resides.
|
|
152
|
+
# @param [String] instance_group_manager
|
|
153
|
+
# The name of the instance group manager.
|
|
154
|
+
# @param [Google::Apis::ReplicapoolV1beta2::DeleteInstancesRequest] delete_instances_request_object
|
|
155
|
+
# @param [String] fields
|
|
156
|
+
# Selector specifying which fields to include in a partial response.
|
|
157
|
+
# @param [String] quota_user
|
|
158
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
159
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
160
|
+
# Overrides userIp if both are provided.
|
|
161
|
+
# @param [String] user_ip
|
|
162
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
163
|
+
# enforce per-user limits.
|
|
164
|
+
# @param [Google::Apis::RequestOptions] options
|
|
165
|
+
# Request-specific options
|
|
166
|
+
#
|
|
167
|
+
# @yield [result, err] Result & error if block supplied
|
|
168
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
169
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
170
|
+
#
|
|
171
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
172
|
+
#
|
|
173
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
174
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
175
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
176
|
+
def delete_instances(project, zone, instance_group_manager, delete_instances_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
177
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', options)
|
|
178
|
+
command.request_representation = Google::Apis::ReplicapoolV1beta2::DeleteInstancesRequest::Representation
|
|
179
|
+
command.request_object = delete_instances_request_object
|
|
180
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
181
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
182
|
+
command.params['project'] = project unless project.nil?
|
|
183
|
+
command.params['zone'] = zone unless zone.nil?
|
|
184
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
185
|
+
command.query['fields'] = fields unless fields.nil?
|
|
186
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
187
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
188
|
+
execute_or_queue_command(command, &block)
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# Returns the specified Instance Group Manager resource.
|
|
192
|
+
# @param [String] project
|
|
193
|
+
# The Google Developers Console project name.
|
|
194
|
+
# @param [String] zone
|
|
195
|
+
# The name of the zone in which the instance group manager resides.
|
|
196
|
+
# @param [String] instance_group_manager
|
|
197
|
+
# Name of the instance resource to return.
|
|
198
|
+
# @param [String] fields
|
|
199
|
+
# Selector specifying which fields to include in a partial response.
|
|
200
|
+
# @param [String] quota_user
|
|
201
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
202
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
203
|
+
# Overrides userIp if both are provided.
|
|
204
|
+
# @param [String] user_ip
|
|
205
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
206
|
+
# enforce per-user limits.
|
|
207
|
+
# @param [Google::Apis::RequestOptions] options
|
|
208
|
+
# Request-specific options
|
|
209
|
+
#
|
|
210
|
+
# @yield [result, err] Result & error if block supplied
|
|
211
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::InstanceGroupManager] parsed result object
|
|
212
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
213
|
+
#
|
|
214
|
+
# @return [Google::Apis::ReplicapoolV1beta2::InstanceGroupManager]
|
|
215
|
+
#
|
|
216
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
217
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
218
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
219
|
+
def get_instance_group_manager(project, zone, instance_group_manager, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
220
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', options)
|
|
221
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::InstanceGroupManager::Representation
|
|
222
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::InstanceGroupManager
|
|
223
|
+
command.params['project'] = project unless project.nil?
|
|
224
|
+
command.params['zone'] = zone unless zone.nil?
|
|
225
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
226
|
+
command.query['fields'] = fields unless fields.nil?
|
|
227
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
228
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
229
|
+
execute_or_queue_command(command, &block)
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
# Creates an instance group manager, as well as the instance group and the
|
|
233
|
+
# specified number of instances.
|
|
234
|
+
# @param [String] project
|
|
235
|
+
# The Google Developers Console project name.
|
|
236
|
+
# @param [String] zone
|
|
237
|
+
# The name of the zone in which the instance group manager resides.
|
|
238
|
+
# @param [Fixnum] size
|
|
239
|
+
# Number of instances that should exist.
|
|
240
|
+
# @param [Google::Apis::ReplicapoolV1beta2::InstanceGroupManager] instance_group_manager_object
|
|
241
|
+
# @param [String] fields
|
|
242
|
+
# Selector specifying which fields to include in a partial response.
|
|
243
|
+
# @param [String] quota_user
|
|
244
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
245
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
246
|
+
# Overrides userIp if both are provided.
|
|
247
|
+
# @param [String] user_ip
|
|
248
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
249
|
+
# enforce per-user limits.
|
|
250
|
+
# @param [Google::Apis::RequestOptions] options
|
|
251
|
+
# Request-specific options
|
|
252
|
+
#
|
|
253
|
+
# @yield [result, err] Result & error if block supplied
|
|
254
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
255
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
256
|
+
#
|
|
257
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
258
|
+
#
|
|
259
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
260
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
261
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
262
|
+
def insert_instance_group_manager(project, zone, size, instance_group_manager_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
263
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers', options)
|
|
264
|
+
command.request_representation = Google::Apis::ReplicapoolV1beta2::InstanceGroupManager::Representation
|
|
265
|
+
command.request_object = instance_group_manager_object
|
|
266
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
267
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
268
|
+
command.params['project'] = project unless project.nil?
|
|
269
|
+
command.params['zone'] = zone unless zone.nil?
|
|
270
|
+
command.query['size'] = size unless size.nil?
|
|
271
|
+
command.query['fields'] = fields unless fields.nil?
|
|
272
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
273
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
274
|
+
execute_or_queue_command(command, &block)
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
# Retrieves the list of Instance Group Manager resources contained within the
|
|
278
|
+
# specified zone.
|
|
279
|
+
# @param [String] project
|
|
280
|
+
# The Google Developers Console project name.
|
|
281
|
+
# @param [String] zone
|
|
282
|
+
# The name of the zone in which the instance group manager resides.
|
|
283
|
+
# @param [String] filter
|
|
284
|
+
# Optional. Filter expression for filtering listed resources.
|
|
285
|
+
# @param [Fixnum] max_results
|
|
286
|
+
# Optional. Maximum count of results to be returned. Maximum value is 500 and
|
|
287
|
+
# default value is 500.
|
|
288
|
+
# @param [String] page_token
|
|
289
|
+
# Optional. Tag returned by a previous list request truncated by maxResults.
|
|
290
|
+
# Used to continue a previous list request.
|
|
291
|
+
# @param [String] fields
|
|
292
|
+
# Selector specifying which fields to include in a partial response.
|
|
293
|
+
# @param [String] quota_user
|
|
294
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
295
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
296
|
+
# Overrides userIp if both are provided.
|
|
297
|
+
# @param [String] user_ip
|
|
298
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
299
|
+
# enforce per-user limits.
|
|
300
|
+
# @param [Google::Apis::RequestOptions] options
|
|
301
|
+
# Request-specific options
|
|
302
|
+
#
|
|
303
|
+
# @yield [result, err] Result & error if block supplied
|
|
304
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::InstanceGroupManagerList] parsed result object
|
|
305
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
306
|
+
#
|
|
307
|
+
# @return [Google::Apis::ReplicapoolV1beta2::InstanceGroupManagerList]
|
|
308
|
+
#
|
|
309
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
310
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
311
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
312
|
+
def list_instance_group_managers(project, zone, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
313
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/instanceGroupManagers', options)
|
|
314
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::InstanceGroupManagerList::Representation
|
|
315
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::InstanceGroupManagerList
|
|
316
|
+
command.params['project'] = project unless project.nil?
|
|
317
|
+
command.params['zone'] = zone unless zone.nil?
|
|
318
|
+
command.query['filter'] = filter unless filter.nil?
|
|
319
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
320
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
321
|
+
command.query['fields'] = fields unless fields.nil?
|
|
322
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
323
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
324
|
+
execute_or_queue_command(command, &block)
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
# Recreates the specified instances. The instances are deleted, then recreated
|
|
328
|
+
# using the instance group manager's current instance template.
|
|
329
|
+
# @param [String] project
|
|
330
|
+
# The Google Developers Console project name.
|
|
331
|
+
# @param [String] zone
|
|
332
|
+
# The name of the zone in which the instance group manager resides.
|
|
333
|
+
# @param [String] instance_group_manager
|
|
334
|
+
# The name of the instance group manager.
|
|
335
|
+
# @param [Google::Apis::ReplicapoolV1beta2::RecreateInstancesRequest] recreate_instances_request_object
|
|
336
|
+
# @param [String] fields
|
|
337
|
+
# Selector specifying which fields to include in a partial response.
|
|
338
|
+
# @param [String] quota_user
|
|
339
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
340
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
341
|
+
# Overrides userIp if both are provided.
|
|
342
|
+
# @param [String] user_ip
|
|
343
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
344
|
+
# enforce per-user limits.
|
|
345
|
+
# @param [Google::Apis::RequestOptions] options
|
|
346
|
+
# Request-specific options
|
|
347
|
+
#
|
|
348
|
+
# @yield [result, err] Result & error if block supplied
|
|
349
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
350
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
351
|
+
#
|
|
352
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
353
|
+
#
|
|
354
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
355
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
356
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
357
|
+
def recreate_instances(project, zone, instance_group_manager, recreate_instances_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
358
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances', options)
|
|
359
|
+
command.request_representation = Google::Apis::ReplicapoolV1beta2::RecreateInstancesRequest::Representation
|
|
360
|
+
command.request_object = recreate_instances_request_object
|
|
361
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
362
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
363
|
+
command.params['project'] = project unless project.nil?
|
|
364
|
+
command.params['zone'] = zone unless zone.nil?
|
|
365
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
366
|
+
command.query['fields'] = fields unless fields.nil?
|
|
367
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
368
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
369
|
+
execute_or_queue_command(command, &block)
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
# Resizes the managed instance group up or down. If resized up, new instances
|
|
373
|
+
# are created using the current instance template. If resized down, instances
|
|
374
|
+
# are removed in the order outlined in Resizing a managed instance group.
|
|
375
|
+
# @param [String] project
|
|
376
|
+
# The Google Developers Console project name.
|
|
377
|
+
# @param [String] zone
|
|
378
|
+
# The name of the zone in which the instance group manager resides.
|
|
379
|
+
# @param [String] instance_group_manager
|
|
380
|
+
# The name of the instance group manager.
|
|
381
|
+
# @param [Fixnum] size
|
|
382
|
+
# Number of instances that should exist in this Instance Group Manager.
|
|
383
|
+
# @param [String] fields
|
|
384
|
+
# Selector specifying which fields to include in a partial response.
|
|
385
|
+
# @param [String] quota_user
|
|
386
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
387
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
388
|
+
# Overrides userIp if both are provided.
|
|
389
|
+
# @param [String] user_ip
|
|
390
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
391
|
+
# enforce per-user limits.
|
|
392
|
+
# @param [Google::Apis::RequestOptions] options
|
|
393
|
+
# Request-specific options
|
|
394
|
+
#
|
|
395
|
+
# @yield [result, err] Result & error if block supplied
|
|
396
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
397
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
398
|
+
#
|
|
399
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
400
|
+
#
|
|
401
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
402
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
403
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
404
|
+
def resize_instance(project, zone, instance_group_manager, size, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
405
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize', options)
|
|
406
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
407
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
408
|
+
command.params['project'] = project unless project.nil?
|
|
409
|
+
command.params['zone'] = zone unless zone.nil?
|
|
410
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
411
|
+
command.query['size'] = size unless size.nil?
|
|
412
|
+
command.query['fields'] = fields unless fields.nil?
|
|
413
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
414
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
415
|
+
execute_or_queue_command(command, &block)
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
# Sets the instance template to use when creating new instances in this group.
|
|
419
|
+
# Existing instances are not affected.
|
|
420
|
+
# @param [String] project
|
|
421
|
+
# The Google Developers Console project name.
|
|
422
|
+
# @param [String] zone
|
|
423
|
+
# The name of the zone in which the instance group manager resides.
|
|
424
|
+
# @param [String] instance_group_manager
|
|
425
|
+
# The name of the instance group manager.
|
|
426
|
+
# @param [Google::Apis::ReplicapoolV1beta2::SetInstanceTemplateRequest] set_instance_template_request_object
|
|
427
|
+
# @param [String] fields
|
|
428
|
+
# Selector specifying which fields to include in a partial response.
|
|
429
|
+
# @param [String] quota_user
|
|
430
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
431
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
432
|
+
# Overrides userIp if both are provided.
|
|
433
|
+
# @param [String] user_ip
|
|
434
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
435
|
+
# enforce per-user limits.
|
|
436
|
+
# @param [Google::Apis::RequestOptions] options
|
|
437
|
+
# Request-specific options
|
|
438
|
+
#
|
|
439
|
+
# @yield [result, err] Result & error if block supplied
|
|
440
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
441
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
442
|
+
#
|
|
443
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
444
|
+
#
|
|
445
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
446
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
447
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
448
|
+
def set_instance_template(project, zone, instance_group_manager, set_instance_template_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
449
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', options)
|
|
450
|
+
command.request_representation = Google::Apis::ReplicapoolV1beta2::SetInstanceTemplateRequest::Representation
|
|
451
|
+
command.request_object = set_instance_template_request_object
|
|
452
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
453
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
454
|
+
command.params['project'] = project unless project.nil?
|
|
455
|
+
command.params['zone'] = zone unless zone.nil?
|
|
456
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
457
|
+
command.query['fields'] = fields unless fields.nil?
|
|
458
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
459
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
460
|
+
execute_or_queue_command(command, &block)
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
# Modifies the target pools to which all new instances in this group are
|
|
464
|
+
# assigned. Existing instances in the group are not affected.
|
|
465
|
+
# @param [String] project
|
|
466
|
+
# The Google Developers Console project name.
|
|
467
|
+
# @param [String] zone
|
|
468
|
+
# The name of the zone in which the instance group manager resides.
|
|
469
|
+
# @param [String] instance_group_manager
|
|
470
|
+
# The name of the instance group manager.
|
|
471
|
+
# @param [Google::Apis::ReplicapoolV1beta2::SetTargetPoolsRequest] set_target_pools_request_object
|
|
472
|
+
# @param [String] fields
|
|
473
|
+
# Selector specifying which fields to include in a partial response.
|
|
474
|
+
# @param [String] quota_user
|
|
475
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
476
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
477
|
+
# Overrides userIp if both are provided.
|
|
478
|
+
# @param [String] user_ip
|
|
479
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
480
|
+
# enforce per-user limits.
|
|
481
|
+
# @param [Google::Apis::RequestOptions] options
|
|
482
|
+
# Request-specific options
|
|
483
|
+
#
|
|
484
|
+
# @yield [result, err] Result & error if block supplied
|
|
485
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
486
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
487
|
+
#
|
|
488
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
489
|
+
#
|
|
490
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
491
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
492
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
493
|
+
def set_target_pools(project, zone, instance_group_manager, set_target_pools_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
494
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', options)
|
|
495
|
+
command.request_representation = Google::Apis::ReplicapoolV1beta2::SetTargetPoolsRequest::Representation
|
|
496
|
+
command.request_object = set_target_pools_request_object
|
|
497
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
498
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
499
|
+
command.params['project'] = project unless project.nil?
|
|
500
|
+
command.params['zone'] = zone unless zone.nil?
|
|
501
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
|
502
|
+
command.query['fields'] = fields unless fields.nil?
|
|
503
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
504
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
505
|
+
execute_or_queue_command(command, &block)
|
|
506
|
+
end
|
|
507
|
+
|
|
508
|
+
# Retrieves the specified zone-specific operation resource.
|
|
509
|
+
# @param [String] project
|
|
510
|
+
# Name of the project scoping this request.
|
|
511
|
+
# @param [String] zone
|
|
512
|
+
# Name of the zone scoping this request.
|
|
513
|
+
# @param [String] operation
|
|
514
|
+
# Name of the operation resource to return.
|
|
515
|
+
# @param [String] fields
|
|
516
|
+
# Selector specifying which fields to include in a partial response.
|
|
517
|
+
# @param [String] quota_user
|
|
518
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
519
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
520
|
+
# Overrides userIp if both are provided.
|
|
521
|
+
# @param [String] user_ip
|
|
522
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
523
|
+
# enforce per-user limits.
|
|
524
|
+
# @param [Google::Apis::RequestOptions] options
|
|
525
|
+
# Request-specific options
|
|
526
|
+
#
|
|
527
|
+
# @yield [result, err] Result & error if block supplied
|
|
528
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::Operation] parsed result object
|
|
529
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
530
|
+
#
|
|
531
|
+
# @return [Google::Apis::ReplicapoolV1beta2::Operation]
|
|
532
|
+
#
|
|
533
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
534
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
535
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
536
|
+
def get_zone_operation(project, zone, operation, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
537
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/operations/{operation}', options)
|
|
538
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::Operation::Representation
|
|
539
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::Operation
|
|
540
|
+
command.params['project'] = project unless project.nil?
|
|
541
|
+
command.params['zone'] = zone unless zone.nil?
|
|
542
|
+
command.params['operation'] = operation unless operation.nil?
|
|
543
|
+
command.query['fields'] = fields unless fields.nil?
|
|
544
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
545
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
546
|
+
execute_or_queue_command(command, &block)
|
|
547
|
+
end
|
|
548
|
+
|
|
549
|
+
# Retrieves the list of operation resources contained within the specified zone.
|
|
550
|
+
# @param [String] project
|
|
551
|
+
# Name of the project scoping this request.
|
|
552
|
+
# @param [String] zone
|
|
553
|
+
# Name of the zone scoping this request.
|
|
554
|
+
# @param [String] filter
|
|
555
|
+
# Optional. Filter expression for filtering listed resources.
|
|
556
|
+
# @param [Fixnum] max_results
|
|
557
|
+
# Optional. Maximum count of results to be returned. Maximum value is 500 and
|
|
558
|
+
# default value is 500.
|
|
559
|
+
# @param [String] page_token
|
|
560
|
+
# Optional. Tag returned by a previous list request truncated by maxResults.
|
|
561
|
+
# Used to continue a previous list request.
|
|
562
|
+
# @param [String] fields
|
|
563
|
+
# Selector specifying which fields to include in a partial response.
|
|
564
|
+
# @param [String] quota_user
|
|
565
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
566
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
567
|
+
# Overrides userIp if both are provided.
|
|
568
|
+
# @param [String] user_ip
|
|
569
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
570
|
+
# enforce per-user limits.
|
|
571
|
+
# @param [Google::Apis::RequestOptions] options
|
|
572
|
+
# Request-specific options
|
|
573
|
+
#
|
|
574
|
+
# @yield [result, err] Result & error if block supplied
|
|
575
|
+
# @yieldparam result [Google::Apis::ReplicapoolV1beta2::OperationList] parsed result object
|
|
576
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
577
|
+
#
|
|
578
|
+
# @return [Google::Apis::ReplicapoolV1beta2::OperationList]
|
|
579
|
+
#
|
|
580
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
581
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
582
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
583
|
+
def list_zone_operations(project, zone, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
584
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/operations', options)
|
|
585
|
+
command.response_representation = Google::Apis::ReplicapoolV1beta2::OperationList::Representation
|
|
586
|
+
command.response_class = Google::Apis::ReplicapoolV1beta2::OperationList
|
|
587
|
+
command.params['project'] = project unless project.nil?
|
|
588
|
+
command.params['zone'] = zone unless zone.nil?
|
|
589
|
+
command.query['filter'] = filter unless filter.nil?
|
|
590
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
591
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
592
|
+
command.query['fields'] = fields unless fields.nil?
|
|
593
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
594
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
595
|
+
execute_or_queue_command(command, &block)
|
|
596
|
+
end
|
|
597
|
+
|
|
598
|
+
protected
|
|
599
|
+
|
|
600
|
+
def apply_command_defaults(command)
|
|
601
|
+
command.query['key'] = key unless key.nil?
|
|
602
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
603
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
604
|
+
end
|
|
605
|
+
end
|
|
606
|
+
end
|
|
607
|
+
end
|
|
608
|
+
end
|