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,49 @@
|
|
|
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/fitness_v1/service.rb'
|
|
16
|
+
require 'google/apis/fitness_v1/classes.rb'
|
|
17
|
+
require 'google/apis/fitness_v1/representations.rb'
|
|
18
|
+
|
|
19
|
+
module Google
|
|
20
|
+
module Apis
|
|
21
|
+
# Fitness
|
|
22
|
+
#
|
|
23
|
+
# Google Fit API
|
|
24
|
+
#
|
|
25
|
+
# @see https://developers.google.com/fit/rest/
|
|
26
|
+
module FitnessV1
|
|
27
|
+
VERSION = 'V1'
|
|
28
|
+
REVISION = '20151021'
|
|
29
|
+
|
|
30
|
+
# View your activity information in Google Fit
|
|
31
|
+
AUTH_FITNESS_ACTIVITY_READ = 'https://www.googleapis.com/auth/fitness.activity.read'
|
|
32
|
+
|
|
33
|
+
# View and store your activity information in Google Fit
|
|
34
|
+
AUTH_FITNESS_ACTIVITY_WRITE = 'https://www.googleapis.com/auth/fitness.activity.write'
|
|
35
|
+
|
|
36
|
+
# View body sensor information in Google Fit
|
|
37
|
+
AUTH_FITNESS_BODY_READ = 'https://www.googleapis.com/auth/fitness.body.read'
|
|
38
|
+
|
|
39
|
+
# View and store body sensor data in Google Fit
|
|
40
|
+
AUTH_FITNESS_BODY_WRITE = 'https://www.googleapis.com/auth/fitness.body.write'
|
|
41
|
+
|
|
42
|
+
# View your stored location data in Google Fit
|
|
43
|
+
AUTH_FITNESS_LOCATION_READ = 'https://www.googleapis.com/auth/fitness.location.read'
|
|
44
|
+
|
|
45
|
+
# View and store your location data in Google Fit
|
|
46
|
+
AUTH_FITNESS_LOCATION_WRITE = 'https://www.googleapis.com/auth/fitness.location.write'
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,885 @@
|
|
|
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 FitnessV1
|
|
24
|
+
|
|
25
|
+
#
|
|
26
|
+
class AggregateBucket
|
|
27
|
+
include Google::Apis::Core::Hashable
|
|
28
|
+
|
|
29
|
+
# Available for Bucket.Type.ACTIVITY_TYPE, Bucket.Type.ACTIVITY_SEGMENT
|
|
30
|
+
# Corresponds to the JSON property `activity`
|
|
31
|
+
# @return [Fixnum]
|
|
32
|
+
attr_accessor :activity
|
|
33
|
+
|
|
34
|
+
# There will be one dataset per AggregateBy in the request.
|
|
35
|
+
# Corresponds to the JSON property `dataset`
|
|
36
|
+
# @return [Array<Google::Apis::FitnessV1::Dataset>]
|
|
37
|
+
attr_accessor :dataset
|
|
38
|
+
|
|
39
|
+
# The end time for the aggregated data, in milliseconds since epoch, inclusive.
|
|
40
|
+
# Corresponds to the JSON property `endTimeMillis`
|
|
41
|
+
# @return [String]
|
|
42
|
+
attr_accessor :end_time_millis
|
|
43
|
+
|
|
44
|
+
# Sessions contain metadata, such as a user-friendly name and time interval
|
|
45
|
+
# information.
|
|
46
|
+
# Corresponds to the JSON property `session`
|
|
47
|
+
# @return [Google::Apis::FitnessV1::Session]
|
|
48
|
+
attr_accessor :session
|
|
49
|
+
|
|
50
|
+
# The start time for the aggregated data, in milliseconds since epoch, inclusive.
|
|
51
|
+
# Corresponds to the JSON property `startTimeMillis`
|
|
52
|
+
# @return [String]
|
|
53
|
+
attr_accessor :start_time_millis
|
|
54
|
+
|
|
55
|
+
# The type of a bucket signifies how the data aggregation is performed in the
|
|
56
|
+
# bucket.
|
|
57
|
+
# Corresponds to the JSON property `type`
|
|
58
|
+
# @return [String]
|
|
59
|
+
attr_accessor :type
|
|
60
|
+
|
|
61
|
+
def initialize(**args)
|
|
62
|
+
update!(**args)
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
# Update properties of this object
|
|
66
|
+
def update!(**args)
|
|
67
|
+
@activity = args[:activity] unless args[:activity].nil?
|
|
68
|
+
@dataset = args[:dataset] unless args[:dataset].nil?
|
|
69
|
+
@end_time_millis = args[:end_time_millis] unless args[:end_time_millis].nil?
|
|
70
|
+
@session = args[:session] unless args[:session].nil?
|
|
71
|
+
@start_time_millis = args[:start_time_millis] unless args[:start_time_millis].nil?
|
|
72
|
+
@type = args[:type] unless args[:type].nil?
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# The specification of which data to aggregate.
|
|
77
|
+
class AggregateBy
|
|
78
|
+
include Google::Apis::Core::Hashable
|
|
79
|
+
|
|
80
|
+
# A data source ID to aggregate. Mutually exclusive of dataTypeName. Only data
|
|
81
|
+
# from the specified data source ID will be included in the aggregation. The
|
|
82
|
+
# dataset in the response will have the same data source ID.
|
|
83
|
+
# Corresponds to the JSON property `dataSourceId`
|
|
84
|
+
# @return [String]
|
|
85
|
+
attr_accessor :data_source_id
|
|
86
|
+
|
|
87
|
+
# The data type to aggregate. All data sources providing this data type will
|
|
88
|
+
# contribute data to the aggregation. The response will contain a single dataset
|
|
89
|
+
# for this data type name. The dataset will have a data source ID of derived:com.
|
|
90
|
+
# google.:com.google.android.gms:aggregated
|
|
91
|
+
# Corresponds to the JSON property `dataTypeName`
|
|
92
|
+
# @return [String]
|
|
93
|
+
attr_accessor :data_type_name
|
|
94
|
+
|
|
95
|
+
def initialize(**args)
|
|
96
|
+
update!(**args)
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# Update properties of this object
|
|
100
|
+
def update!(**args)
|
|
101
|
+
@data_source_id = args[:data_source_id] unless args[:data_source_id].nil?
|
|
102
|
+
@data_type_name = args[:data_type_name] unless args[:data_type_name].nil?
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
#
|
|
107
|
+
class AggregateRequest
|
|
108
|
+
include Google::Apis::Core::Hashable
|
|
109
|
+
|
|
110
|
+
# The specification of data to be aggregated. At least one aggregateBy spec must
|
|
111
|
+
# be provided. All data that is specified will be aggregated using the same
|
|
112
|
+
# bucketing criteria. There will be one dataset in the response for every
|
|
113
|
+
# aggregateBy spec.
|
|
114
|
+
# Corresponds to the JSON property `aggregateBy`
|
|
115
|
+
# @return [Array<Google::Apis::FitnessV1::AggregateBy>]
|
|
116
|
+
attr_accessor :aggregate_by
|
|
117
|
+
|
|
118
|
+
# Specifies that data be aggregated each activity segment recored for a user.
|
|
119
|
+
# Similar to bucketByActivitySegment, but bucketing is done for each activity
|
|
120
|
+
# segment rather than all segments of the same type. Mutually exclusive of other
|
|
121
|
+
# bucketing specifications.
|
|
122
|
+
# Corresponds to the JSON property `bucketByActivitySegment`
|
|
123
|
+
# @return [Google::Apis::FitnessV1::BucketByActivity]
|
|
124
|
+
attr_accessor :bucket_by_activity_segment
|
|
125
|
+
|
|
126
|
+
# Specifies that data be aggregated by the type of activity being performed when
|
|
127
|
+
# the data was recorded. All data that was recorded during a certain activity
|
|
128
|
+
# type (for the given time range) will be aggregated into the same bucket. Data
|
|
129
|
+
# that was recorded while the user was not active will not be included in the
|
|
130
|
+
# response. Mutually exclusive of other bucketing specifications.
|
|
131
|
+
# Corresponds to the JSON property `bucketByActivityType`
|
|
132
|
+
# @return [Google::Apis::FitnessV1::BucketByActivity]
|
|
133
|
+
attr_accessor :bucket_by_activity_type
|
|
134
|
+
|
|
135
|
+
# Specifies that data be aggregated by user sessions. Data that does not fall
|
|
136
|
+
# within the time range of a session will not be included in the response.
|
|
137
|
+
# Mutually exclusive of other bucketing specifications.
|
|
138
|
+
# Corresponds to the JSON property `bucketBySession`
|
|
139
|
+
# @return [Google::Apis::FitnessV1::BucketBySession]
|
|
140
|
+
attr_accessor :bucket_by_session
|
|
141
|
+
|
|
142
|
+
# Specifies that data be aggregated by a single time interval. Mutually
|
|
143
|
+
# exclusive of other bucketing specifications.
|
|
144
|
+
# Corresponds to the JSON property `bucketByTime`
|
|
145
|
+
# @return [Google::Apis::FitnessV1::BucketByTime]
|
|
146
|
+
attr_accessor :bucket_by_time
|
|
147
|
+
|
|
148
|
+
# The end of a window of time. Data that intersects with this time window will
|
|
149
|
+
# be aggregated. The time is in milliseconds since epoch, inclusive.
|
|
150
|
+
# Corresponds to the JSON property `endTimeMillis`
|
|
151
|
+
# @return [String]
|
|
152
|
+
attr_accessor :end_time_millis
|
|
153
|
+
|
|
154
|
+
# The start of a window of time. Data that intersects with this time window will
|
|
155
|
+
# be aggregated. The time is in milliseconds since epoch, inclusive.
|
|
156
|
+
# Corresponds to the JSON property `startTimeMillis`
|
|
157
|
+
# @return [String]
|
|
158
|
+
attr_accessor :start_time_millis
|
|
159
|
+
|
|
160
|
+
def initialize(**args)
|
|
161
|
+
update!(**args)
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
# Update properties of this object
|
|
165
|
+
def update!(**args)
|
|
166
|
+
@aggregate_by = args[:aggregate_by] unless args[:aggregate_by].nil?
|
|
167
|
+
@bucket_by_activity_segment = args[:bucket_by_activity_segment] unless args[:bucket_by_activity_segment].nil?
|
|
168
|
+
@bucket_by_activity_type = args[:bucket_by_activity_type] unless args[:bucket_by_activity_type].nil?
|
|
169
|
+
@bucket_by_session = args[:bucket_by_session] unless args[:bucket_by_session].nil?
|
|
170
|
+
@bucket_by_time = args[:bucket_by_time] unless args[:bucket_by_time].nil?
|
|
171
|
+
@end_time_millis = args[:end_time_millis] unless args[:end_time_millis].nil?
|
|
172
|
+
@start_time_millis = args[:start_time_millis] unless args[:start_time_millis].nil?
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
#
|
|
177
|
+
class AggregateResponse
|
|
178
|
+
include Google::Apis::Core::Hashable
|
|
179
|
+
|
|
180
|
+
# A list of buckets containing the aggregated data.
|
|
181
|
+
# Corresponds to the JSON property `bucket`
|
|
182
|
+
# @return [Array<Google::Apis::FitnessV1::AggregateBucket>]
|
|
183
|
+
attr_accessor :bucket
|
|
184
|
+
|
|
185
|
+
def initialize(**args)
|
|
186
|
+
update!(**args)
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
# Update properties of this object
|
|
190
|
+
def update!(**args)
|
|
191
|
+
@bucket = args[:bucket] unless args[:bucket].nil?
|
|
192
|
+
end
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# See: google3/java/com/google/android/apps/heart/platform/api/Application.java
|
|
196
|
+
class Application
|
|
197
|
+
include Google::Apis::Core::Hashable
|
|
198
|
+
|
|
199
|
+
# An optional URI that can be used to link back to the application.
|
|
200
|
+
# Corresponds to the JSON property `detailsUrl`
|
|
201
|
+
# @return [String]
|
|
202
|
+
attr_accessor :details_url
|
|
203
|
+
|
|
204
|
+
# The name of this application. This is required for REST clients, but we do not
|
|
205
|
+
# enforce uniqueness of this name. It is provided as a matter of convenience for
|
|
206
|
+
# other developers who would like to identify which REST created an Application
|
|
207
|
+
# or Data Source.
|
|
208
|
+
# Corresponds to the JSON property `name`
|
|
209
|
+
# @return [String]
|
|
210
|
+
attr_accessor :name
|
|
211
|
+
|
|
212
|
+
# Package name for this application. This is used as a unique identifier when
|
|
213
|
+
# created by Android applications, but cannot be specified by REST clients. REST
|
|
214
|
+
# clients will have their developer project number reflected into the Data
|
|
215
|
+
# Source data stream IDs, instead of the packageName.
|
|
216
|
+
# Corresponds to the JSON property `packageName`
|
|
217
|
+
# @return [String]
|
|
218
|
+
attr_accessor :package_name
|
|
219
|
+
|
|
220
|
+
# Version of the application. You should update this field whenever the
|
|
221
|
+
# application changes in a way that affects the computation of the data.
|
|
222
|
+
# Corresponds to the JSON property `version`
|
|
223
|
+
# @return [String]
|
|
224
|
+
attr_accessor :version
|
|
225
|
+
|
|
226
|
+
def initialize(**args)
|
|
227
|
+
update!(**args)
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
# Update properties of this object
|
|
231
|
+
def update!(**args)
|
|
232
|
+
@details_url = args[:details_url] unless args[:details_url].nil?
|
|
233
|
+
@name = args[:name] unless args[:name].nil?
|
|
234
|
+
@package_name = args[:package_name] unless args[:package_name].nil?
|
|
235
|
+
@version = args[:version] unless args[:version].nil?
|
|
236
|
+
end
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
#
|
|
240
|
+
class BucketByActivity
|
|
241
|
+
include Google::Apis::Core::Hashable
|
|
242
|
+
|
|
243
|
+
# The default activity stream will be used if a specific activityDataSourceId is
|
|
244
|
+
# not specified.
|
|
245
|
+
# Corresponds to the JSON property `activityDataSourceId`
|
|
246
|
+
# @return [String]
|
|
247
|
+
attr_accessor :activity_data_source_id
|
|
248
|
+
|
|
249
|
+
# Specifies that only activity segments of duration longer than
|
|
250
|
+
# minDurationMillis are considered and used as a container for aggregated data.
|
|
251
|
+
# Corresponds to the JSON property `minDurationMillis`
|
|
252
|
+
# @return [String]
|
|
253
|
+
attr_accessor :min_duration_millis
|
|
254
|
+
|
|
255
|
+
def initialize(**args)
|
|
256
|
+
update!(**args)
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
# Update properties of this object
|
|
260
|
+
def update!(**args)
|
|
261
|
+
@activity_data_source_id = args[:activity_data_source_id] unless args[:activity_data_source_id].nil?
|
|
262
|
+
@min_duration_millis = args[:min_duration_millis] unless args[:min_duration_millis].nil?
|
|
263
|
+
end
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
#
|
|
267
|
+
class BucketBySession
|
|
268
|
+
include Google::Apis::Core::Hashable
|
|
269
|
+
|
|
270
|
+
# Specifies that only sessions of duration longer than minDurationMillis are
|
|
271
|
+
# considered and used as a container for aggregated data.
|
|
272
|
+
# Corresponds to the JSON property `minDurationMillis`
|
|
273
|
+
# @return [String]
|
|
274
|
+
attr_accessor :min_duration_millis
|
|
275
|
+
|
|
276
|
+
def initialize(**args)
|
|
277
|
+
update!(**args)
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
# Update properties of this object
|
|
281
|
+
def update!(**args)
|
|
282
|
+
@min_duration_millis = args[:min_duration_millis] unless args[:min_duration_millis].nil?
|
|
283
|
+
end
|
|
284
|
+
end
|
|
285
|
+
|
|
286
|
+
#
|
|
287
|
+
class BucketByTime
|
|
288
|
+
include Google::Apis::Core::Hashable
|
|
289
|
+
|
|
290
|
+
# Specifies that result buckets aggregate data by exactly durationMillis time
|
|
291
|
+
# frames. Time frames that contain no data will be included in the response with
|
|
292
|
+
# an empty dataset.
|
|
293
|
+
# Corresponds to the JSON property `durationMillis`
|
|
294
|
+
# @return [String]
|
|
295
|
+
attr_accessor :duration_millis
|
|
296
|
+
|
|
297
|
+
def initialize(**args)
|
|
298
|
+
update!(**args)
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
# Update properties of this object
|
|
302
|
+
def update!(**args)
|
|
303
|
+
@duration_millis = args[:duration_millis] unless args[:duration_millis].nil?
|
|
304
|
+
end
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
# Represents a single data point, generated by a particular data source. A data
|
|
308
|
+
# point holds a value for each field, an end timestamp and an optional start
|
|
309
|
+
# time. The exact semantics of each of these attributes are specified in the
|
|
310
|
+
# documentation for the particular data type.
|
|
311
|
+
# A data point can represent an instantaneous measurement, reading or input
|
|
312
|
+
# observation, as well as averages or aggregates over a time interval. Check the
|
|
313
|
+
# data type documentation to determine which is the case for a particular data
|
|
314
|
+
# type.
|
|
315
|
+
# Data points always contain one value for each field of the data type.
|
|
316
|
+
class DataPoint
|
|
317
|
+
include Google::Apis::Core::Hashable
|
|
318
|
+
|
|
319
|
+
# Used for version checking during transformation; that is, a datapoint can only
|
|
320
|
+
# replace another datapoint that has an older computation time stamp.
|
|
321
|
+
# Corresponds to the JSON property `computationTimeMillis`
|
|
322
|
+
# @return [String]
|
|
323
|
+
attr_accessor :computation_time_millis
|
|
324
|
+
|
|
325
|
+
# The data type defining the format of the values in this data point.
|
|
326
|
+
# Corresponds to the JSON property `dataTypeName`
|
|
327
|
+
# @return [String]
|
|
328
|
+
attr_accessor :data_type_name
|
|
329
|
+
|
|
330
|
+
# The end time of the interval represented by this data point, in nanoseconds
|
|
331
|
+
# since epoch.
|
|
332
|
+
# Corresponds to the JSON property `endTimeNanos`
|
|
333
|
+
# @return [String]
|
|
334
|
+
attr_accessor :end_time_nanos
|
|
335
|
+
|
|
336
|
+
# Indicates the last time this data point was modified. Useful only in contexts
|
|
337
|
+
# where we are listing the data changes, rather than representing the current
|
|
338
|
+
# state of the data.
|
|
339
|
+
# Corresponds to the JSON property `modifiedTimeMillis`
|
|
340
|
+
# @return [String]
|
|
341
|
+
attr_accessor :modified_time_millis
|
|
342
|
+
|
|
343
|
+
# If the data point is contained in a dataset for a derived data source, this
|
|
344
|
+
# field will be populated with the data source stream ID that created the data
|
|
345
|
+
# point originally.
|
|
346
|
+
# Corresponds to the JSON property `originDataSourceId`
|
|
347
|
+
# @return [String]
|
|
348
|
+
attr_accessor :origin_data_source_id
|
|
349
|
+
|
|
350
|
+
# The raw timestamp from the original SensorEvent.
|
|
351
|
+
# Corresponds to the JSON property `rawTimestampNanos`
|
|
352
|
+
# @return [String]
|
|
353
|
+
attr_accessor :raw_timestamp_nanos
|
|
354
|
+
|
|
355
|
+
# The start time of the interval represented by this data point, in nanoseconds
|
|
356
|
+
# since epoch.
|
|
357
|
+
# Corresponds to the JSON property `startTimeNanos`
|
|
358
|
+
# @return [String]
|
|
359
|
+
attr_accessor :start_time_nanos
|
|
360
|
+
|
|
361
|
+
# Values of each data type field for the data point. It is expected that each
|
|
362
|
+
# value corresponding to a data type field will occur in the same order that the
|
|
363
|
+
# field is listed with in the data type specified in a data source.
|
|
364
|
+
# Only one of integer and floating point fields will be populated, depending on
|
|
365
|
+
# the format enum value within data source's type field.
|
|
366
|
+
# Corresponds to the JSON property `value`
|
|
367
|
+
# @return [Array<Google::Apis::FitnessV1::Value>]
|
|
368
|
+
attr_accessor :value
|
|
369
|
+
|
|
370
|
+
def initialize(**args)
|
|
371
|
+
update!(**args)
|
|
372
|
+
end
|
|
373
|
+
|
|
374
|
+
# Update properties of this object
|
|
375
|
+
def update!(**args)
|
|
376
|
+
@computation_time_millis = args[:computation_time_millis] unless args[:computation_time_millis].nil?
|
|
377
|
+
@data_type_name = args[:data_type_name] unless args[:data_type_name].nil?
|
|
378
|
+
@end_time_nanos = args[:end_time_nanos] unless args[:end_time_nanos].nil?
|
|
379
|
+
@modified_time_millis = args[:modified_time_millis] unless args[:modified_time_millis].nil?
|
|
380
|
+
@origin_data_source_id = args[:origin_data_source_id] unless args[:origin_data_source_id].nil?
|
|
381
|
+
@raw_timestamp_nanos = args[:raw_timestamp_nanos] unless args[:raw_timestamp_nanos].nil?
|
|
382
|
+
@start_time_nanos = args[:start_time_nanos] unless args[:start_time_nanos].nil?
|
|
383
|
+
@value = args[:value] unless args[:value].nil?
|
|
384
|
+
end
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
# Definition of a unique source of sensor data. Data sources can expose raw data
|
|
388
|
+
# coming from hardware sensors on local or companion devices. They can also
|
|
389
|
+
# expose derived data, created by transforming or merging other data sources.
|
|
390
|
+
# Multiple data sources can exist for the same data type. Every data point
|
|
391
|
+
# inserted into or read from this service has an associated data source.
|
|
392
|
+
# The data source contains enough information to uniquely identify its data,
|
|
393
|
+
# including the hardware device and the application that collected and/or
|
|
394
|
+
# transformed the data. It also holds useful metadata, such as the hardware and
|
|
395
|
+
# application versions, and the device type.
|
|
396
|
+
# Each data source produces a unique stream of data, with a unique identifier.
|
|
397
|
+
# Not all changes to data source affect the stream identifier, so that data
|
|
398
|
+
# collected by updated versions of the same application/device can still be
|
|
399
|
+
# considered to belong to the same data stream.
|
|
400
|
+
class DataSource
|
|
401
|
+
include Google::Apis::Core::Hashable
|
|
402
|
+
|
|
403
|
+
# See: google3/java/com/google/android/apps/heart/platform/api/Application.java
|
|
404
|
+
# Corresponds to the JSON property `application`
|
|
405
|
+
# @return [Google::Apis::FitnessV1::Application]
|
|
406
|
+
attr_accessor :application
|
|
407
|
+
|
|
408
|
+
# A unique identifier for the data stream produced by this data source. The
|
|
409
|
+
# identifier includes:
|
|
410
|
+
#
|
|
411
|
+
# - The physical device's manufacturer, model, and serial number (UID).
|
|
412
|
+
# - The application's package name or name. Package name is used when the data
|
|
413
|
+
# source was created by an Android application. The developer project number is
|
|
414
|
+
# used when the data source was created by a REST client.
|
|
415
|
+
# - The data source's type.
|
|
416
|
+
# - The data source's stream name. Note that not all attributes of the data
|
|
417
|
+
# source are used as part of the stream identifier. In particular, the version
|
|
418
|
+
# of the hardware/the application isn't used. This allows us to preserve the
|
|
419
|
+
# same stream through version updates. This also means that two DataSource
|
|
420
|
+
# objects may represent the same data stream even if they're not equal.
|
|
421
|
+
# The exact format of the data stream ID created by an Android application is:
|
|
422
|
+
# type:dataType.name:application.packageName:device.manufacturer:device.model:
|
|
423
|
+
# device.uid:dataStreamName
|
|
424
|
+
# The exact format of the data stream ID created by a REST client is: type:
|
|
425
|
+
# dataType.name:developer project number:device.manufacturer:device.model:device.
|
|
426
|
+
# uid:dataStreamName
|
|
427
|
+
# When any of the optional fields that comprise of the data stream ID are blank,
|
|
428
|
+
# they will be omitted from the data stream ID. The minnimum viable data stream
|
|
429
|
+
# ID would be: type:dataType.name:developer project number
|
|
430
|
+
# Finally, the developer project number is obfuscated when read by any REST or
|
|
431
|
+
# Android client that did not create the data source. Only the data source
|
|
432
|
+
# creator will see the developer project number in clear and normal form.
|
|
433
|
+
# Corresponds to the JSON property `dataStreamId`
|
|
434
|
+
# @return [String]
|
|
435
|
+
attr_accessor :data_stream_id
|
|
436
|
+
|
|
437
|
+
# The stream name uniquely identifies this particular data source among other
|
|
438
|
+
# data sources of the same type from the same underlying producer. Setting the
|
|
439
|
+
# stream name is optional, but should be done whenever an application exposes
|
|
440
|
+
# two streams for the same data type, or when a device has two equivalent
|
|
441
|
+
# sensors.
|
|
442
|
+
# Corresponds to the JSON property `dataStreamName`
|
|
443
|
+
# @return [String]
|
|
444
|
+
attr_accessor :data_stream_name
|
|
445
|
+
|
|
446
|
+
# See: google3/java/com/google/android/apps/heart/platform/api/DataType.java
|
|
447
|
+
# Corresponds to the JSON property `dataType`
|
|
448
|
+
# @return [Google::Apis::FitnessV1::DataType]
|
|
449
|
+
attr_accessor :data_type
|
|
450
|
+
|
|
451
|
+
# Representation of an integrated device (such as a phone or a wearable) that
|
|
452
|
+
# can hold sensors. Each sensor is exposed as a data source.
|
|
453
|
+
# The main purpose of the device information contained in this class is to
|
|
454
|
+
# identify the hardware of a particular data source. This can be useful in
|
|
455
|
+
# different ways, including:
|
|
456
|
+
# - Distinguishing two similar sensors on different devices (the step counter on
|
|
457
|
+
# two nexus 5 phones, for instance)
|
|
458
|
+
# - Display the source of data to the user (by using the device make / model)
|
|
459
|
+
# - Treat data differently depending on sensor type (accelerometers on a watch
|
|
460
|
+
# may give different patterns than those on a phone)
|
|
461
|
+
# - Build different analysis models for each device/version.
|
|
462
|
+
# Corresponds to the JSON property `device`
|
|
463
|
+
# @return [Google::Apis::FitnessV1::Device]
|
|
464
|
+
attr_accessor :device
|
|
465
|
+
|
|
466
|
+
# An end-user visible name for this data source.
|
|
467
|
+
# Corresponds to the JSON property `name`
|
|
468
|
+
# @return [String]
|
|
469
|
+
attr_accessor :name
|
|
470
|
+
|
|
471
|
+
# A constant describing the type of this data source. Indicates whether this
|
|
472
|
+
# data source produces raw or derived data.
|
|
473
|
+
# Corresponds to the JSON property `type`
|
|
474
|
+
# @return [String]
|
|
475
|
+
attr_accessor :type
|
|
476
|
+
|
|
477
|
+
def initialize(**args)
|
|
478
|
+
update!(**args)
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
# Update properties of this object
|
|
482
|
+
def update!(**args)
|
|
483
|
+
@application = args[:application] unless args[:application].nil?
|
|
484
|
+
@data_stream_id = args[:data_stream_id] unless args[:data_stream_id].nil?
|
|
485
|
+
@data_stream_name = args[:data_stream_name] unless args[:data_stream_name].nil?
|
|
486
|
+
@data_type = args[:data_type] unless args[:data_type].nil?
|
|
487
|
+
@device = args[:device] unless args[:device].nil?
|
|
488
|
+
@name = args[:name] unless args[:name].nil?
|
|
489
|
+
@type = args[:type] unless args[:type].nil?
|
|
490
|
+
end
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
# See: google3/java/com/google/android/apps/heart/platform/api/DataType.java
|
|
494
|
+
class DataType
|
|
495
|
+
include Google::Apis::Core::Hashable
|
|
496
|
+
|
|
497
|
+
# A field represents one dimension of a data type.
|
|
498
|
+
# Corresponds to the JSON property `field`
|
|
499
|
+
# @return [Array<Google::Apis::FitnessV1::DataTypeField>]
|
|
500
|
+
attr_accessor :field
|
|
501
|
+
|
|
502
|
+
# Each data type has a unique, namespaced, name. All data types in the com.
|
|
503
|
+
# google namespace are shared as part of the platform.
|
|
504
|
+
# Corresponds to the JSON property `name`
|
|
505
|
+
# @return [String]
|
|
506
|
+
attr_accessor :name
|
|
507
|
+
|
|
508
|
+
def initialize(**args)
|
|
509
|
+
update!(**args)
|
|
510
|
+
end
|
|
511
|
+
|
|
512
|
+
# Update properties of this object
|
|
513
|
+
def update!(**args)
|
|
514
|
+
@field = args[:field] unless args[:field].nil?
|
|
515
|
+
@name = args[:name] unless args[:name].nil?
|
|
516
|
+
end
|
|
517
|
+
end
|
|
518
|
+
|
|
519
|
+
# In case of multi-dimensional data (such as an accelerometer with x, y, and z
|
|
520
|
+
# axes) each field represents one dimension. Each data type field has a unique
|
|
521
|
+
# name which identifies it. The field also defines the format of the data (int,
|
|
522
|
+
# float, etc.).
|
|
523
|
+
# This message is only instantiated in code and not used for wire comms or
|
|
524
|
+
# stored in any way.
|
|
525
|
+
class DataTypeField
|
|
526
|
+
include Google::Apis::Core::Hashable
|
|
527
|
+
|
|
528
|
+
# The different supported formats for each field in a data type.
|
|
529
|
+
# Corresponds to the JSON property `format`
|
|
530
|
+
# @return [String]
|
|
531
|
+
attr_accessor :format
|
|
532
|
+
|
|
533
|
+
# Defines the name and format of data. Unlike data type names, field names are
|
|
534
|
+
# not namespaced, and only need to be unique within the data type.
|
|
535
|
+
# Corresponds to the JSON property `name`
|
|
536
|
+
# @return [String]
|
|
537
|
+
attr_accessor :name
|
|
538
|
+
|
|
539
|
+
#
|
|
540
|
+
# Corresponds to the JSON property `optional`
|
|
541
|
+
# @return [Boolean]
|
|
542
|
+
attr_accessor :optional
|
|
543
|
+
alias_method :optional?, :optional
|
|
544
|
+
|
|
545
|
+
def initialize(**args)
|
|
546
|
+
update!(**args)
|
|
547
|
+
end
|
|
548
|
+
|
|
549
|
+
# Update properties of this object
|
|
550
|
+
def update!(**args)
|
|
551
|
+
@format = args[:format] unless args[:format].nil?
|
|
552
|
+
@name = args[:name] unless args[:name].nil?
|
|
553
|
+
@optional = args[:optional] unless args[:optional].nil?
|
|
554
|
+
end
|
|
555
|
+
end
|
|
556
|
+
|
|
557
|
+
# A dataset represents a projection container for data points. They do not carry
|
|
558
|
+
# any info of their own. Datasets represent a set of data points from a
|
|
559
|
+
# particular data source. A data point can be found in more than one dataset.
|
|
560
|
+
class Dataset
|
|
561
|
+
include Google::Apis::Core::Hashable
|
|
562
|
+
|
|
563
|
+
# The data stream ID of the data source that created the points in this dataset.
|
|
564
|
+
# Corresponds to the JSON property `dataSourceId`
|
|
565
|
+
# @return [String]
|
|
566
|
+
attr_accessor :data_source_id
|
|
567
|
+
|
|
568
|
+
# The largest end time of all data points in this possibly partial
|
|
569
|
+
# representation of the dataset. Time is in nanoseconds from epoch. This should
|
|
570
|
+
# also match the first part of the dataset identifier.
|
|
571
|
+
# Corresponds to the JSON property `maxEndTimeNs`
|
|
572
|
+
# @return [String]
|
|
573
|
+
attr_accessor :max_end_time_ns
|
|
574
|
+
|
|
575
|
+
# The smallest start time of all data points in this possibly partial
|
|
576
|
+
# representation of the dataset. Time is in nanoseconds from epoch. This should
|
|
577
|
+
# also match the first part of the dataset identifier.
|
|
578
|
+
# Corresponds to the JSON property `minStartTimeNs`
|
|
579
|
+
# @return [String]
|
|
580
|
+
attr_accessor :min_start_time_ns
|
|
581
|
+
|
|
582
|
+
# This token will be set when a dataset is received in response to a GET request
|
|
583
|
+
# and the dataset is too large to be included in a single response. Provide this
|
|
584
|
+
# value in a subsequent GET request to return the next page of data points
|
|
585
|
+
# within this dataset.
|
|
586
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
587
|
+
# @return [String]
|
|
588
|
+
attr_accessor :next_page_token
|
|
589
|
+
|
|
590
|
+
# A partial list of data points contained in the dataset, ordered by largest
|
|
591
|
+
# endTimeNanos first. This list is considered complete when retrieving a small
|
|
592
|
+
# dataset and partial when patching a dataset or retrieving a dataset that is
|
|
593
|
+
# too large to include in a single response.
|
|
594
|
+
# Corresponds to the JSON property `point`
|
|
595
|
+
# @return [Array<Google::Apis::FitnessV1::DataPoint>]
|
|
596
|
+
attr_accessor :point
|
|
597
|
+
|
|
598
|
+
def initialize(**args)
|
|
599
|
+
update!(**args)
|
|
600
|
+
end
|
|
601
|
+
|
|
602
|
+
# Update properties of this object
|
|
603
|
+
def update!(**args)
|
|
604
|
+
@data_source_id = args[:data_source_id] unless args[:data_source_id].nil?
|
|
605
|
+
@max_end_time_ns = args[:max_end_time_ns] unless args[:max_end_time_ns].nil?
|
|
606
|
+
@min_start_time_ns = args[:min_start_time_ns] unless args[:min_start_time_ns].nil?
|
|
607
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
|
608
|
+
@point = args[:point] unless args[:point].nil?
|
|
609
|
+
end
|
|
610
|
+
end
|
|
611
|
+
|
|
612
|
+
# Representation of an integrated device (such as a phone or a wearable) that
|
|
613
|
+
# can hold sensors. Each sensor is exposed as a data source.
|
|
614
|
+
# The main purpose of the device information contained in this class is to
|
|
615
|
+
# identify the hardware of a particular data source. This can be useful in
|
|
616
|
+
# different ways, including:
|
|
617
|
+
# - Distinguishing two similar sensors on different devices (the step counter on
|
|
618
|
+
# two nexus 5 phones, for instance)
|
|
619
|
+
# - Display the source of data to the user (by using the device make / model)
|
|
620
|
+
# - Treat data differently depending on sensor type (accelerometers on a watch
|
|
621
|
+
# may give different patterns than those on a phone)
|
|
622
|
+
# - Build different analysis models for each device/version.
|
|
623
|
+
class Device
|
|
624
|
+
include Google::Apis::Core::Hashable
|
|
625
|
+
|
|
626
|
+
# Manufacturer of the product/hardware.
|
|
627
|
+
# Corresponds to the JSON property `manufacturer`
|
|
628
|
+
# @return [String]
|
|
629
|
+
attr_accessor :manufacturer
|
|
630
|
+
|
|
631
|
+
# End-user visible model name for the device.
|
|
632
|
+
# Corresponds to the JSON property `model`
|
|
633
|
+
# @return [String]
|
|
634
|
+
attr_accessor :model
|
|
635
|
+
|
|
636
|
+
# A constant representing the type of the device.
|
|
637
|
+
# Corresponds to the JSON property `type`
|
|
638
|
+
# @return [String]
|
|
639
|
+
attr_accessor :type
|
|
640
|
+
|
|
641
|
+
# The serial number or other unique ID for the hardware. This field is
|
|
642
|
+
# obfuscated when read by any REST or Android client that did not create the
|
|
643
|
+
# data source. Only the data source creator will see the uid field in clear and
|
|
644
|
+
# normal form.
|
|
645
|
+
# Corresponds to the JSON property `uid`
|
|
646
|
+
# @return [String]
|
|
647
|
+
attr_accessor :uid
|
|
648
|
+
|
|
649
|
+
# Version string for the device hardware/software.
|
|
650
|
+
# Corresponds to the JSON property `version`
|
|
651
|
+
# @return [String]
|
|
652
|
+
attr_accessor :version
|
|
653
|
+
|
|
654
|
+
def initialize(**args)
|
|
655
|
+
update!(**args)
|
|
656
|
+
end
|
|
657
|
+
|
|
658
|
+
# Update properties of this object
|
|
659
|
+
def update!(**args)
|
|
660
|
+
@manufacturer = args[:manufacturer] unless args[:manufacturer].nil?
|
|
661
|
+
@model = args[:model] unless args[:model].nil?
|
|
662
|
+
@type = args[:type] unless args[:type].nil?
|
|
663
|
+
@uid = args[:uid] unless args[:uid].nil?
|
|
664
|
+
@version = args[:version] unless args[:version].nil?
|
|
665
|
+
end
|
|
666
|
+
end
|
|
667
|
+
|
|
668
|
+
#
|
|
669
|
+
class ListDataSourcesResponse
|
|
670
|
+
include Google::Apis::Core::Hashable
|
|
671
|
+
|
|
672
|
+
# A previously created data source.
|
|
673
|
+
# Corresponds to the JSON property `dataSource`
|
|
674
|
+
# @return [Array<Google::Apis::FitnessV1::DataSource>]
|
|
675
|
+
attr_accessor :data_source
|
|
676
|
+
|
|
677
|
+
def initialize(**args)
|
|
678
|
+
update!(**args)
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
# Update properties of this object
|
|
682
|
+
def update!(**args)
|
|
683
|
+
@data_source = args[:data_source] unless args[:data_source].nil?
|
|
684
|
+
end
|
|
685
|
+
end
|
|
686
|
+
|
|
687
|
+
#
|
|
688
|
+
class ListSessionsResponse
|
|
689
|
+
include Google::Apis::Core::Hashable
|
|
690
|
+
|
|
691
|
+
# If includeDeleted is set to true in the request, this list will contain
|
|
692
|
+
# sessions deleted with original end times that are within the startTime and
|
|
693
|
+
# endTime frame.
|
|
694
|
+
# Corresponds to the JSON property `deletedSession`
|
|
695
|
+
# @return [Array<Google::Apis::FitnessV1::Session>]
|
|
696
|
+
attr_accessor :deleted_session
|
|
697
|
+
|
|
698
|
+
# The continuation token, which is used to page through large result sets.
|
|
699
|
+
# Provide this value in a subsequent request to return the next page of results.
|
|
700
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
701
|
+
# @return [String]
|
|
702
|
+
attr_accessor :next_page_token
|
|
703
|
+
|
|
704
|
+
# Sessions with an end time that is between startTime and endTime of the request.
|
|
705
|
+
# Corresponds to the JSON property `session`
|
|
706
|
+
# @return [Array<Google::Apis::FitnessV1::Session>]
|
|
707
|
+
attr_accessor :session
|
|
708
|
+
|
|
709
|
+
def initialize(**args)
|
|
710
|
+
update!(**args)
|
|
711
|
+
end
|
|
712
|
+
|
|
713
|
+
# Update properties of this object
|
|
714
|
+
def update!(**args)
|
|
715
|
+
@deleted_session = args[:deleted_session] unless args[:deleted_session].nil?
|
|
716
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
|
717
|
+
@session = args[:session] unless args[:session].nil?
|
|
718
|
+
end
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
# Holder object for the value of an entry in a map field of a data point.
|
|
722
|
+
# A map value supports a subset of the formats that the regular Value supports.
|
|
723
|
+
class MapValue
|
|
724
|
+
include Google::Apis::Core::Hashable
|
|
725
|
+
|
|
726
|
+
# Floating point value.
|
|
727
|
+
# Corresponds to the JSON property `fpVal`
|
|
728
|
+
# @return [Float]
|
|
729
|
+
attr_accessor :fp_val
|
|
730
|
+
|
|
731
|
+
def initialize(**args)
|
|
732
|
+
update!(**args)
|
|
733
|
+
end
|
|
734
|
+
|
|
735
|
+
# Update properties of this object
|
|
736
|
+
def update!(**args)
|
|
737
|
+
@fp_val = args[:fp_val] unless args[:fp_val].nil?
|
|
738
|
+
end
|
|
739
|
+
end
|
|
740
|
+
|
|
741
|
+
# Sessions contain metadata, such as a user-friendly name and time interval
|
|
742
|
+
# information.
|
|
743
|
+
class Session
|
|
744
|
+
include Google::Apis::Core::Hashable
|
|
745
|
+
|
|
746
|
+
# Session active time. While start_time_millis and end_time_millis define the
|
|
747
|
+
# full session time, the active time can be shorter and specified by
|
|
748
|
+
# active_time_millis. If the inactive time during the session is known, it
|
|
749
|
+
# should also be inserted via a com.google.activity.segment data point with a
|
|
750
|
+
# STILL activity value
|
|
751
|
+
# Corresponds to the JSON property `activeTimeMillis`
|
|
752
|
+
# @return [String]
|
|
753
|
+
attr_accessor :active_time_millis
|
|
754
|
+
|
|
755
|
+
# The type of activity this session represents.
|
|
756
|
+
# Corresponds to the JSON property `activityType`
|
|
757
|
+
# @return [Fixnum]
|
|
758
|
+
attr_accessor :activity_type
|
|
759
|
+
|
|
760
|
+
# See: google3/java/com/google/android/apps/heart/platform/api/Application.java
|
|
761
|
+
# Corresponds to the JSON property `application`
|
|
762
|
+
# @return [Google::Apis::FitnessV1::Application]
|
|
763
|
+
attr_accessor :application
|
|
764
|
+
|
|
765
|
+
# A description for this session.
|
|
766
|
+
# Corresponds to the JSON property `description`
|
|
767
|
+
# @return [String]
|
|
768
|
+
attr_accessor :description
|
|
769
|
+
|
|
770
|
+
# An end time, in milliseconds since epoch, inclusive.
|
|
771
|
+
# Corresponds to the JSON property `endTimeMillis`
|
|
772
|
+
# @return [String]
|
|
773
|
+
attr_accessor :end_time_millis
|
|
774
|
+
|
|
775
|
+
# A client-generated identifier that is unique across all sessions owned by this
|
|
776
|
+
# particular user.
|
|
777
|
+
# Corresponds to the JSON property `id`
|
|
778
|
+
# @return [String]
|
|
779
|
+
attr_accessor :id
|
|
780
|
+
|
|
781
|
+
# A timestamp that indicates when the session was last modified.
|
|
782
|
+
# Corresponds to the JSON property `modifiedTimeMillis`
|
|
783
|
+
# @return [String]
|
|
784
|
+
attr_accessor :modified_time_millis
|
|
785
|
+
|
|
786
|
+
# A human readable name of the session.
|
|
787
|
+
# Corresponds to the JSON property `name`
|
|
788
|
+
# @return [String]
|
|
789
|
+
attr_accessor :name
|
|
790
|
+
|
|
791
|
+
# A start time, in milliseconds since epoch, inclusive.
|
|
792
|
+
# Corresponds to the JSON property `startTimeMillis`
|
|
793
|
+
# @return [String]
|
|
794
|
+
attr_accessor :start_time_millis
|
|
795
|
+
|
|
796
|
+
def initialize(**args)
|
|
797
|
+
update!(**args)
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
# Update properties of this object
|
|
801
|
+
def update!(**args)
|
|
802
|
+
@active_time_millis = args[:active_time_millis] unless args[:active_time_millis].nil?
|
|
803
|
+
@activity_type = args[:activity_type] unless args[:activity_type].nil?
|
|
804
|
+
@application = args[:application] unless args[:application].nil?
|
|
805
|
+
@description = args[:description] unless args[:description].nil?
|
|
806
|
+
@end_time_millis = args[:end_time_millis] unless args[:end_time_millis].nil?
|
|
807
|
+
@id = args[:id] unless args[:id].nil?
|
|
808
|
+
@modified_time_millis = args[:modified_time_millis] unless args[:modified_time_millis].nil?
|
|
809
|
+
@name = args[:name] unless args[:name].nil?
|
|
810
|
+
@start_time_millis = args[:start_time_millis] unless args[:start_time_millis].nil?
|
|
811
|
+
end
|
|
812
|
+
end
|
|
813
|
+
|
|
814
|
+
# Holder object for the value of a single field in a data point.
|
|
815
|
+
# A field value has a particular format and is only ever set to one of an
|
|
816
|
+
# integer or a floating point value.
|
|
817
|
+
class Value
|
|
818
|
+
include Google::Apis::Core::Hashable
|
|
819
|
+
|
|
820
|
+
# Floating point value. When this is set, other values must not be set.
|
|
821
|
+
# Corresponds to the JSON property `fpVal`
|
|
822
|
+
# @return [Float]
|
|
823
|
+
attr_accessor :fp_val
|
|
824
|
+
|
|
825
|
+
# Integer value. When this is set, other values must not be set.
|
|
826
|
+
# Corresponds to the JSON property `intVal`
|
|
827
|
+
# @return [Fixnum]
|
|
828
|
+
attr_accessor :int_val
|
|
829
|
+
|
|
830
|
+
# Map value. The valid key space and units for the corresponding value of each
|
|
831
|
+
# entry should be documented as part of the data type definition. Keys should be
|
|
832
|
+
# kept small whenever possible. Data streams with large keys and high data
|
|
833
|
+
# frequency may be down sampled.
|
|
834
|
+
# Corresponds to the JSON property `mapVal`
|
|
835
|
+
# @return [Array<Google::Apis::FitnessV1::ValueMapValEntry>]
|
|
836
|
+
attr_accessor :map_val
|
|
837
|
+
|
|
838
|
+
# String value. When this is set, other values must not be set. Strings should
|
|
839
|
+
# be kept small whenever possible. Data streams with large string values and
|
|
840
|
+
# high data frequency may be down sampled.
|
|
841
|
+
# Corresponds to the JSON property `stringVal`
|
|
842
|
+
# @return [String]
|
|
843
|
+
attr_accessor :string_val
|
|
844
|
+
|
|
845
|
+
def initialize(**args)
|
|
846
|
+
update!(**args)
|
|
847
|
+
end
|
|
848
|
+
|
|
849
|
+
# Update properties of this object
|
|
850
|
+
def update!(**args)
|
|
851
|
+
@fp_val = args[:fp_val] unless args[:fp_val].nil?
|
|
852
|
+
@int_val = args[:int_val] unless args[:int_val].nil?
|
|
853
|
+
@map_val = args[:map_val] unless args[:map_val].nil?
|
|
854
|
+
@string_val = args[:string_val] unless args[:string_val].nil?
|
|
855
|
+
end
|
|
856
|
+
end
|
|
857
|
+
|
|
858
|
+
#
|
|
859
|
+
class ValueMapValEntry
|
|
860
|
+
include Google::Apis::Core::Hashable
|
|
861
|
+
|
|
862
|
+
#
|
|
863
|
+
# Corresponds to the JSON property `key`
|
|
864
|
+
# @return [String]
|
|
865
|
+
attr_accessor :key
|
|
866
|
+
|
|
867
|
+
# Holder object for the value of an entry in a map field of a data point.
|
|
868
|
+
# A map value supports a subset of the formats that the regular Value supports.
|
|
869
|
+
# Corresponds to the JSON property `value`
|
|
870
|
+
# @return [Google::Apis::FitnessV1::MapValue]
|
|
871
|
+
attr_accessor :value
|
|
872
|
+
|
|
873
|
+
def initialize(**args)
|
|
874
|
+
update!(**args)
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
# Update properties of this object
|
|
878
|
+
def update!(**args)
|
|
879
|
+
@key = args[:key] unless args[:key].nil?
|
|
880
|
+
@value = args[:value] unless args[:value].nil?
|
|
881
|
+
end
|
|
882
|
+
end
|
|
883
|
+
end
|
|
884
|
+
end
|
|
885
|
+
end
|