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,264 @@
|
|
|
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 ReplicapoolupdaterV1beta1
|
|
24
|
+
|
|
25
|
+
class InstanceUpdate
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
class Error
|
|
29
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
30
|
+
|
|
31
|
+
class Error
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class InstanceUpdateList
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
class Operation
|
|
42
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
43
|
+
|
|
44
|
+
class Error
|
|
45
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
46
|
+
|
|
47
|
+
class Error
|
|
48
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
class Warning
|
|
53
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
54
|
+
|
|
55
|
+
class Datum
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class OperationList
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
class RollingUpdate
|
|
66
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
67
|
+
|
|
68
|
+
class Error
|
|
69
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
70
|
+
|
|
71
|
+
class Error
|
|
72
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
class Policy
|
|
77
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
class RollingUpdateList
|
|
82
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class InstanceUpdate
|
|
86
|
+
# @private
|
|
87
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
88
|
+
property :error, as: 'error', class: Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Error, decorator: Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Error::Representation
|
|
89
|
+
|
|
90
|
+
property :instance, as: 'instance'
|
|
91
|
+
property :status, as: 'status'
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
class Error
|
|
95
|
+
# @private
|
|
96
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
97
|
+
collection :errors, as: 'errors', class: Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Error::Error, decorator: Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Error::Error::Representation
|
|
98
|
+
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
class Error
|
|
102
|
+
# @private
|
|
103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
104
|
+
property :code, as: 'code'
|
|
105
|
+
property :location, as: 'location'
|
|
106
|
+
property :message, as: 'message'
|
|
107
|
+
end
|
|
108
|
+
end
|
|
109
|
+
end
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
class InstanceUpdateList
|
|
113
|
+
# @private
|
|
114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
115
|
+
collection :items, as: 'items', class: Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate, decorator: Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdate::Representation
|
|
116
|
+
|
|
117
|
+
property :kind, as: 'kind'
|
|
118
|
+
property :next_page_token, as: 'nextPageToken'
|
|
119
|
+
property :self_link, as: 'selfLink'
|
|
120
|
+
end
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
class Operation
|
|
124
|
+
# @private
|
|
125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
126
|
+
property :client_operation_id, as: 'clientOperationId'
|
|
127
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
128
|
+
property :end_time, as: 'endTime'
|
|
129
|
+
property :error, as: 'error', class: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Error, decorator: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Error::Representation
|
|
130
|
+
|
|
131
|
+
property :http_error_message, as: 'httpErrorMessage'
|
|
132
|
+
property :http_error_status_code, as: 'httpErrorStatusCode'
|
|
133
|
+
property :id, as: 'id'
|
|
134
|
+
property :insert_time, as: 'insertTime'
|
|
135
|
+
property :kind, as: 'kind'
|
|
136
|
+
property :name, as: 'name'
|
|
137
|
+
property :operation_type, as: 'operationType'
|
|
138
|
+
property :progress, as: 'progress'
|
|
139
|
+
property :region, as: 'region'
|
|
140
|
+
property :self_link, as: 'selfLink'
|
|
141
|
+
property :start_time, as: 'startTime'
|
|
142
|
+
property :status, as: 'status'
|
|
143
|
+
property :status_message, as: 'statusMessage'
|
|
144
|
+
property :target_id, as: 'targetId'
|
|
145
|
+
property :target_link, as: 'targetLink'
|
|
146
|
+
property :user, as: 'user'
|
|
147
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Warning, decorator: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Warning::Representation
|
|
148
|
+
|
|
149
|
+
property :zone, as: 'zone'
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
class Error
|
|
153
|
+
# @private
|
|
154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
155
|
+
collection :errors, as: 'errors', class: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Error::Error, decorator: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Error::Error::Representation
|
|
156
|
+
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
class Error
|
|
160
|
+
# @private
|
|
161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
162
|
+
property :code, as: 'code'
|
|
163
|
+
property :location, as: 'location'
|
|
164
|
+
property :message, as: 'message'
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class Warning
|
|
170
|
+
# @private
|
|
171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
172
|
+
property :code, as: 'code'
|
|
173
|
+
collection :data, as: 'data', class: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Warning::Datum, decorator: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Warning::Datum::Representation
|
|
174
|
+
|
|
175
|
+
property :message, as: 'message'
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
class Datum
|
|
179
|
+
# @private
|
|
180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
181
|
+
property :key, as: 'key'
|
|
182
|
+
property :value, as: 'value'
|
|
183
|
+
end
|
|
184
|
+
end
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
class OperationList
|
|
189
|
+
# @private
|
|
190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
191
|
+
property :id, as: 'id'
|
|
192
|
+
collection :items, as: 'items', class: Google::Apis::ReplicapoolupdaterV1beta1::Operation, decorator: Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
193
|
+
|
|
194
|
+
property :kind, as: 'kind'
|
|
195
|
+
property :next_page_token, as: 'nextPageToken'
|
|
196
|
+
property :self_link, as: 'selfLink'
|
|
197
|
+
end
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
class RollingUpdate
|
|
201
|
+
# @private
|
|
202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
203
|
+
property :action_type, as: 'actionType'
|
|
204
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
205
|
+
property :description, as: 'description'
|
|
206
|
+
property :error, as: 'error', class: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Error, decorator: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Error::Representation
|
|
207
|
+
|
|
208
|
+
property :id, as: 'id'
|
|
209
|
+
property :instance_group, as: 'instanceGroup'
|
|
210
|
+
property :instance_group_manager, as: 'instanceGroupManager'
|
|
211
|
+
property :instance_template, as: 'instanceTemplate'
|
|
212
|
+
property :kind, as: 'kind'
|
|
213
|
+
property :old_instance_template, as: 'oldInstanceTemplate'
|
|
214
|
+
property :policy, as: 'policy', class: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Policy, decorator: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Policy::Representation
|
|
215
|
+
|
|
216
|
+
property :progress, as: 'progress'
|
|
217
|
+
property :self_link, as: 'selfLink'
|
|
218
|
+
property :status, as: 'status'
|
|
219
|
+
property :status_message, as: 'statusMessage'
|
|
220
|
+
property :user, as: 'user'
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class Error
|
|
224
|
+
# @private
|
|
225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
226
|
+
collection :errors, as: 'errors', class: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Error::Error, decorator: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Error::Error::Representation
|
|
227
|
+
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
class Error
|
|
231
|
+
# @private
|
|
232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
233
|
+
property :code, as: 'code'
|
|
234
|
+
property :location, as: 'location'
|
|
235
|
+
property :message, as: 'message'
|
|
236
|
+
end
|
|
237
|
+
end
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
class Policy
|
|
241
|
+
# @private
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
243
|
+
property :auto_pause_after_instances, as: 'autoPauseAfterInstances'
|
|
244
|
+
property :instance_startup_timeout_sec, as: 'instanceStartupTimeoutSec'
|
|
245
|
+
property :max_num_concurrent_instances, as: 'maxNumConcurrentInstances'
|
|
246
|
+
property :max_num_failed_instances, as: 'maxNumFailedInstances'
|
|
247
|
+
property :min_instance_update_time_sec, as: 'minInstanceUpdateTimeSec'
|
|
248
|
+
end
|
|
249
|
+
end
|
|
250
|
+
end
|
|
251
|
+
|
|
252
|
+
class RollingUpdateList
|
|
253
|
+
# @private
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
255
|
+
collection :items, as: 'items', class: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate, decorator: Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Representation
|
|
256
|
+
|
|
257
|
+
property :kind, as: 'kind'
|
|
258
|
+
property :next_page_token, as: 'nextPageToken'
|
|
259
|
+
property :self_link, as: 'selfLink'
|
|
260
|
+
end
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
end
|
|
264
|
+
end
|
|
@@ -0,0 +1,508 @@
|
|
|
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 ReplicapoolupdaterV1beta1
|
|
23
|
+
# Google Compute Engine Instance Group Updater API
|
|
24
|
+
#
|
|
25
|
+
# The Google Compute Engine Instance Group Updater API provides services for
|
|
26
|
+
# updating groups of Compute Engine Instances.
|
|
27
|
+
#
|
|
28
|
+
# @example
|
|
29
|
+
# require 'google/apis/replicapoolupdater_v1beta1'
|
|
30
|
+
#
|
|
31
|
+
# Replicapoolupdater = Google::Apis::ReplicapoolupdaterV1beta1 # Alias the module
|
|
32
|
+
# service = Replicapoolupdater::ReplicapoolupdaterService.new
|
|
33
|
+
#
|
|
34
|
+
# @see https://cloud.google.com/compute/docs/instance-groups/manager/#applying_rolling_updates_using_the_updater_service
|
|
35
|
+
class ReplicapoolupdaterService < 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/', 'replicapoolupdater/v1beta1/projects/')
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Cancels an update. The update must be PAUSED before it can be cancelled. This
|
|
57
|
+
# has no effect if the update is already CANCELLED.
|
|
58
|
+
# @param [String] project
|
|
59
|
+
# The Google Developers Console project name.
|
|
60
|
+
# @param [String] zone
|
|
61
|
+
# The name of the zone in which the update's target resides.
|
|
62
|
+
# @param [String] rolling_update
|
|
63
|
+
# The name of the update.
|
|
64
|
+
# @param [String] fields
|
|
65
|
+
# Selector specifying which fields to include in a partial response.
|
|
66
|
+
# @param [String] quota_user
|
|
67
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
68
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
69
|
+
# Overrides userIp if both are provided.
|
|
70
|
+
# @param [String] user_ip
|
|
71
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
72
|
+
# enforce per-user limits.
|
|
73
|
+
# @param [Google::Apis::RequestOptions] options
|
|
74
|
+
# Request-specific options
|
|
75
|
+
#
|
|
76
|
+
# @yield [result, err] Result & error if block supplied
|
|
77
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::Operation] parsed result object
|
|
78
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
79
|
+
#
|
|
80
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::Operation]
|
|
81
|
+
#
|
|
82
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
83
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
84
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
85
|
+
def cancel_rolling_update(project, zone, rolling_update, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
86
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/cancel', options)
|
|
87
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
88
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::Operation
|
|
89
|
+
command.params['project'] = project unless project.nil?
|
|
90
|
+
command.params['zone'] = zone unless zone.nil?
|
|
91
|
+
command.params['rollingUpdate'] = rolling_update unless rolling_update.nil?
|
|
92
|
+
command.query['fields'] = fields unless fields.nil?
|
|
93
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
94
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
95
|
+
execute_or_queue_command(command, &block)
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
# Returns information about an update.
|
|
99
|
+
# @param [String] project
|
|
100
|
+
# The Google Developers Console project name.
|
|
101
|
+
# @param [String] zone
|
|
102
|
+
# The name of the zone in which the update's target resides.
|
|
103
|
+
# @param [String] rolling_update
|
|
104
|
+
# The name of the update.
|
|
105
|
+
# @param [String] fields
|
|
106
|
+
# Selector specifying which fields to include in a partial response.
|
|
107
|
+
# @param [String] quota_user
|
|
108
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
109
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
110
|
+
# Overrides userIp if both are provided.
|
|
111
|
+
# @param [String] user_ip
|
|
112
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
113
|
+
# enforce per-user limits.
|
|
114
|
+
# @param [Google::Apis::RequestOptions] options
|
|
115
|
+
# Request-specific options
|
|
116
|
+
#
|
|
117
|
+
# @yield [result, err] Result & error if block supplied
|
|
118
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate] parsed result object
|
|
119
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
120
|
+
#
|
|
121
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate]
|
|
122
|
+
#
|
|
123
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
124
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
125
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
126
|
+
def get_rolling_update(project, zone, rolling_update, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
127
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}', options)
|
|
128
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Representation
|
|
129
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate
|
|
130
|
+
command.params['project'] = project unless project.nil?
|
|
131
|
+
command.params['zone'] = zone unless zone.nil?
|
|
132
|
+
command.params['rollingUpdate'] = rolling_update unless rolling_update.nil?
|
|
133
|
+
command.query['fields'] = fields unless fields.nil?
|
|
134
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
135
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
136
|
+
execute_or_queue_command(command, &block)
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
# Inserts and starts a new update.
|
|
140
|
+
# @param [String] project
|
|
141
|
+
# The Google Developers Console project name.
|
|
142
|
+
# @param [String] zone
|
|
143
|
+
# The name of the zone in which the update's target resides.
|
|
144
|
+
# @param [Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate] rolling_update_object
|
|
145
|
+
# @param [String] fields
|
|
146
|
+
# Selector specifying which fields to include in a partial response.
|
|
147
|
+
# @param [String] quota_user
|
|
148
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
149
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
150
|
+
# Overrides userIp if both are provided.
|
|
151
|
+
# @param [String] user_ip
|
|
152
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
153
|
+
# enforce per-user limits.
|
|
154
|
+
# @param [Google::Apis::RequestOptions] options
|
|
155
|
+
# Request-specific options
|
|
156
|
+
#
|
|
157
|
+
# @yield [result, err] Result & error if block supplied
|
|
158
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::Operation] parsed result object
|
|
159
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
160
|
+
#
|
|
161
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::Operation]
|
|
162
|
+
#
|
|
163
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
164
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
165
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
166
|
+
def insert_rolling_update(project, zone, rolling_update_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
167
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/rollingUpdates', options)
|
|
168
|
+
command.request_representation = Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdate::Representation
|
|
169
|
+
command.request_object = rolling_update_object
|
|
170
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
171
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::Operation
|
|
172
|
+
command.params['project'] = project unless project.nil?
|
|
173
|
+
command.params['zone'] = zone unless zone.nil?
|
|
174
|
+
command.query['fields'] = fields unless fields.nil?
|
|
175
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
176
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
177
|
+
execute_or_queue_command(command, &block)
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
# Lists recent updates for a given managed instance group, in reverse
|
|
181
|
+
# chronological order and paginated format.
|
|
182
|
+
# @param [String] project
|
|
183
|
+
# The Google Developers Console project name.
|
|
184
|
+
# @param [String] zone
|
|
185
|
+
# The name of the zone in which the update's target resides.
|
|
186
|
+
# @param [String] filter
|
|
187
|
+
# Optional. Filter expression for filtering listed resources.
|
|
188
|
+
# @param [Fixnum] max_results
|
|
189
|
+
# Optional. Maximum count of results to be returned. Maximum value is 500 and
|
|
190
|
+
# default value is 500.
|
|
191
|
+
# @param [String] page_token
|
|
192
|
+
# Optional. Tag returned by a previous list request truncated by maxResults.
|
|
193
|
+
# Used to continue a previous list request.
|
|
194
|
+
# @param [String] fields
|
|
195
|
+
# Selector specifying which fields to include in a partial response.
|
|
196
|
+
# @param [String] quota_user
|
|
197
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
198
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
199
|
+
# Overrides userIp if both are provided.
|
|
200
|
+
# @param [String] user_ip
|
|
201
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
202
|
+
# enforce per-user limits.
|
|
203
|
+
# @param [Google::Apis::RequestOptions] options
|
|
204
|
+
# Request-specific options
|
|
205
|
+
#
|
|
206
|
+
# @yield [result, err] Result & error if block supplied
|
|
207
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdateList] parsed result object
|
|
208
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
209
|
+
#
|
|
210
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdateList]
|
|
211
|
+
#
|
|
212
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
213
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
214
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
215
|
+
def list_rolling_updates(project, zone, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
216
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/rollingUpdates', options)
|
|
217
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdateList::Representation
|
|
218
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::RollingUpdateList
|
|
219
|
+
command.params['project'] = project unless project.nil?
|
|
220
|
+
command.params['zone'] = zone unless zone.nil?
|
|
221
|
+
command.query['filter'] = filter unless filter.nil?
|
|
222
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
223
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
224
|
+
command.query['fields'] = fields unless fields.nil?
|
|
225
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
226
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
227
|
+
execute_or_queue_command(command, &block)
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
# Lists the current status for each instance within a given update.
|
|
231
|
+
# @param [String] project
|
|
232
|
+
# The Google Developers Console project name.
|
|
233
|
+
# @param [String] zone
|
|
234
|
+
# The name of the zone in which the update's target resides.
|
|
235
|
+
# @param [String] rolling_update
|
|
236
|
+
# The name of the update.
|
|
237
|
+
# @param [String] filter
|
|
238
|
+
# Optional. Filter expression for filtering listed resources.
|
|
239
|
+
# @param [Fixnum] max_results
|
|
240
|
+
# Optional. Maximum count of results to be returned. Maximum value is 500 and
|
|
241
|
+
# default value is 500.
|
|
242
|
+
# @param [String] page_token
|
|
243
|
+
# Optional. Tag returned by a previous list request truncated by maxResults.
|
|
244
|
+
# Used to continue a previous list request.
|
|
245
|
+
# @param [String] fields
|
|
246
|
+
# Selector specifying which fields to include in a partial response.
|
|
247
|
+
# @param [String] quota_user
|
|
248
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
249
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
250
|
+
# Overrides userIp if both are provided.
|
|
251
|
+
# @param [String] user_ip
|
|
252
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
253
|
+
# enforce per-user limits.
|
|
254
|
+
# @param [Google::Apis::RequestOptions] options
|
|
255
|
+
# Request-specific options
|
|
256
|
+
#
|
|
257
|
+
# @yield [result, err] Result & error if block supplied
|
|
258
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdateList] parsed result object
|
|
259
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
260
|
+
#
|
|
261
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdateList]
|
|
262
|
+
#
|
|
263
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
264
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
265
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
266
|
+
def list_instance_updates(project, zone, rolling_update, filter: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
267
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/instanceUpdates', options)
|
|
268
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdateList::Representation
|
|
269
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::InstanceUpdateList
|
|
270
|
+
command.params['project'] = project unless project.nil?
|
|
271
|
+
command.params['zone'] = zone unless zone.nil?
|
|
272
|
+
command.params['rollingUpdate'] = rolling_update unless rolling_update.nil?
|
|
273
|
+
command.query['filter'] = filter unless filter.nil?
|
|
274
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
275
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
276
|
+
command.query['fields'] = fields unless fields.nil?
|
|
277
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
278
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
279
|
+
execute_or_queue_command(command, &block)
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
# Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK. Has no effect
|
|
283
|
+
# if invoked when the state of the update is PAUSED.
|
|
284
|
+
# @param [String] project
|
|
285
|
+
# The Google Developers Console project name.
|
|
286
|
+
# @param [String] zone
|
|
287
|
+
# The name of the zone in which the update's target resides.
|
|
288
|
+
# @param [String] rolling_update
|
|
289
|
+
# The name of the update.
|
|
290
|
+
# @param [String] fields
|
|
291
|
+
# Selector specifying which fields to include in a partial response.
|
|
292
|
+
# @param [String] quota_user
|
|
293
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
294
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
295
|
+
# Overrides userIp if both are provided.
|
|
296
|
+
# @param [String] user_ip
|
|
297
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
298
|
+
# enforce per-user limits.
|
|
299
|
+
# @param [Google::Apis::RequestOptions] options
|
|
300
|
+
# Request-specific options
|
|
301
|
+
#
|
|
302
|
+
# @yield [result, err] Result & error if block supplied
|
|
303
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::Operation] parsed result object
|
|
304
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
305
|
+
#
|
|
306
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::Operation]
|
|
307
|
+
#
|
|
308
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
309
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
310
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
311
|
+
def pause_rolling_update(project, zone, rolling_update, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
312
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/pause', options)
|
|
313
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
314
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::Operation
|
|
315
|
+
command.params['project'] = project unless project.nil?
|
|
316
|
+
command.params['zone'] = zone unless zone.nil?
|
|
317
|
+
command.params['rollingUpdate'] = rolling_update unless rolling_update.nil?
|
|
318
|
+
command.query['fields'] = fields unless fields.nil?
|
|
319
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
320
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
321
|
+
execute_or_queue_command(command, &block)
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
# Continues an update in PAUSED state. Has no effect if invoked when the state
|
|
325
|
+
# of the update is ROLLED_OUT.
|
|
326
|
+
# @param [String] project
|
|
327
|
+
# The Google Developers Console project name.
|
|
328
|
+
# @param [String] zone
|
|
329
|
+
# The name of the zone in which the update's target resides.
|
|
330
|
+
# @param [String] rolling_update
|
|
331
|
+
# The name of the update.
|
|
332
|
+
# @param [String] fields
|
|
333
|
+
# Selector specifying which fields to include in a partial response.
|
|
334
|
+
# @param [String] quota_user
|
|
335
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
336
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
337
|
+
# Overrides userIp if both are provided.
|
|
338
|
+
# @param [String] user_ip
|
|
339
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
340
|
+
# enforce per-user limits.
|
|
341
|
+
# @param [Google::Apis::RequestOptions] options
|
|
342
|
+
# Request-specific options
|
|
343
|
+
#
|
|
344
|
+
# @yield [result, err] Result & error if block supplied
|
|
345
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::Operation] parsed result object
|
|
346
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
347
|
+
#
|
|
348
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::Operation]
|
|
349
|
+
#
|
|
350
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
351
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
352
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
353
|
+
def resume_rolling_update(project, zone, rolling_update, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
354
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/resume', options)
|
|
355
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
356
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::Operation
|
|
357
|
+
command.params['project'] = project unless project.nil?
|
|
358
|
+
command.params['zone'] = zone unless zone.nil?
|
|
359
|
+
command.params['rollingUpdate'] = rolling_update unless rolling_update.nil?
|
|
360
|
+
command.query['fields'] = fields unless fields.nil?
|
|
361
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
362
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
363
|
+
execute_or_queue_command(command, &block)
|
|
364
|
+
end
|
|
365
|
+
|
|
366
|
+
# Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect
|
|
367
|
+
# if invoked when the state of the update is ROLLED_BACK.
|
|
368
|
+
# @param [String] project
|
|
369
|
+
# The Google Developers Console project name.
|
|
370
|
+
# @param [String] zone
|
|
371
|
+
# The name of the zone in which the update's target resides.
|
|
372
|
+
# @param [String] rolling_update
|
|
373
|
+
# The name of the update.
|
|
374
|
+
# @param [String] fields
|
|
375
|
+
# Selector specifying which fields to include in a partial response.
|
|
376
|
+
# @param [String] quota_user
|
|
377
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
378
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
379
|
+
# Overrides userIp if both are provided.
|
|
380
|
+
# @param [String] user_ip
|
|
381
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
382
|
+
# enforce per-user limits.
|
|
383
|
+
# @param [Google::Apis::RequestOptions] options
|
|
384
|
+
# Request-specific options
|
|
385
|
+
#
|
|
386
|
+
# @yield [result, err] Result & error if block supplied
|
|
387
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::Operation] parsed result object
|
|
388
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
389
|
+
#
|
|
390
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::Operation]
|
|
391
|
+
#
|
|
392
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
393
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
394
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
395
|
+
def rollback_rolling_update(project, zone, rolling_update, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
396
|
+
command = make_simple_command(:post, '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/rollback', options)
|
|
397
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
398
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::Operation
|
|
399
|
+
command.params['project'] = project unless project.nil?
|
|
400
|
+
command.params['zone'] = zone unless zone.nil?
|
|
401
|
+
command.params['rollingUpdate'] = rolling_update unless rolling_update.nil?
|
|
402
|
+
command.query['fields'] = fields unless fields.nil?
|
|
403
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
404
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
405
|
+
execute_or_queue_command(command, &block)
|
|
406
|
+
end
|
|
407
|
+
|
|
408
|
+
# Retrieves the specified zone-specific operation resource.
|
|
409
|
+
# @param [String] project
|
|
410
|
+
# Name of the project scoping this request.
|
|
411
|
+
# @param [String] zone
|
|
412
|
+
# Name of the zone scoping this request.
|
|
413
|
+
# @param [String] operation
|
|
414
|
+
# Name of the operation resource to return.
|
|
415
|
+
# @param [String] fields
|
|
416
|
+
# Selector specifying which fields to include in a partial response.
|
|
417
|
+
# @param [String] quota_user
|
|
418
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
419
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
420
|
+
# Overrides userIp if both are provided.
|
|
421
|
+
# @param [String] user_ip
|
|
422
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
423
|
+
# enforce per-user limits.
|
|
424
|
+
# @param [Google::Apis::RequestOptions] options
|
|
425
|
+
# Request-specific options
|
|
426
|
+
#
|
|
427
|
+
# @yield [result, err] Result & error if block supplied
|
|
428
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::Operation] parsed result object
|
|
429
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
430
|
+
#
|
|
431
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::Operation]
|
|
432
|
+
#
|
|
433
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
434
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
435
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
436
|
+
def get_zone_operation(project, zone, operation, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
437
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/operations/{operation}', options)
|
|
438
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::Operation::Representation
|
|
439
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::Operation
|
|
440
|
+
command.params['project'] = project unless project.nil?
|
|
441
|
+
command.params['zone'] = zone unless zone.nil?
|
|
442
|
+
command.params['operation'] = operation unless operation.nil?
|
|
443
|
+
command.query['fields'] = fields unless fields.nil?
|
|
444
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
445
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
446
|
+
execute_or_queue_command(command, &block)
|
|
447
|
+
end
|
|
448
|
+
|
|
449
|
+
# Retrieves the list of Operation resources contained within the specified zone.
|
|
450
|
+
# @param [String] project
|
|
451
|
+
# Name of the project scoping this request.
|
|
452
|
+
# @param [String] zone
|
|
453
|
+
# Name of the zone scoping this request.
|
|
454
|
+
# @param [String] filter
|
|
455
|
+
# Optional. Filter expression for filtering listed resources.
|
|
456
|
+
# @param [Fixnum] max_results
|
|
457
|
+
# Optional. Maximum count of results to be returned. Maximum value is 500 and
|
|
458
|
+
# default value is 500.
|
|
459
|
+
# @param [String] page_token
|
|
460
|
+
# Optional. Tag returned by a previous list request truncated by maxResults.
|
|
461
|
+
# Used to continue a previous list request.
|
|
462
|
+
# @param [String] fields
|
|
463
|
+
# Selector specifying which fields to include in a partial response.
|
|
464
|
+
# @param [String] quota_user
|
|
465
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
466
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
467
|
+
# Overrides userIp if both are provided.
|
|
468
|
+
# @param [String] user_ip
|
|
469
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
470
|
+
# enforce per-user limits.
|
|
471
|
+
# @param [Google::Apis::RequestOptions] options
|
|
472
|
+
# Request-specific options
|
|
473
|
+
#
|
|
474
|
+
# @yield [result, err] Result & error if block supplied
|
|
475
|
+
# @yieldparam result [Google::Apis::ReplicapoolupdaterV1beta1::OperationList] parsed result object
|
|
476
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
477
|
+
#
|
|
478
|
+
# @return [Google::Apis::ReplicapoolupdaterV1beta1::OperationList]
|
|
479
|
+
#
|
|
480
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
481
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
482
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
483
|
+
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)
|
|
484
|
+
command = make_simple_command(:get, '{project}/zones/{zone}/operations', options)
|
|
485
|
+
command.response_representation = Google::Apis::ReplicapoolupdaterV1beta1::OperationList::Representation
|
|
486
|
+
command.response_class = Google::Apis::ReplicapoolupdaterV1beta1::OperationList
|
|
487
|
+
command.params['project'] = project unless project.nil?
|
|
488
|
+
command.params['zone'] = zone unless zone.nil?
|
|
489
|
+
command.query['filter'] = filter unless filter.nil?
|
|
490
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
491
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
492
|
+
command.query['fields'] = fields unless fields.nil?
|
|
493
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
494
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
495
|
+
execute_or_queue_command(command, &block)
|
|
496
|
+
end
|
|
497
|
+
|
|
498
|
+
protected
|
|
499
|
+
|
|
500
|
+
def apply_command_defaults(command)
|
|
501
|
+
command.query['key'] = key unless key.nil?
|
|
502
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
503
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
504
|
+
end
|
|
505
|
+
end
|
|
506
|
+
end
|
|
507
|
+
end
|
|
508
|
+
end
|