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,643 @@
|
|
|
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 TasksV1
|
|
23
|
+
# Tasks API
|
|
24
|
+
#
|
|
25
|
+
# Lets you manage your tasks and task lists.
|
|
26
|
+
#
|
|
27
|
+
# @example
|
|
28
|
+
# require 'google/apis/tasks_v1'
|
|
29
|
+
#
|
|
30
|
+
# Tasks = Google::Apis::TasksV1 # Alias the module
|
|
31
|
+
# service = Tasks::TasksService.new
|
|
32
|
+
#
|
|
33
|
+
# @see https://developers.google.com/google-apps/tasks/firstapp
|
|
34
|
+
class TasksService < 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/', 'tasks/v1/')
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# Deletes the authenticated user's specified task list.
|
|
56
|
+
# @param [String] tasklist
|
|
57
|
+
# Task list identifier.
|
|
58
|
+
# @param [String] fields
|
|
59
|
+
# Selector specifying which fields to include in a partial response.
|
|
60
|
+
# @param [String] quota_user
|
|
61
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
62
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
63
|
+
# Overrides userIp if both are provided.
|
|
64
|
+
# @param [String] user_ip
|
|
65
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
66
|
+
# enforce per-user limits.
|
|
67
|
+
# @param [Google::Apis::RequestOptions] options
|
|
68
|
+
# Request-specific options
|
|
69
|
+
#
|
|
70
|
+
# @yield [result, err] Result & error if block supplied
|
|
71
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
72
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
73
|
+
#
|
|
74
|
+
# @return [void]
|
|
75
|
+
#
|
|
76
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
77
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
78
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
79
|
+
def delete_tasklist(tasklist, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
80
|
+
command = make_simple_command(:delete, 'users/@me/lists/{tasklist}', options)
|
|
81
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
82
|
+
command.query['fields'] = fields unless fields.nil?
|
|
83
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
84
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
85
|
+
execute_or_queue_command(command, &block)
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Returns the authenticated user's specified task list.
|
|
89
|
+
# @param [String] tasklist
|
|
90
|
+
# Task list identifier.
|
|
91
|
+
# @param [String] fields
|
|
92
|
+
# Selector specifying which fields to include in a partial response.
|
|
93
|
+
# @param [String] quota_user
|
|
94
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
95
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
96
|
+
# Overrides userIp if both are provided.
|
|
97
|
+
# @param [String] user_ip
|
|
98
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
99
|
+
# enforce per-user limits.
|
|
100
|
+
# @param [Google::Apis::RequestOptions] options
|
|
101
|
+
# Request-specific options
|
|
102
|
+
#
|
|
103
|
+
# @yield [result, err] Result & error if block supplied
|
|
104
|
+
# @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
|
|
105
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
106
|
+
#
|
|
107
|
+
# @return [Google::Apis::TasksV1::TaskList]
|
|
108
|
+
#
|
|
109
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
110
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
111
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
112
|
+
def get_tasklist(tasklist, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
113
|
+
command = make_simple_command(:get, 'users/@me/lists/{tasklist}', options)
|
|
114
|
+
command.response_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
115
|
+
command.response_class = Google::Apis::TasksV1::TaskList
|
|
116
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
117
|
+
command.query['fields'] = fields unless fields.nil?
|
|
118
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
119
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
120
|
+
execute_or_queue_command(command, &block)
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
# Creates a new task list and adds it to the authenticated user's task lists.
|
|
124
|
+
# @param [Google::Apis::TasksV1::TaskList] task_list_object
|
|
125
|
+
# @param [String] fields
|
|
126
|
+
# Selector specifying which fields to include in a partial response.
|
|
127
|
+
# @param [String] quota_user
|
|
128
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
129
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
130
|
+
# Overrides userIp if both are provided.
|
|
131
|
+
# @param [String] user_ip
|
|
132
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
133
|
+
# enforce per-user limits.
|
|
134
|
+
# @param [Google::Apis::RequestOptions] options
|
|
135
|
+
# Request-specific options
|
|
136
|
+
#
|
|
137
|
+
# @yield [result, err] Result & error if block supplied
|
|
138
|
+
# @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
|
|
139
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
140
|
+
#
|
|
141
|
+
# @return [Google::Apis::TasksV1::TaskList]
|
|
142
|
+
#
|
|
143
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
144
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
145
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
146
|
+
def insert_tasklist(task_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
147
|
+
command = make_simple_command(:post, 'users/@me/lists', options)
|
|
148
|
+
command.request_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
149
|
+
command.request_object = task_list_object
|
|
150
|
+
command.response_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
151
|
+
command.response_class = Google::Apis::TasksV1::TaskList
|
|
152
|
+
command.query['fields'] = fields unless fields.nil?
|
|
153
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
154
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
155
|
+
execute_or_queue_command(command, &block)
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
# Returns all the authenticated user's task lists.
|
|
159
|
+
# @param [String] max_results
|
|
160
|
+
# Maximum number of task lists returned on one page. Optional. The default is
|
|
161
|
+
# 100.
|
|
162
|
+
# @param [String] page_token
|
|
163
|
+
# Token specifying the result page to return. Optional.
|
|
164
|
+
# @param [String] fields
|
|
165
|
+
# Selector specifying which fields to include in a partial response.
|
|
166
|
+
# @param [String] quota_user
|
|
167
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
168
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
169
|
+
# Overrides userIp if both are provided.
|
|
170
|
+
# @param [String] user_ip
|
|
171
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
172
|
+
# enforce per-user limits.
|
|
173
|
+
# @param [Google::Apis::RequestOptions] options
|
|
174
|
+
# Request-specific options
|
|
175
|
+
#
|
|
176
|
+
# @yield [result, err] Result & error if block supplied
|
|
177
|
+
# @yieldparam result [Google::Apis::TasksV1::TaskLists] parsed result object
|
|
178
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
179
|
+
#
|
|
180
|
+
# @return [Google::Apis::TasksV1::TaskLists]
|
|
181
|
+
#
|
|
182
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
183
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
184
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
185
|
+
def list_tasklists(max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
186
|
+
command = make_simple_command(:get, 'users/@me/lists', options)
|
|
187
|
+
command.response_representation = Google::Apis::TasksV1::TaskLists::Representation
|
|
188
|
+
command.response_class = Google::Apis::TasksV1::TaskLists
|
|
189
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
190
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
191
|
+
command.query['fields'] = fields unless fields.nil?
|
|
192
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
193
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
194
|
+
execute_or_queue_command(command, &block)
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# Updates the authenticated user's specified task list. This method supports
|
|
198
|
+
# patch semantics.
|
|
199
|
+
# @param [String] tasklist
|
|
200
|
+
# Task list identifier.
|
|
201
|
+
# @param [Google::Apis::TasksV1::TaskList] task_list_object
|
|
202
|
+
# @param [String] fields
|
|
203
|
+
# Selector specifying which fields to include in a partial response.
|
|
204
|
+
# @param [String] quota_user
|
|
205
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
206
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
207
|
+
# Overrides userIp if both are provided.
|
|
208
|
+
# @param [String] user_ip
|
|
209
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
210
|
+
# enforce per-user limits.
|
|
211
|
+
# @param [Google::Apis::RequestOptions] options
|
|
212
|
+
# Request-specific options
|
|
213
|
+
#
|
|
214
|
+
# @yield [result, err] Result & error if block supplied
|
|
215
|
+
# @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
|
|
216
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
217
|
+
#
|
|
218
|
+
# @return [Google::Apis::TasksV1::TaskList]
|
|
219
|
+
#
|
|
220
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
221
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
222
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
223
|
+
def patch_tasklist(tasklist, task_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
224
|
+
command = make_simple_command(:patch, 'users/@me/lists/{tasklist}', options)
|
|
225
|
+
command.request_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
226
|
+
command.request_object = task_list_object
|
|
227
|
+
command.response_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
228
|
+
command.response_class = Google::Apis::TasksV1::TaskList
|
|
229
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
230
|
+
command.query['fields'] = fields unless fields.nil?
|
|
231
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
232
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
233
|
+
execute_or_queue_command(command, &block)
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
# Updates the authenticated user's specified task list.
|
|
237
|
+
# @param [String] tasklist
|
|
238
|
+
# Task list identifier.
|
|
239
|
+
# @param [Google::Apis::TasksV1::TaskList] task_list_object
|
|
240
|
+
# @param [String] fields
|
|
241
|
+
# Selector specifying which fields to include in a partial response.
|
|
242
|
+
# @param [String] quota_user
|
|
243
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
244
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
245
|
+
# Overrides userIp if both are provided.
|
|
246
|
+
# @param [String] user_ip
|
|
247
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
248
|
+
# enforce per-user limits.
|
|
249
|
+
# @param [Google::Apis::RequestOptions] options
|
|
250
|
+
# Request-specific options
|
|
251
|
+
#
|
|
252
|
+
# @yield [result, err] Result & error if block supplied
|
|
253
|
+
# @yieldparam result [Google::Apis::TasksV1::TaskList] parsed result object
|
|
254
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
255
|
+
#
|
|
256
|
+
# @return [Google::Apis::TasksV1::TaskList]
|
|
257
|
+
#
|
|
258
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
259
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
260
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
261
|
+
def update_tasklist(tasklist, task_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
262
|
+
command = make_simple_command(:put, 'users/@me/lists/{tasklist}', options)
|
|
263
|
+
command.request_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
264
|
+
command.request_object = task_list_object
|
|
265
|
+
command.response_representation = Google::Apis::TasksV1::TaskList::Representation
|
|
266
|
+
command.response_class = Google::Apis::TasksV1::TaskList
|
|
267
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
268
|
+
command.query['fields'] = fields unless fields.nil?
|
|
269
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
270
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
271
|
+
execute_or_queue_command(command, &block)
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
# Clears all completed tasks from the specified task list. The affected tasks
|
|
275
|
+
# will be marked as 'hidden' and no longer be returned by default when
|
|
276
|
+
# retrieving all tasks for a task list.
|
|
277
|
+
# @param [String] tasklist
|
|
278
|
+
# Task list identifier.
|
|
279
|
+
# @param [String] fields
|
|
280
|
+
# Selector specifying which fields to include in a partial response.
|
|
281
|
+
# @param [String] quota_user
|
|
282
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
283
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
284
|
+
# Overrides userIp if both are provided.
|
|
285
|
+
# @param [String] user_ip
|
|
286
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
287
|
+
# enforce per-user limits.
|
|
288
|
+
# @param [Google::Apis::RequestOptions] options
|
|
289
|
+
# Request-specific options
|
|
290
|
+
#
|
|
291
|
+
# @yield [result, err] Result & error if block supplied
|
|
292
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
293
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
294
|
+
#
|
|
295
|
+
# @return [void]
|
|
296
|
+
#
|
|
297
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
298
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
299
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
300
|
+
def clear_task(tasklist, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
301
|
+
command = make_simple_command(:post, 'lists/{tasklist}/clear', options)
|
|
302
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
303
|
+
command.query['fields'] = fields unless fields.nil?
|
|
304
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
305
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
306
|
+
execute_or_queue_command(command, &block)
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Deletes the specified task from the task list.
|
|
310
|
+
# @param [String] tasklist
|
|
311
|
+
# Task list identifier.
|
|
312
|
+
# @param [String] task
|
|
313
|
+
# Task identifier.
|
|
314
|
+
# @param [String] fields
|
|
315
|
+
# Selector specifying which fields to include in a partial response.
|
|
316
|
+
# @param [String] quota_user
|
|
317
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
318
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
319
|
+
# Overrides userIp if both are provided.
|
|
320
|
+
# @param [String] user_ip
|
|
321
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
322
|
+
# enforce per-user limits.
|
|
323
|
+
# @param [Google::Apis::RequestOptions] options
|
|
324
|
+
# Request-specific options
|
|
325
|
+
#
|
|
326
|
+
# @yield [result, err] Result & error if block supplied
|
|
327
|
+
# @yieldparam result [NilClass] No result returned for this method
|
|
328
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
329
|
+
#
|
|
330
|
+
# @return [void]
|
|
331
|
+
#
|
|
332
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
333
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
334
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
335
|
+
def delete_task(tasklist, task, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
336
|
+
command = make_simple_command(:delete, 'lists/{tasklist}/tasks/{task}', options)
|
|
337
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
338
|
+
command.params['task'] = task unless task.nil?
|
|
339
|
+
command.query['fields'] = fields unless fields.nil?
|
|
340
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
341
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
342
|
+
execute_or_queue_command(command, &block)
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
# Returns the specified task.
|
|
346
|
+
# @param [String] tasklist
|
|
347
|
+
# Task list identifier.
|
|
348
|
+
# @param [String] task
|
|
349
|
+
# Task identifier.
|
|
350
|
+
# @param [String] fields
|
|
351
|
+
# Selector specifying which fields to include in a partial response.
|
|
352
|
+
# @param [String] quota_user
|
|
353
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
354
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
355
|
+
# Overrides userIp if both are provided.
|
|
356
|
+
# @param [String] user_ip
|
|
357
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
358
|
+
# enforce per-user limits.
|
|
359
|
+
# @param [Google::Apis::RequestOptions] options
|
|
360
|
+
# Request-specific options
|
|
361
|
+
#
|
|
362
|
+
# @yield [result, err] Result & error if block supplied
|
|
363
|
+
# @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
|
|
364
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
365
|
+
#
|
|
366
|
+
# @return [Google::Apis::TasksV1::Task]
|
|
367
|
+
#
|
|
368
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
369
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
370
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
371
|
+
def get_task(tasklist, task, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
372
|
+
command = make_simple_command(:get, 'lists/{tasklist}/tasks/{task}', options)
|
|
373
|
+
command.response_representation = Google::Apis::TasksV1::Task::Representation
|
|
374
|
+
command.response_class = Google::Apis::TasksV1::Task
|
|
375
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
376
|
+
command.params['task'] = task unless task.nil?
|
|
377
|
+
command.query['fields'] = fields unless fields.nil?
|
|
378
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
379
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
380
|
+
execute_or_queue_command(command, &block)
|
|
381
|
+
end
|
|
382
|
+
|
|
383
|
+
# Creates a new task on the specified task list.
|
|
384
|
+
# @param [String] tasklist
|
|
385
|
+
# Task list identifier.
|
|
386
|
+
# @param [Google::Apis::TasksV1::Task] task_object
|
|
387
|
+
# @param [String] parent
|
|
388
|
+
# Parent task identifier. If the task is created at the top level, this
|
|
389
|
+
# parameter is omitted. Optional.
|
|
390
|
+
# @param [String] previous
|
|
391
|
+
# Previous sibling task identifier. If the task is created at the first position
|
|
392
|
+
# among its siblings, this parameter is omitted. Optional.
|
|
393
|
+
# @param [String] fields
|
|
394
|
+
# Selector specifying which fields to include in a partial response.
|
|
395
|
+
# @param [String] quota_user
|
|
396
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
397
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
398
|
+
# Overrides userIp if both are provided.
|
|
399
|
+
# @param [String] user_ip
|
|
400
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
401
|
+
# enforce per-user limits.
|
|
402
|
+
# @param [Google::Apis::RequestOptions] options
|
|
403
|
+
# Request-specific options
|
|
404
|
+
#
|
|
405
|
+
# @yield [result, err] Result & error if block supplied
|
|
406
|
+
# @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
|
|
407
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
408
|
+
#
|
|
409
|
+
# @return [Google::Apis::TasksV1::Task]
|
|
410
|
+
#
|
|
411
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
412
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
413
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
414
|
+
def insert_task(tasklist, task_object = nil, parent: nil, previous: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
415
|
+
command = make_simple_command(:post, 'lists/{tasklist}/tasks', options)
|
|
416
|
+
command.request_representation = Google::Apis::TasksV1::Task::Representation
|
|
417
|
+
command.request_object = task_object
|
|
418
|
+
command.response_representation = Google::Apis::TasksV1::Task::Representation
|
|
419
|
+
command.response_class = Google::Apis::TasksV1::Task
|
|
420
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
421
|
+
command.query['parent'] = parent unless parent.nil?
|
|
422
|
+
command.query['previous'] = previous unless previous.nil?
|
|
423
|
+
command.query['fields'] = fields unless fields.nil?
|
|
424
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
425
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
426
|
+
execute_or_queue_command(command, &block)
|
|
427
|
+
end
|
|
428
|
+
|
|
429
|
+
# Returns all tasks in the specified task list.
|
|
430
|
+
# @param [String] tasklist
|
|
431
|
+
# Task list identifier.
|
|
432
|
+
# @param [String] completed_max
|
|
433
|
+
# Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter
|
|
434
|
+
# by. Optional. The default is not to filter by completion date.
|
|
435
|
+
# @param [String] completed_min
|
|
436
|
+
# Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter
|
|
437
|
+
# by. Optional. The default is not to filter by completion date.
|
|
438
|
+
# @param [String] due_max
|
|
439
|
+
# Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
|
|
440
|
+
# Optional. The default is not to filter by due date.
|
|
441
|
+
# @param [String] due_min
|
|
442
|
+
# Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
|
|
443
|
+
# Optional. The default is not to filter by due date.
|
|
444
|
+
# @param [String] max_results
|
|
445
|
+
# Maximum number of task lists returned on one page. Optional. The default is
|
|
446
|
+
# 100.
|
|
447
|
+
# @param [String] page_token
|
|
448
|
+
# Token specifying the result page to return. Optional.
|
|
449
|
+
# @param [Boolean] show_completed
|
|
450
|
+
# Flag indicating whether completed tasks are returned in the result. Optional.
|
|
451
|
+
# The default is True.
|
|
452
|
+
# @param [Boolean] show_deleted
|
|
453
|
+
# Flag indicating whether deleted tasks are returned in the result. Optional.
|
|
454
|
+
# The default is False.
|
|
455
|
+
# @param [Boolean] show_hidden
|
|
456
|
+
# Flag indicating whether hidden tasks are returned in the result. Optional. The
|
|
457
|
+
# default is False.
|
|
458
|
+
# @param [String] updated_min
|
|
459
|
+
# Lower bound for a task's last modification time (as a RFC 3339 timestamp) to
|
|
460
|
+
# filter by. Optional. The default is not to filter by last modification time.
|
|
461
|
+
# @param [String] fields
|
|
462
|
+
# Selector specifying which fields to include in a partial response.
|
|
463
|
+
# @param [String] quota_user
|
|
464
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
465
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
466
|
+
# Overrides userIp if both are provided.
|
|
467
|
+
# @param [String] user_ip
|
|
468
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
469
|
+
# enforce per-user limits.
|
|
470
|
+
# @param [Google::Apis::RequestOptions] options
|
|
471
|
+
# Request-specific options
|
|
472
|
+
#
|
|
473
|
+
# @yield [result, err] Result & error if block supplied
|
|
474
|
+
# @yieldparam result [Google::Apis::TasksV1::Tasks] parsed result object
|
|
475
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
476
|
+
#
|
|
477
|
+
# @return [Google::Apis::TasksV1::Tasks]
|
|
478
|
+
#
|
|
479
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
480
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
481
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
482
|
+
def list_tasks(tasklist, completed_max: nil, completed_min: nil, due_max: nil, due_min: nil, max_results: nil, page_token: nil, show_completed: nil, show_deleted: nil, show_hidden: nil, updated_min: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
483
|
+
command = make_simple_command(:get, 'lists/{tasklist}/tasks', options)
|
|
484
|
+
command.response_representation = Google::Apis::TasksV1::Tasks::Representation
|
|
485
|
+
command.response_class = Google::Apis::TasksV1::Tasks
|
|
486
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
487
|
+
command.query['completedMax'] = completed_max unless completed_max.nil?
|
|
488
|
+
command.query['completedMin'] = completed_min unless completed_min.nil?
|
|
489
|
+
command.query['dueMax'] = due_max unless due_max.nil?
|
|
490
|
+
command.query['dueMin'] = due_min unless due_min.nil?
|
|
491
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
492
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
493
|
+
command.query['showCompleted'] = show_completed unless show_completed.nil?
|
|
494
|
+
command.query['showDeleted'] = show_deleted unless show_deleted.nil?
|
|
495
|
+
command.query['showHidden'] = show_hidden unless show_hidden.nil?
|
|
496
|
+
command.query['updatedMin'] = updated_min unless updated_min.nil?
|
|
497
|
+
command.query['fields'] = fields unless fields.nil?
|
|
498
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
499
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
500
|
+
execute_or_queue_command(command, &block)
|
|
501
|
+
end
|
|
502
|
+
|
|
503
|
+
# Moves the specified task to another position in the task list. This can
|
|
504
|
+
# include putting it as a child task under a new parent and/or move it to a
|
|
505
|
+
# different position among its sibling tasks.
|
|
506
|
+
# @param [String] tasklist
|
|
507
|
+
# Task list identifier.
|
|
508
|
+
# @param [String] task
|
|
509
|
+
# Task identifier.
|
|
510
|
+
# @param [String] parent
|
|
511
|
+
# New parent task identifier. If the task is moved to the top level, this
|
|
512
|
+
# parameter is omitted. Optional.
|
|
513
|
+
# @param [String] previous
|
|
514
|
+
# New previous sibling task identifier. If the task is moved to the first
|
|
515
|
+
# position among its siblings, this parameter is omitted. Optional.
|
|
516
|
+
# @param [String] fields
|
|
517
|
+
# Selector specifying which fields to include in a partial response.
|
|
518
|
+
# @param [String] quota_user
|
|
519
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
520
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
521
|
+
# Overrides userIp if both are provided.
|
|
522
|
+
# @param [String] user_ip
|
|
523
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
524
|
+
# enforce per-user limits.
|
|
525
|
+
# @param [Google::Apis::RequestOptions] options
|
|
526
|
+
# Request-specific options
|
|
527
|
+
#
|
|
528
|
+
# @yield [result, err] Result & error if block supplied
|
|
529
|
+
# @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
|
|
530
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
531
|
+
#
|
|
532
|
+
# @return [Google::Apis::TasksV1::Task]
|
|
533
|
+
#
|
|
534
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
535
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
536
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
537
|
+
def move_task(tasklist, task, parent: nil, previous: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
538
|
+
command = make_simple_command(:post, 'lists/{tasklist}/tasks/{task}/move', options)
|
|
539
|
+
command.response_representation = Google::Apis::TasksV1::Task::Representation
|
|
540
|
+
command.response_class = Google::Apis::TasksV1::Task
|
|
541
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
542
|
+
command.params['task'] = task unless task.nil?
|
|
543
|
+
command.query['parent'] = parent unless parent.nil?
|
|
544
|
+
command.query['previous'] = previous unless previous.nil?
|
|
545
|
+
command.query['fields'] = fields unless fields.nil?
|
|
546
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
547
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
548
|
+
execute_or_queue_command(command, &block)
|
|
549
|
+
end
|
|
550
|
+
|
|
551
|
+
# Updates the specified task. This method supports patch semantics.
|
|
552
|
+
# @param [String] tasklist
|
|
553
|
+
# Task list identifier.
|
|
554
|
+
# @param [String] task
|
|
555
|
+
# Task identifier.
|
|
556
|
+
# @param [Google::Apis::TasksV1::Task] task_object
|
|
557
|
+
# @param [String] fields
|
|
558
|
+
# Selector specifying which fields to include in a partial response.
|
|
559
|
+
# @param [String] quota_user
|
|
560
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
561
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
562
|
+
# Overrides userIp if both are provided.
|
|
563
|
+
# @param [String] user_ip
|
|
564
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
565
|
+
# enforce per-user limits.
|
|
566
|
+
# @param [Google::Apis::RequestOptions] options
|
|
567
|
+
# Request-specific options
|
|
568
|
+
#
|
|
569
|
+
# @yield [result, err] Result & error if block supplied
|
|
570
|
+
# @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
|
|
571
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
572
|
+
#
|
|
573
|
+
# @return [Google::Apis::TasksV1::Task]
|
|
574
|
+
#
|
|
575
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
576
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
577
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
578
|
+
def patch_task(tasklist, task, task_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
579
|
+
command = make_simple_command(:patch, 'lists/{tasklist}/tasks/{task}', options)
|
|
580
|
+
command.request_representation = Google::Apis::TasksV1::Task::Representation
|
|
581
|
+
command.request_object = task_object
|
|
582
|
+
command.response_representation = Google::Apis::TasksV1::Task::Representation
|
|
583
|
+
command.response_class = Google::Apis::TasksV1::Task
|
|
584
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
585
|
+
command.params['task'] = task unless task.nil?
|
|
586
|
+
command.query['fields'] = fields unless fields.nil?
|
|
587
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
588
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
589
|
+
execute_or_queue_command(command, &block)
|
|
590
|
+
end
|
|
591
|
+
|
|
592
|
+
# Updates the specified task.
|
|
593
|
+
# @param [String] tasklist
|
|
594
|
+
# Task list identifier.
|
|
595
|
+
# @param [String] task
|
|
596
|
+
# Task identifier.
|
|
597
|
+
# @param [Google::Apis::TasksV1::Task] task_object
|
|
598
|
+
# @param [String] fields
|
|
599
|
+
# Selector specifying which fields to include in a partial response.
|
|
600
|
+
# @param [String] quota_user
|
|
601
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
602
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
603
|
+
# Overrides userIp if both are provided.
|
|
604
|
+
# @param [String] user_ip
|
|
605
|
+
# IP address of the site where the request originates. Use this if you want to
|
|
606
|
+
# enforce per-user limits.
|
|
607
|
+
# @param [Google::Apis::RequestOptions] options
|
|
608
|
+
# Request-specific options
|
|
609
|
+
#
|
|
610
|
+
# @yield [result, err] Result & error if block supplied
|
|
611
|
+
# @yieldparam result [Google::Apis::TasksV1::Task] parsed result object
|
|
612
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
613
|
+
#
|
|
614
|
+
# @return [Google::Apis::TasksV1::Task]
|
|
615
|
+
#
|
|
616
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
617
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
618
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
619
|
+
def update_task(tasklist, task, task_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
620
|
+
command = make_simple_command(:put, 'lists/{tasklist}/tasks/{task}', options)
|
|
621
|
+
command.request_representation = Google::Apis::TasksV1::Task::Representation
|
|
622
|
+
command.request_object = task_object
|
|
623
|
+
command.response_representation = Google::Apis::TasksV1::Task::Representation
|
|
624
|
+
command.response_class = Google::Apis::TasksV1::Task
|
|
625
|
+
command.params['tasklist'] = tasklist unless tasklist.nil?
|
|
626
|
+
command.params['task'] = task unless task.nil?
|
|
627
|
+
command.query['fields'] = fields unless fields.nil?
|
|
628
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
629
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
630
|
+
execute_or_queue_command(command, &block)
|
|
631
|
+
end
|
|
632
|
+
|
|
633
|
+
protected
|
|
634
|
+
|
|
635
|
+
def apply_command_defaults(command)
|
|
636
|
+
command.query['key'] = key unless key.nil?
|
|
637
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
638
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
639
|
+
end
|
|
640
|
+
end
|
|
641
|
+
end
|
|
642
|
+
end
|
|
643
|
+
end
|