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,231 @@
|
|
|
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 GamesManagementV1management
|
|
24
|
+
|
|
25
|
+
class AchievementResetAllResponse
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
class AchievementResetMultipleForAllRequest
|
|
30
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
class AchievementResetResponse
|
|
34
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class EventsResetMultipleForAllRequest
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
class GamesPlayedResource
|
|
42
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
class GamesPlayerExperienceInfoResource
|
|
46
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class GamesPlayerLevelResource
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
class HiddenPlayer
|
|
54
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
class HiddenPlayerList
|
|
58
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class Player
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
class Name
|
|
65
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
class PlayerScoreResetAllResponse
|
|
70
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class PlayerScoreResetResponse
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
class QuestsResetMultipleForAllRequest
|
|
78
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
class ScoresResetMultipleForAllRequest
|
|
82
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class AchievementResetAllResponse
|
|
86
|
+
# @private
|
|
87
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
88
|
+
property :kind, as: 'kind'
|
|
89
|
+
collection :results, as: 'results', class: Google::Apis::GamesManagementV1management::AchievementResetResponse, decorator: Google::Apis::GamesManagementV1management::AchievementResetResponse::Representation
|
|
90
|
+
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
class AchievementResetMultipleForAllRequest
|
|
95
|
+
# @private
|
|
96
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
97
|
+
collection :achievement_ids, as: 'achievement_ids'
|
|
98
|
+
property :kind, as: 'kind'
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
class AchievementResetResponse
|
|
103
|
+
# @private
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
105
|
+
property :current_state, as: 'currentState'
|
|
106
|
+
property :definition_id, as: 'definitionId'
|
|
107
|
+
property :kind, as: 'kind'
|
|
108
|
+
property :update_occurred, as: 'updateOccurred'
|
|
109
|
+
end
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
class EventsResetMultipleForAllRequest
|
|
113
|
+
# @private
|
|
114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
115
|
+
collection :event_ids, as: 'event_ids'
|
|
116
|
+
property :kind, as: 'kind'
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
class GamesPlayedResource
|
|
121
|
+
# @private
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
123
|
+
property :auto_matched, as: 'autoMatched'
|
|
124
|
+
property :time_millis, as: 'timeMillis'
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
class GamesPlayerExperienceInfoResource
|
|
129
|
+
# @private
|
|
130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
131
|
+
property :current_experience_points, as: 'currentExperiencePoints'
|
|
132
|
+
property :current_level, as: 'currentLevel', class: Google::Apis::GamesManagementV1management::GamesPlayerLevelResource, decorator: Google::Apis::GamesManagementV1management::GamesPlayerLevelResource::Representation
|
|
133
|
+
|
|
134
|
+
property :last_level_up_timestamp_millis, as: 'lastLevelUpTimestampMillis'
|
|
135
|
+
property :next_level, as: 'nextLevel', class: Google::Apis::GamesManagementV1management::GamesPlayerLevelResource, decorator: Google::Apis::GamesManagementV1management::GamesPlayerLevelResource::Representation
|
|
136
|
+
|
|
137
|
+
end
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
class GamesPlayerLevelResource
|
|
141
|
+
# @private
|
|
142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
143
|
+
property :level, as: 'level'
|
|
144
|
+
property :max_experience_points, as: 'maxExperiencePoints'
|
|
145
|
+
property :min_experience_points, as: 'minExperiencePoints'
|
|
146
|
+
end
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
class HiddenPlayer
|
|
150
|
+
# @private
|
|
151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
152
|
+
property :hidden_time_millis, as: 'hiddenTimeMillis'
|
|
153
|
+
property :kind, as: 'kind'
|
|
154
|
+
property :player, as: 'player', class: Google::Apis::GamesManagementV1management::Player, decorator: Google::Apis::GamesManagementV1management::Player::Representation
|
|
155
|
+
|
|
156
|
+
end
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
class HiddenPlayerList
|
|
160
|
+
# @private
|
|
161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
162
|
+
collection :items, as: 'items', class: Google::Apis::GamesManagementV1management::HiddenPlayer, decorator: Google::Apis::GamesManagementV1management::HiddenPlayer::Representation
|
|
163
|
+
|
|
164
|
+
property :kind, as: 'kind'
|
|
165
|
+
property :next_page_token, as: 'nextPageToken'
|
|
166
|
+
end
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class Player
|
|
170
|
+
# @private
|
|
171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
172
|
+
property :avatar_image_url, as: 'avatarImageUrl'
|
|
173
|
+
property :banner_url_landscape, as: 'bannerUrlLandscape'
|
|
174
|
+
property :banner_url_portrait, as: 'bannerUrlPortrait'
|
|
175
|
+
property :display_name, as: 'displayName'
|
|
176
|
+
property :experience_info, as: 'experienceInfo', class: Google::Apis::GamesManagementV1management::GamesPlayerExperienceInfoResource, decorator: Google::Apis::GamesManagementV1management::GamesPlayerExperienceInfoResource::Representation
|
|
177
|
+
|
|
178
|
+
property :kind, as: 'kind'
|
|
179
|
+
property :last_played_with, as: 'lastPlayedWith', class: Google::Apis::GamesManagementV1management::GamesPlayedResource, decorator: Google::Apis::GamesManagementV1management::GamesPlayedResource::Representation
|
|
180
|
+
|
|
181
|
+
property :name, as: 'name', class: Google::Apis::GamesManagementV1management::Player::Name, decorator: Google::Apis::GamesManagementV1management::Player::Name::Representation
|
|
182
|
+
|
|
183
|
+
property :player_id, as: 'playerId'
|
|
184
|
+
property :title, as: 'title'
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class Name
|
|
188
|
+
# @private
|
|
189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
190
|
+
property :family_name, as: 'familyName'
|
|
191
|
+
property :given_name, as: 'givenName'
|
|
192
|
+
end
|
|
193
|
+
end
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
class PlayerScoreResetAllResponse
|
|
197
|
+
# @private
|
|
198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
199
|
+
property :kind, as: 'kind'
|
|
200
|
+
collection :results, as: 'results', class: Google::Apis::GamesManagementV1management::PlayerScoreResetResponse, decorator: Google::Apis::GamesManagementV1management::PlayerScoreResetResponse::Representation
|
|
201
|
+
|
|
202
|
+
end
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class PlayerScoreResetResponse
|
|
206
|
+
# @private
|
|
207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
208
|
+
property :definition_id, as: 'definitionId'
|
|
209
|
+
property :kind, as: 'kind'
|
|
210
|
+
collection :reset_score_time_spans, as: 'resetScoreTimeSpans'
|
|
211
|
+
end
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
class QuestsResetMultipleForAllRequest
|
|
215
|
+
# @private
|
|
216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
217
|
+
property :kind, as: 'kind'
|
|
218
|
+
collection :quest_ids, as: 'quest_ids'
|
|
219
|
+
end
|
|
220
|
+
end
|
|
221
|
+
|
|
222
|
+
class ScoresResetMultipleForAllRequest
|
|
223
|
+
# @private
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
225
|
+
property :kind, as: 'kind'
|
|
226
|
+
collection :leaderboard_ids, as: 'leaderboard_ids'
|
|
227
|
+
end
|
|
228
|
+
end
|
|
229
|
+
end
|
|
230
|
+
end
|
|
231
|
+
end
|
|
@@ -0,0 +1,994 @@
|
|
|
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 GamesManagementV1management
|
|
23
|
+
# Google Play Game Services Management API
|
|
24
|
+
#
|
|
25
|
+
# The Management API for Google Play Game Services.
|
|
26
|
+
#
|
|
27
|
+
# @example
|
|
28
|
+
# require 'google/apis/games_management_v1management'
|
|
29
|
+
#
|
|
30
|
+
# GamesManagement = Google::Apis::GamesManagementV1management # Alias the module
|
|
31
|
+
# service = GamesManagement::GamesManagementService.new
|
|
32
|
+
#
|
|
33
|
+
# @see https://developers.google.com/games/services
|
|
34
|
+
class GamesManagementService < Google::Apis::Core::BaseService
|
|
35
|
+
# @return [String]
|
|
36
|
+
# API key. Your API key identifies your project and provides you with API access,
|
|
37
|
+
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
|
38
|
+
attr_accessor :key
|
|
39
|
+
|
|
40
|
+
# @return [String]
|
|
41
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
42
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
43
|
+
# Overrides userIp if both are provided.
|
|
44
|
+
attr_accessor :quota_user
|
|
45
|
+
|
|
46
|
+
# @return [String]
|
|
47
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
48
|
+
# enforce per-user limits.
|
|
49
|
+
attr_accessor :user_ip
|
|
50
|
+
|
|
51
|
+
def initialize
|
|
52
|
+
super('https://www.googleapis.com/', 'games/v1management/')
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# Resets the achievement with the given ID for the currently authenticated
|
|
56
|
+
# player. This method is only accessible to whitelisted tester accounts for your
|
|
57
|
+
# application.
|
|
58
|
+
# @param [String] achievement_id
|
|
59
|
+
# The ID of the achievement used by this method.
|
|
60
|
+
# @param [String] fields
|
|
61
|
+
# Selector specifying which fields to include in a partial response.
|
|
62
|
+
# @param [String] quota_user
|
|
63
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
64
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
65
|
+
# Overrides userIp if both are provided.
|
|
66
|
+
# @param [String] user_ip
|
|
67
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
68
|
+
# enforce per-user limits.
|
|
69
|
+
# @param [Google::Apis::RequestOptions] options
|
|
70
|
+
# Request-specific options
|
|
71
|
+
#
|
|
72
|
+
# @yield [result, err] Result & error if block supplied
|
|
73
|
+
# @yieldparam result [Google::Apis::GamesManagementV1management::AchievementResetResponse] parsed result object
|
|
74
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
75
|
+
#
|
|
76
|
+
# @return [Google::Apis::GamesManagementV1management::AchievementResetResponse]
|
|
77
|
+
#
|
|
78
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
79
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
80
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
81
|
+
def reset_achievement(achievement_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
82
|
+
command = make_simple_command(:post, 'achievements/{achievementId}/reset', options)
|
|
83
|
+
command.response_representation = Google::Apis::GamesManagementV1management::AchievementResetResponse::Representation
|
|
84
|
+
command.response_class = Google::Apis::GamesManagementV1management::AchievementResetResponse
|
|
85
|
+
command.params['achievementId'] = achievement_id unless achievement_id.nil?
|
|
86
|
+
command.query['fields'] = fields unless fields.nil?
|
|
87
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
88
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
89
|
+
execute_or_queue_command(command, &block)
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
# Resets all achievements for the currently authenticated player for your
|
|
93
|
+
# application. This method is only accessible to whitelisted tester accounts for
|
|
94
|
+
# your application.
|
|
95
|
+
# @param [String] fields
|
|
96
|
+
# Selector specifying which fields to include in a partial response.
|
|
97
|
+
# @param [String] quota_user
|
|
98
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
99
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
100
|
+
# Overrides userIp if both are provided.
|
|
101
|
+
# @param [String] user_ip
|
|
102
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
103
|
+
# enforce per-user limits.
|
|
104
|
+
# @param [Google::Apis::RequestOptions] options
|
|
105
|
+
# Request-specific options
|
|
106
|
+
#
|
|
107
|
+
# @yield [result, err] Result & error if block supplied
|
|
108
|
+
# @yieldparam result [Google::Apis::GamesManagementV1management::AchievementResetAllResponse] parsed result object
|
|
109
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
110
|
+
#
|
|
111
|
+
# @return [Google::Apis::GamesManagementV1management::AchievementResetAllResponse]
|
|
112
|
+
#
|
|
113
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
114
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
115
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
116
|
+
def reset_achievement_all(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
117
|
+
command = make_simple_command(:post, 'achievements/reset', options)
|
|
118
|
+
command.response_representation = Google::Apis::GamesManagementV1management::AchievementResetAllResponse::Representation
|
|
119
|
+
command.response_class = Google::Apis::GamesManagementV1management::AchievementResetAllResponse
|
|
120
|
+
command.query['fields'] = fields unless fields.nil?
|
|
121
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
122
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
123
|
+
execute_or_queue_command(command, &block)
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
# Resets all draft achievements for all players. This method is only available
|
|
127
|
+
# to user accounts for your developer console.
|
|
128
|
+
# @param [String] fields
|
|
129
|
+
# Selector specifying which fields to include in a partial response.
|
|
130
|
+
# @param [String] quota_user
|
|
131
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
132
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
133
|
+
# Overrides userIp if both are provided.
|
|
134
|
+
# @param [String] user_ip
|
|
135
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
136
|
+
# enforce per-user limits.
|
|
137
|
+
# @param [Google::Apis::RequestOptions] options
|
|
138
|
+
# Request-specific options
|
|
139
|
+
#
|
|
140
|
+
# @yield [result, err] Result & error if block supplied
|
|
141
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
142
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
143
|
+
#
|
|
144
|
+
# @return [void]
|
|
145
|
+
#
|
|
146
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
147
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
148
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
149
|
+
def reset_achievement_all_for_all_players(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
150
|
+
command = make_simple_command(:post, 'achievements/resetAllForAllPlayers', options)
|
|
151
|
+
command.query['fields'] = fields unless fields.nil?
|
|
152
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
153
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
154
|
+
execute_or_queue_command(command, &block)
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
# Resets the achievement with the given ID for all players. This method is only
|
|
158
|
+
# available to user accounts for your developer console. Only draft achievements
|
|
159
|
+
# can be reset.
|
|
160
|
+
# @param [String] achievement_id
|
|
161
|
+
# The ID of the achievement used by this method.
|
|
162
|
+
# @param [String] fields
|
|
163
|
+
# Selector specifying which fields to include in a partial response.
|
|
164
|
+
# @param [String] quota_user
|
|
165
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
166
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
167
|
+
# Overrides userIp if both are provided.
|
|
168
|
+
# @param [String] user_ip
|
|
169
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
170
|
+
# enforce per-user limits.
|
|
171
|
+
# @param [Google::Apis::RequestOptions] options
|
|
172
|
+
# Request-specific options
|
|
173
|
+
#
|
|
174
|
+
# @yield [result, err] Result & error if block supplied
|
|
175
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
176
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
177
|
+
#
|
|
178
|
+
# @return [void]
|
|
179
|
+
#
|
|
180
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
181
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
182
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
183
|
+
def reset_achievement_for_all_players(achievement_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
184
|
+
command = make_simple_command(:post, 'achievements/{achievementId}/resetForAllPlayers', options)
|
|
185
|
+
command.params['achievementId'] = achievement_id unless achievement_id.nil?
|
|
186
|
+
command.query['fields'] = fields unless fields.nil?
|
|
187
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
188
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
189
|
+
execute_or_queue_command(command, &block)
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
# Resets achievements with the given IDs for all players. This method is only
|
|
193
|
+
# available to user accounts for your developer console. Only draft achievements
|
|
194
|
+
# may be reset.
|
|
195
|
+
# @param [Google::Apis::GamesManagementV1management::AchievementResetMultipleForAllRequest] achievement_reset_multiple_for_all_request_object
|
|
196
|
+
# @param [String] fields
|
|
197
|
+
# Selector specifying which fields to include in a partial response.
|
|
198
|
+
# @param [String] quota_user
|
|
199
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
200
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
201
|
+
# Overrides userIp if both are provided.
|
|
202
|
+
# @param [String] user_ip
|
|
203
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
204
|
+
# enforce per-user limits.
|
|
205
|
+
# @param [Google::Apis::RequestOptions] options
|
|
206
|
+
# Request-specific options
|
|
207
|
+
#
|
|
208
|
+
# @yield [result, err] Result & error if block supplied
|
|
209
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
210
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
211
|
+
#
|
|
212
|
+
# @return [void]
|
|
213
|
+
#
|
|
214
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
215
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
216
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
217
|
+
def reset_achievement_multiple_for_all_players(achievement_reset_multiple_for_all_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
218
|
+
command = make_simple_command(:post, 'achievements/resetMultipleForAllPlayers', options)
|
|
219
|
+
command.request_representation = Google::Apis::GamesManagementV1management::AchievementResetMultipleForAllRequest::Representation
|
|
220
|
+
command.request_object = achievement_reset_multiple_for_all_request_object
|
|
221
|
+
command.query['fields'] = fields unless fields.nil?
|
|
222
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
223
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
224
|
+
execute_or_queue_command(command, &block)
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
# Get the list of players hidden from the given application. This method is only
|
|
228
|
+
# available to user accounts for your developer console.
|
|
229
|
+
# @param [String] application_id
|
|
230
|
+
# The application ID from the Google Play developer console.
|
|
231
|
+
# @param [Fixnum] max_results
|
|
232
|
+
# The maximum number of player resources to return in the response, used for
|
|
233
|
+
# paging. For any response, the actual number of player resources returned may
|
|
234
|
+
# be less than the specified maxResults.
|
|
235
|
+
# @param [String] page_token
|
|
236
|
+
# The token returned by the previous request.
|
|
237
|
+
# @param [String] fields
|
|
238
|
+
# Selector specifying which fields to include in a partial response.
|
|
239
|
+
# @param [String] quota_user
|
|
240
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
241
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
242
|
+
# Overrides userIp if both are provided.
|
|
243
|
+
# @param [String] user_ip
|
|
244
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
245
|
+
# enforce per-user limits.
|
|
246
|
+
# @param [Google::Apis::RequestOptions] options
|
|
247
|
+
# Request-specific options
|
|
248
|
+
#
|
|
249
|
+
# @yield [result, err] Result & error if block supplied
|
|
250
|
+
# @yieldparam result [Google::Apis::GamesManagementV1management::HiddenPlayerList] parsed result object
|
|
251
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
252
|
+
#
|
|
253
|
+
# @return [Google::Apis::GamesManagementV1management::HiddenPlayerList]
|
|
254
|
+
#
|
|
255
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
256
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
257
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
258
|
+
def list_application_hidden(application_id, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
259
|
+
command = make_simple_command(:get, 'applications/{applicationId}/players/hidden', options)
|
|
260
|
+
command.response_representation = Google::Apis::GamesManagementV1management::HiddenPlayerList::Representation
|
|
261
|
+
command.response_class = Google::Apis::GamesManagementV1management::HiddenPlayerList
|
|
262
|
+
command.params['applicationId'] = application_id unless application_id.nil?
|
|
263
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
264
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
265
|
+
command.query['fields'] = fields unless fields.nil?
|
|
266
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
267
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
268
|
+
execute_or_queue_command(command, &block)
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
# Resets all player progress on the event with the given ID for the currently
|
|
272
|
+
# authenticated player. This method is only accessible to whitelisted tester
|
|
273
|
+
# accounts for your application. All quests for this player that use the event
|
|
274
|
+
# will also be reset.
|
|
275
|
+
# @param [String] event_id
|
|
276
|
+
# The ID of the event.
|
|
277
|
+
# @param [String] fields
|
|
278
|
+
# Selector specifying which fields to include in a partial response.
|
|
279
|
+
# @param [String] quota_user
|
|
280
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
281
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
282
|
+
# Overrides userIp if both are provided.
|
|
283
|
+
# @param [String] user_ip
|
|
284
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
285
|
+
# enforce per-user limits.
|
|
286
|
+
# @param [Google::Apis::RequestOptions] options
|
|
287
|
+
# Request-specific options
|
|
288
|
+
#
|
|
289
|
+
# @yield [result, err] Result & error if block supplied
|
|
290
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
291
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
292
|
+
#
|
|
293
|
+
# @return [void]
|
|
294
|
+
#
|
|
295
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
296
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
297
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
298
|
+
def reset_event(event_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
299
|
+
command = make_simple_command(:post, 'events/{eventId}/reset', options)
|
|
300
|
+
command.params['eventId'] = event_id unless event_id.nil?
|
|
301
|
+
command.query['fields'] = fields unless fields.nil?
|
|
302
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
303
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
304
|
+
execute_or_queue_command(command, &block)
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
# Resets all player progress on all events for the currently authenticated
|
|
308
|
+
# player. This method is only accessible to whitelisted tester accounts for your
|
|
309
|
+
# application. All quests for this player will also be reset.
|
|
310
|
+
# @param [String] fields
|
|
311
|
+
# Selector specifying which fields to include in a partial response.
|
|
312
|
+
# @param [String] quota_user
|
|
313
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
314
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
315
|
+
# Overrides userIp if both are provided.
|
|
316
|
+
# @param [String] user_ip
|
|
317
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
318
|
+
# enforce per-user limits.
|
|
319
|
+
# @param [Google::Apis::RequestOptions] options
|
|
320
|
+
# Request-specific options
|
|
321
|
+
#
|
|
322
|
+
# @yield [result, err] Result & error if block supplied
|
|
323
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
324
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
325
|
+
#
|
|
326
|
+
# @return [void]
|
|
327
|
+
#
|
|
328
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
329
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
330
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
331
|
+
def reset_event_all(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
332
|
+
command = make_simple_command(:post, 'events/reset', options)
|
|
333
|
+
command.query['fields'] = fields unless fields.nil?
|
|
334
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
335
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
336
|
+
execute_or_queue_command(command, &block)
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# Resets all draft events for all players. This method is only available to user
|
|
340
|
+
# accounts for your developer console. All quests that use any of these events
|
|
341
|
+
# will also be reset.
|
|
342
|
+
# @param [String] fields
|
|
343
|
+
# Selector specifying which fields to include in a partial response.
|
|
344
|
+
# @param [String] quota_user
|
|
345
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
346
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
347
|
+
# Overrides userIp if both are provided.
|
|
348
|
+
# @param [String] user_ip
|
|
349
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
350
|
+
# enforce per-user limits.
|
|
351
|
+
# @param [Google::Apis::RequestOptions] options
|
|
352
|
+
# Request-specific options
|
|
353
|
+
#
|
|
354
|
+
# @yield [result, err] Result & error if block supplied
|
|
355
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
356
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
357
|
+
#
|
|
358
|
+
# @return [void]
|
|
359
|
+
#
|
|
360
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
361
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
362
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
363
|
+
def reset_event_all_for_all_players(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
364
|
+
command = make_simple_command(:post, 'events/resetAllForAllPlayers', options)
|
|
365
|
+
command.query['fields'] = fields unless fields.nil?
|
|
366
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
367
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
368
|
+
execute_or_queue_command(command, &block)
|
|
369
|
+
end
|
|
370
|
+
|
|
371
|
+
# Resets the event with the given ID for all players. This method is only
|
|
372
|
+
# available to user accounts for your developer console. Only draft events can
|
|
373
|
+
# be reset. All quests that use the event will also be reset.
|
|
374
|
+
# @param [String] event_id
|
|
375
|
+
# The ID of the event.
|
|
376
|
+
# @param [String] fields
|
|
377
|
+
# Selector specifying which fields to include in a partial response.
|
|
378
|
+
# @param [String] quota_user
|
|
379
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
380
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
381
|
+
# Overrides userIp if both are provided.
|
|
382
|
+
# @param [String] user_ip
|
|
383
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
384
|
+
# enforce per-user limits.
|
|
385
|
+
# @param [Google::Apis::RequestOptions] options
|
|
386
|
+
# Request-specific options
|
|
387
|
+
#
|
|
388
|
+
# @yield [result, err] Result & error if block supplied
|
|
389
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
390
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
391
|
+
#
|
|
392
|
+
# @return [void]
|
|
393
|
+
#
|
|
394
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
395
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
396
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
397
|
+
def reset_event_for_all_players(event_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
398
|
+
command = make_simple_command(:post, 'events/{eventId}/resetForAllPlayers', options)
|
|
399
|
+
command.params['eventId'] = event_id unless event_id.nil?
|
|
400
|
+
command.query['fields'] = fields unless fields.nil?
|
|
401
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
402
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
403
|
+
execute_or_queue_command(command, &block)
|
|
404
|
+
end
|
|
405
|
+
|
|
406
|
+
# Resets events with the given IDs for all players. This method is only
|
|
407
|
+
# available to user accounts for your developer console. Only draft events may
|
|
408
|
+
# be reset. All quests that use any of the events will also be reset.
|
|
409
|
+
# @param [Google::Apis::GamesManagementV1management::EventsResetMultipleForAllRequest] events_reset_multiple_for_all_request_object
|
|
410
|
+
# @param [String] fields
|
|
411
|
+
# Selector specifying which fields to include in a partial response.
|
|
412
|
+
# @param [String] quota_user
|
|
413
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
414
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
415
|
+
# Overrides userIp if both are provided.
|
|
416
|
+
# @param [String] user_ip
|
|
417
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
418
|
+
# enforce per-user limits.
|
|
419
|
+
# @param [Google::Apis::RequestOptions] options
|
|
420
|
+
# Request-specific options
|
|
421
|
+
#
|
|
422
|
+
# @yield [result, err] Result & error if block supplied
|
|
423
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
424
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
425
|
+
#
|
|
426
|
+
# @return [void]
|
|
427
|
+
#
|
|
428
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
429
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
430
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
431
|
+
def reset_event_multiple_for_all_players(events_reset_multiple_for_all_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
432
|
+
command = make_simple_command(:post, 'events/resetMultipleForAllPlayers', options)
|
|
433
|
+
command.request_representation = Google::Apis::GamesManagementV1management::EventsResetMultipleForAllRequest::Representation
|
|
434
|
+
command.request_object = events_reset_multiple_for_all_request_object
|
|
435
|
+
command.query['fields'] = fields unless fields.nil?
|
|
436
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
437
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
438
|
+
execute_or_queue_command(command, &block)
|
|
439
|
+
end
|
|
440
|
+
|
|
441
|
+
# Hide the given player's leaderboard scores from the given application. This
|
|
442
|
+
# method is only available to user accounts for your developer console.
|
|
443
|
+
# @param [String] application_id
|
|
444
|
+
# The application ID from the Google Play developer console.
|
|
445
|
+
# @param [String] player_id
|
|
446
|
+
# A player ID. A value of me may be used in place of the authenticated player's
|
|
447
|
+
# ID.
|
|
448
|
+
# @param [String] fields
|
|
449
|
+
# Selector specifying which fields to include in a partial response.
|
|
450
|
+
# @param [String] quota_user
|
|
451
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
452
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
453
|
+
# Overrides userIp if both are provided.
|
|
454
|
+
# @param [String] user_ip
|
|
455
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
456
|
+
# enforce per-user limits.
|
|
457
|
+
# @param [Google::Apis::RequestOptions] options
|
|
458
|
+
# Request-specific options
|
|
459
|
+
#
|
|
460
|
+
# @yield [result, err] Result & error if block supplied
|
|
461
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
462
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
463
|
+
#
|
|
464
|
+
# @return [void]
|
|
465
|
+
#
|
|
466
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
467
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
468
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
469
|
+
def hide_player(application_id, player_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
470
|
+
command = make_simple_command(:post, 'applications/{applicationId}/players/hidden/{playerId}', options)
|
|
471
|
+
command.params['applicationId'] = application_id unless application_id.nil?
|
|
472
|
+
command.params['playerId'] = player_id unless player_id.nil?
|
|
473
|
+
command.query['fields'] = fields unless fields.nil?
|
|
474
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
475
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
476
|
+
execute_or_queue_command(command, &block)
|
|
477
|
+
end
|
|
478
|
+
|
|
479
|
+
# Unhide the given player's leaderboard scores from the given application. This
|
|
480
|
+
# method is only available to user accounts for your developer console.
|
|
481
|
+
# @param [String] application_id
|
|
482
|
+
# The application ID from the Google Play developer console.
|
|
483
|
+
# @param [String] player_id
|
|
484
|
+
# A player ID. A value of me may be used in place of the authenticated player's
|
|
485
|
+
# ID.
|
|
486
|
+
# @param [String] fields
|
|
487
|
+
# Selector specifying which fields to include in a partial response.
|
|
488
|
+
# @param [String] quota_user
|
|
489
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
490
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
491
|
+
# Overrides userIp if both are provided.
|
|
492
|
+
# @param [String] user_ip
|
|
493
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
494
|
+
# enforce per-user limits.
|
|
495
|
+
# @param [Google::Apis::RequestOptions] options
|
|
496
|
+
# Request-specific options
|
|
497
|
+
#
|
|
498
|
+
# @yield [result, err] Result & error if block supplied
|
|
499
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
500
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
501
|
+
#
|
|
502
|
+
# @return [void]
|
|
503
|
+
#
|
|
504
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
505
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
506
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
507
|
+
def unhide_player(application_id, player_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
508
|
+
command = make_simple_command(:delete, 'applications/{applicationId}/players/hidden/{playerId}', options)
|
|
509
|
+
command.params['applicationId'] = application_id unless application_id.nil?
|
|
510
|
+
command.params['playerId'] = player_id unless player_id.nil?
|
|
511
|
+
command.query['fields'] = fields unless fields.nil?
|
|
512
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
513
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
514
|
+
execute_or_queue_command(command, &block)
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
# Resets all player progress on the quest with the given ID for the currently
|
|
518
|
+
# authenticated player. This method is only accessible to whitelisted tester
|
|
519
|
+
# accounts for your application.
|
|
520
|
+
# @param [String] quest_id
|
|
521
|
+
# The ID of the quest.
|
|
522
|
+
# @param [String] fields
|
|
523
|
+
# Selector specifying which fields to include in a partial response.
|
|
524
|
+
# @param [String] quota_user
|
|
525
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
526
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
527
|
+
# Overrides userIp if both are provided.
|
|
528
|
+
# @param [String] user_ip
|
|
529
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
530
|
+
# enforce per-user limits.
|
|
531
|
+
# @param [Google::Apis::RequestOptions] options
|
|
532
|
+
# Request-specific options
|
|
533
|
+
#
|
|
534
|
+
# @yield [result, err] Result & error if block supplied
|
|
535
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
536
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
537
|
+
#
|
|
538
|
+
# @return [void]
|
|
539
|
+
#
|
|
540
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
541
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
542
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
543
|
+
def reset_quest(quest_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
544
|
+
command = make_simple_command(:post, 'quests/{questId}/reset', options)
|
|
545
|
+
command.params['questId'] = quest_id unless quest_id.nil?
|
|
546
|
+
command.query['fields'] = fields unless fields.nil?
|
|
547
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
548
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
549
|
+
execute_or_queue_command(command, &block)
|
|
550
|
+
end
|
|
551
|
+
|
|
552
|
+
# Resets all player progress on all quests for the currently authenticated
|
|
553
|
+
# player. This method is only accessible to whitelisted tester accounts for your
|
|
554
|
+
# application.
|
|
555
|
+
# @param [String] fields
|
|
556
|
+
# Selector specifying which fields to include in a partial response.
|
|
557
|
+
# @param [String] quota_user
|
|
558
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
559
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
560
|
+
# Overrides userIp if both are provided.
|
|
561
|
+
# @param [String] user_ip
|
|
562
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
563
|
+
# enforce per-user limits.
|
|
564
|
+
# @param [Google::Apis::RequestOptions] options
|
|
565
|
+
# Request-specific options
|
|
566
|
+
#
|
|
567
|
+
# @yield [result, err] Result & error if block supplied
|
|
568
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
569
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
570
|
+
#
|
|
571
|
+
# @return [void]
|
|
572
|
+
#
|
|
573
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
574
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
575
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
576
|
+
def reset_quest_all(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
577
|
+
command = make_simple_command(:post, 'quests/reset', options)
|
|
578
|
+
command.query['fields'] = fields unless fields.nil?
|
|
579
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
580
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
581
|
+
execute_or_queue_command(command, &block)
|
|
582
|
+
end
|
|
583
|
+
|
|
584
|
+
# Resets all draft quests for all players. This method is only available to user
|
|
585
|
+
# accounts for your developer console.
|
|
586
|
+
# @param [String] fields
|
|
587
|
+
# Selector specifying which fields to include in a partial response.
|
|
588
|
+
# @param [String] quota_user
|
|
589
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
590
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
591
|
+
# Overrides userIp if both are provided.
|
|
592
|
+
# @param [String] user_ip
|
|
593
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
594
|
+
# enforce per-user limits.
|
|
595
|
+
# @param [Google::Apis::RequestOptions] options
|
|
596
|
+
# Request-specific options
|
|
597
|
+
#
|
|
598
|
+
# @yield [result, err] Result & error if block supplied
|
|
599
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
600
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
601
|
+
#
|
|
602
|
+
# @return [void]
|
|
603
|
+
#
|
|
604
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
605
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
606
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
607
|
+
def reset_quest_all_for_all_players(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
608
|
+
command = make_simple_command(:post, 'quests/resetAllForAllPlayers', options)
|
|
609
|
+
command.query['fields'] = fields unless fields.nil?
|
|
610
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
611
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
612
|
+
execute_or_queue_command(command, &block)
|
|
613
|
+
end
|
|
614
|
+
|
|
615
|
+
# Resets all player progress on the quest with the given ID for all players.
|
|
616
|
+
# This method is only available to user accounts for your developer console.
|
|
617
|
+
# Only draft quests can be reset.
|
|
618
|
+
# @param [String] quest_id
|
|
619
|
+
# The ID of the quest.
|
|
620
|
+
# @param [String] fields
|
|
621
|
+
# Selector specifying which fields to include in a partial response.
|
|
622
|
+
# @param [String] quota_user
|
|
623
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
624
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
625
|
+
# Overrides userIp if both are provided.
|
|
626
|
+
# @param [String] user_ip
|
|
627
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
628
|
+
# enforce per-user limits.
|
|
629
|
+
# @param [Google::Apis::RequestOptions] options
|
|
630
|
+
# Request-specific options
|
|
631
|
+
#
|
|
632
|
+
# @yield [result, err] Result & error if block supplied
|
|
633
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
634
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
635
|
+
#
|
|
636
|
+
# @return [void]
|
|
637
|
+
#
|
|
638
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
639
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
640
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
641
|
+
def reset_quest_for_all_players(quest_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
642
|
+
command = make_simple_command(:post, 'quests/{questId}/resetForAllPlayers', options)
|
|
643
|
+
command.params['questId'] = quest_id unless quest_id.nil?
|
|
644
|
+
command.query['fields'] = fields unless fields.nil?
|
|
645
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
646
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
647
|
+
execute_or_queue_command(command, &block)
|
|
648
|
+
end
|
|
649
|
+
|
|
650
|
+
# Resets quests with the given IDs for all players. This method is only
|
|
651
|
+
# available to user accounts for your developer console. Only draft quests may
|
|
652
|
+
# be reset.
|
|
653
|
+
# @param [Google::Apis::GamesManagementV1management::QuestsResetMultipleForAllRequest] quests_reset_multiple_for_all_request_object
|
|
654
|
+
# @param [String] fields
|
|
655
|
+
# Selector specifying which fields to include in a partial response.
|
|
656
|
+
# @param [String] quota_user
|
|
657
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
658
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
659
|
+
# Overrides userIp if both are provided.
|
|
660
|
+
# @param [String] user_ip
|
|
661
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
662
|
+
# enforce per-user limits.
|
|
663
|
+
# @param [Google::Apis::RequestOptions] options
|
|
664
|
+
# Request-specific options
|
|
665
|
+
#
|
|
666
|
+
# @yield [result, err] Result & error if block supplied
|
|
667
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
668
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
669
|
+
#
|
|
670
|
+
# @return [void]
|
|
671
|
+
#
|
|
672
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
673
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
674
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
675
|
+
def reset_quest_multiple_for_all_players(quests_reset_multiple_for_all_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
676
|
+
command = make_simple_command(:post, 'quests/resetMultipleForAllPlayers', options)
|
|
677
|
+
command.request_representation = Google::Apis::GamesManagementV1management::QuestsResetMultipleForAllRequest::Representation
|
|
678
|
+
command.request_object = quests_reset_multiple_for_all_request_object
|
|
679
|
+
command.query['fields'] = fields unless fields.nil?
|
|
680
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
681
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
682
|
+
execute_or_queue_command(command, &block)
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
# Reset all rooms for the currently authenticated player for your application.
|
|
686
|
+
# This method is only accessible to whitelisted tester accounts for your
|
|
687
|
+
# application.
|
|
688
|
+
# @param [String] fields
|
|
689
|
+
# Selector specifying which fields to include in a partial response.
|
|
690
|
+
# @param [String] quota_user
|
|
691
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
692
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
693
|
+
# Overrides userIp if both are provided.
|
|
694
|
+
# @param [String] user_ip
|
|
695
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
696
|
+
# enforce per-user limits.
|
|
697
|
+
# @param [Google::Apis::RequestOptions] options
|
|
698
|
+
# Request-specific options
|
|
699
|
+
#
|
|
700
|
+
# @yield [result, err] Result & error if block supplied
|
|
701
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
702
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
703
|
+
#
|
|
704
|
+
# @return [void]
|
|
705
|
+
#
|
|
706
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
707
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
708
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
709
|
+
def reset_room(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
710
|
+
command = make_simple_command(:post, 'rooms/reset', options)
|
|
711
|
+
command.query['fields'] = fields unless fields.nil?
|
|
712
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
713
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
714
|
+
execute_or_queue_command(command, &block)
|
|
715
|
+
end
|
|
716
|
+
|
|
717
|
+
# Deletes rooms where the only room participants are from whitelisted tester
|
|
718
|
+
# accounts for your application. This method is only available to user accounts
|
|
719
|
+
# for your developer console.
|
|
720
|
+
# @param [String] fields
|
|
721
|
+
# Selector specifying which fields to include in a partial response.
|
|
722
|
+
# @param [String] quota_user
|
|
723
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
724
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
725
|
+
# Overrides userIp if both are provided.
|
|
726
|
+
# @param [String] user_ip
|
|
727
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
728
|
+
# enforce per-user limits.
|
|
729
|
+
# @param [Google::Apis::RequestOptions] options
|
|
730
|
+
# Request-specific options
|
|
731
|
+
#
|
|
732
|
+
# @yield [result, err] Result & error if block supplied
|
|
733
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
734
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
735
|
+
#
|
|
736
|
+
# @return [void]
|
|
737
|
+
#
|
|
738
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
739
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
740
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
741
|
+
def reset_room_for_all_players(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
742
|
+
command = make_simple_command(:post, 'rooms/resetForAllPlayers', options)
|
|
743
|
+
command.query['fields'] = fields unless fields.nil?
|
|
744
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
745
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
746
|
+
execute_or_queue_command(command, &block)
|
|
747
|
+
end
|
|
748
|
+
|
|
749
|
+
# Resets scores for the leaderboard with the given ID for the currently
|
|
750
|
+
# authenticated player. This method is only accessible to whitelisted tester
|
|
751
|
+
# accounts for your application.
|
|
752
|
+
# @param [String] leaderboard_id
|
|
753
|
+
# The ID of the leaderboard.
|
|
754
|
+
# @param [String] fields
|
|
755
|
+
# Selector specifying which fields to include in a partial response.
|
|
756
|
+
# @param [String] quota_user
|
|
757
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
758
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
759
|
+
# Overrides userIp if both are provided.
|
|
760
|
+
# @param [String] user_ip
|
|
761
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
762
|
+
# enforce per-user limits.
|
|
763
|
+
# @param [Google::Apis::RequestOptions] options
|
|
764
|
+
# Request-specific options
|
|
765
|
+
#
|
|
766
|
+
# @yield [result, err] Result & error if block supplied
|
|
767
|
+
# @yieldparam result [Google::Apis::GamesManagementV1management::PlayerScoreResetResponse] parsed result object
|
|
768
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
769
|
+
#
|
|
770
|
+
# @return [Google::Apis::GamesManagementV1management::PlayerScoreResetResponse]
|
|
771
|
+
#
|
|
772
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
773
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
774
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
775
|
+
def reset_score(leaderboard_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
776
|
+
command = make_simple_command(:post, 'leaderboards/{leaderboardId}/scores/reset', options)
|
|
777
|
+
command.response_representation = Google::Apis::GamesManagementV1management::PlayerScoreResetResponse::Representation
|
|
778
|
+
command.response_class = Google::Apis::GamesManagementV1management::PlayerScoreResetResponse
|
|
779
|
+
command.params['leaderboardId'] = leaderboard_id unless leaderboard_id.nil?
|
|
780
|
+
command.query['fields'] = fields unless fields.nil?
|
|
781
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
782
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
783
|
+
execute_or_queue_command(command, &block)
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
# Resets all scores for all leaderboards for the currently authenticated players.
|
|
787
|
+
# This method is only accessible to whitelisted tester accounts for your
|
|
788
|
+
# application.
|
|
789
|
+
# @param [String] fields
|
|
790
|
+
# Selector specifying which fields to include in a partial response.
|
|
791
|
+
# @param [String] quota_user
|
|
792
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
793
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
794
|
+
# Overrides userIp if both are provided.
|
|
795
|
+
# @param [String] user_ip
|
|
796
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
797
|
+
# enforce per-user limits.
|
|
798
|
+
# @param [Google::Apis::RequestOptions] options
|
|
799
|
+
# Request-specific options
|
|
800
|
+
#
|
|
801
|
+
# @yield [result, err] Result & error if block supplied
|
|
802
|
+
# @yieldparam result [Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse] parsed result object
|
|
803
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
804
|
+
#
|
|
805
|
+
# @return [Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse]
|
|
806
|
+
#
|
|
807
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
808
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
809
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
810
|
+
def reset_score_all(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
811
|
+
command = make_simple_command(:post, 'scores/reset', options)
|
|
812
|
+
command.response_representation = Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse::Representation
|
|
813
|
+
command.response_class = Google::Apis::GamesManagementV1management::PlayerScoreResetAllResponse
|
|
814
|
+
command.query['fields'] = fields unless fields.nil?
|
|
815
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
816
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
817
|
+
execute_or_queue_command(command, &block)
|
|
818
|
+
end
|
|
819
|
+
|
|
820
|
+
# Resets scores for all draft leaderboards for all players. This method is only
|
|
821
|
+
# available to user accounts for your developer console.
|
|
822
|
+
# @param [String] fields
|
|
823
|
+
# Selector specifying which fields to include in a partial response.
|
|
824
|
+
# @param [String] quota_user
|
|
825
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
826
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
827
|
+
# Overrides userIp if both are provided.
|
|
828
|
+
# @param [String] user_ip
|
|
829
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
830
|
+
# enforce per-user limits.
|
|
831
|
+
# @param [Google::Apis::RequestOptions] options
|
|
832
|
+
# Request-specific options
|
|
833
|
+
#
|
|
834
|
+
# @yield [result, err] Result & error if block supplied
|
|
835
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
836
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
837
|
+
#
|
|
838
|
+
# @return [void]
|
|
839
|
+
#
|
|
840
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
841
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
842
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
843
|
+
def reset_score_all_for_all_players(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
844
|
+
command = make_simple_command(:post, 'scores/resetAllForAllPlayers', options)
|
|
845
|
+
command.query['fields'] = fields unless fields.nil?
|
|
846
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
847
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
848
|
+
execute_or_queue_command(command, &block)
|
|
849
|
+
end
|
|
850
|
+
|
|
851
|
+
# Resets scores for the leaderboard with the given ID for all players. This
|
|
852
|
+
# method is only available to user accounts for your developer console. Only
|
|
853
|
+
# draft leaderboards can be reset.
|
|
854
|
+
# @param [String] leaderboard_id
|
|
855
|
+
# The ID of the leaderboard.
|
|
856
|
+
# @param [String] fields
|
|
857
|
+
# Selector specifying which fields to include in a partial response.
|
|
858
|
+
# @param [String] quota_user
|
|
859
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
860
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
861
|
+
# Overrides userIp if both are provided.
|
|
862
|
+
# @param [String] user_ip
|
|
863
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
864
|
+
# enforce per-user limits.
|
|
865
|
+
# @param [Google::Apis::RequestOptions] options
|
|
866
|
+
# Request-specific options
|
|
867
|
+
#
|
|
868
|
+
# @yield [result, err] Result & error if block supplied
|
|
869
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
870
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
871
|
+
#
|
|
872
|
+
# @return [void]
|
|
873
|
+
#
|
|
874
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
875
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
876
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
877
|
+
def reset_score_for_all_players(leaderboard_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
878
|
+
command = make_simple_command(:post, 'leaderboards/{leaderboardId}/scores/resetForAllPlayers', options)
|
|
879
|
+
command.params['leaderboardId'] = leaderboard_id unless leaderboard_id.nil?
|
|
880
|
+
command.query['fields'] = fields unless fields.nil?
|
|
881
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
882
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
883
|
+
execute_or_queue_command(command, &block)
|
|
884
|
+
end
|
|
885
|
+
|
|
886
|
+
# Resets scores for the leaderboards with the given IDs for all players. This
|
|
887
|
+
# method is only available to user accounts for your developer console. Only
|
|
888
|
+
# draft leaderboards may be reset.
|
|
889
|
+
# @param [Google::Apis::GamesManagementV1management::ScoresResetMultipleForAllRequest] scores_reset_multiple_for_all_request_object
|
|
890
|
+
# @param [String] fields
|
|
891
|
+
# Selector specifying which fields to include in a partial response.
|
|
892
|
+
# @param [String] quota_user
|
|
893
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
894
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
895
|
+
# Overrides userIp if both are provided.
|
|
896
|
+
# @param [String] user_ip
|
|
897
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
898
|
+
# enforce per-user limits.
|
|
899
|
+
# @param [Google::Apis::RequestOptions] options
|
|
900
|
+
# Request-specific options
|
|
901
|
+
#
|
|
902
|
+
# @yield [result, err] Result & error if block supplied
|
|
903
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
904
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
905
|
+
#
|
|
906
|
+
# @return [void]
|
|
907
|
+
#
|
|
908
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
909
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
910
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
911
|
+
def reset_score_multiple_for_all_players(scores_reset_multiple_for_all_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
912
|
+
command = make_simple_command(:post, 'scores/resetMultipleForAllPlayers', options)
|
|
913
|
+
command.request_representation = Google::Apis::GamesManagementV1management::ScoresResetMultipleForAllRequest::Representation
|
|
914
|
+
command.request_object = scores_reset_multiple_for_all_request_object
|
|
915
|
+
command.query['fields'] = fields unless fields.nil?
|
|
916
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
917
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
918
|
+
execute_or_queue_command(command, &block)
|
|
919
|
+
end
|
|
920
|
+
|
|
921
|
+
# Reset all turn-based match data for a user. This method is only accessible to
|
|
922
|
+
# whitelisted tester accounts for your application.
|
|
923
|
+
# @param [String] fields
|
|
924
|
+
# Selector specifying which fields to include in a partial response.
|
|
925
|
+
# @param [String] quota_user
|
|
926
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
927
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
928
|
+
# Overrides userIp if both are provided.
|
|
929
|
+
# @param [String] user_ip
|
|
930
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
931
|
+
# enforce per-user limits.
|
|
932
|
+
# @param [Google::Apis::RequestOptions] options
|
|
933
|
+
# Request-specific options
|
|
934
|
+
#
|
|
935
|
+
# @yield [result, err] Result & error if block supplied
|
|
936
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
937
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
938
|
+
#
|
|
939
|
+
# @return [void]
|
|
940
|
+
#
|
|
941
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
942
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
943
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
944
|
+
def reset_turn_based_match(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
945
|
+
command = make_simple_command(:post, 'turnbasedmatches/reset', options)
|
|
946
|
+
command.query['fields'] = fields unless fields.nil?
|
|
947
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
948
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
949
|
+
execute_or_queue_command(command, &block)
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
# Deletes turn-based matches where the only match participants are from
|
|
953
|
+
# whitelisted tester accounts for your application. This method is only
|
|
954
|
+
# available to user accounts for your developer console.
|
|
955
|
+
# @param [String] fields
|
|
956
|
+
# Selector specifying which fields to include in a partial response.
|
|
957
|
+
# @param [String] quota_user
|
|
958
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
959
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
960
|
+
# Overrides userIp if both are provided.
|
|
961
|
+
# @param [String] user_ip
|
|
962
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
963
|
+
# enforce per-user limits.
|
|
964
|
+
# @param [Google::Apis::RequestOptions] options
|
|
965
|
+
# Request-specific options
|
|
966
|
+
#
|
|
967
|
+
# @yield [result, err] Result & error if block supplied
|
|
968
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
969
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
970
|
+
#
|
|
971
|
+
# @return [void]
|
|
972
|
+
#
|
|
973
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
974
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
975
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
976
|
+
def reset_turn_based_match_for_all_players(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
977
|
+
command = make_simple_command(:post, 'turnbasedmatches/resetForAllPlayers', options)
|
|
978
|
+
command.query['fields'] = fields unless fields.nil?
|
|
979
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
980
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
981
|
+
execute_or_queue_command(command, &block)
|
|
982
|
+
end
|
|
983
|
+
|
|
984
|
+
protected
|
|
985
|
+
|
|
986
|
+
def apply_command_defaults(command)
|
|
987
|
+
command.query['key'] = key unless key.nil?
|
|
988
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
989
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
990
|
+
end
|
|
991
|
+
end
|
|
992
|
+
end
|
|
993
|
+
end
|
|
994
|
+
end
|