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,35 @@
|
|
|
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/adsensehost_v4_1/service.rb'
|
|
16
|
+
require 'google/apis/adsensehost_v4_1/classes.rb'
|
|
17
|
+
require 'google/apis/adsensehost_v4_1/representations.rb'
|
|
18
|
+
|
|
19
|
+
module Google
|
|
20
|
+
module Apis
|
|
21
|
+
# AdSense Host API
|
|
22
|
+
#
|
|
23
|
+
# Gives AdSense Hosts access to report generation, ad code generation, and
|
|
24
|
+
# publisher management capabilities.
|
|
25
|
+
#
|
|
26
|
+
# @see https://developers.google.com/adsense/host/
|
|
27
|
+
module AdsensehostV4_1
|
|
28
|
+
VERSION = 'V4_1'
|
|
29
|
+
REVISION = '20160112'
|
|
30
|
+
|
|
31
|
+
# View and manage your AdSense host data and associated accounts
|
|
32
|
+
AUTH_ADSENSEHOST = 'https://www.googleapis.com/auth/adsensehost'
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
@@ -0,0 +1,834 @@
|
|
|
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 AdsensehostV4_1
|
|
24
|
+
|
|
25
|
+
#
|
|
26
|
+
class Account
|
|
27
|
+
include Google::Apis::Core::Hashable
|
|
28
|
+
|
|
29
|
+
# Unique identifier of this account.
|
|
30
|
+
# Corresponds to the JSON property `id`
|
|
31
|
+
# @return [String]
|
|
32
|
+
attr_accessor :id
|
|
33
|
+
|
|
34
|
+
# Kind of resource this is, in this case adsensehost#account.
|
|
35
|
+
# Corresponds to the JSON property `kind`
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :kind
|
|
38
|
+
|
|
39
|
+
# Name of this account.
|
|
40
|
+
# Corresponds to the JSON property `name`
|
|
41
|
+
# @return [String]
|
|
42
|
+
attr_accessor :name
|
|
43
|
+
|
|
44
|
+
# Approval status of this account. One of: PENDING, APPROVED, DISABLED.
|
|
45
|
+
# Corresponds to the JSON property `status`
|
|
46
|
+
# @return [String]
|
|
47
|
+
attr_accessor :status
|
|
48
|
+
|
|
49
|
+
def initialize(**args)
|
|
50
|
+
update!(**args)
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# Update properties of this object
|
|
54
|
+
def update!(**args)
|
|
55
|
+
@id = args[:id] unless args[:id].nil?
|
|
56
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
57
|
+
@name = args[:name] unless args[:name].nil?
|
|
58
|
+
@status = args[:status] unless args[:status].nil?
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
#
|
|
63
|
+
class Accounts
|
|
64
|
+
include Google::Apis::Core::Hashable
|
|
65
|
+
|
|
66
|
+
# ETag of this response for caching purposes.
|
|
67
|
+
# Corresponds to the JSON property `etag`
|
|
68
|
+
# @return [String]
|
|
69
|
+
attr_accessor :etag
|
|
70
|
+
|
|
71
|
+
# The accounts returned in this list response.
|
|
72
|
+
# Corresponds to the JSON property `items`
|
|
73
|
+
# @return [Array<Google::Apis::AdsensehostV4_1::Account>]
|
|
74
|
+
attr_accessor :items
|
|
75
|
+
|
|
76
|
+
# Kind of list this is, in this case adsensehost#accounts.
|
|
77
|
+
# Corresponds to the JSON property `kind`
|
|
78
|
+
# @return [String]
|
|
79
|
+
attr_accessor :kind
|
|
80
|
+
|
|
81
|
+
def initialize(**args)
|
|
82
|
+
update!(**args)
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# Update properties of this object
|
|
86
|
+
def update!(**args)
|
|
87
|
+
@etag = args[:etag] unless args[:etag].nil?
|
|
88
|
+
@items = args[:items] unless args[:items].nil?
|
|
89
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
#
|
|
94
|
+
class AdClient
|
|
95
|
+
include Google::Apis::Core::Hashable
|
|
96
|
+
|
|
97
|
+
# Whether this ad client is opted in to ARC.
|
|
98
|
+
# Corresponds to the JSON property `arcOptIn`
|
|
99
|
+
# @return [Boolean]
|
|
100
|
+
attr_accessor :arc_opt_in
|
|
101
|
+
alias_method :arc_opt_in?, :arc_opt_in
|
|
102
|
+
|
|
103
|
+
# Unique identifier of this ad client.
|
|
104
|
+
# Corresponds to the JSON property `id`
|
|
105
|
+
# @return [String]
|
|
106
|
+
attr_accessor :id
|
|
107
|
+
|
|
108
|
+
# Kind of resource this is, in this case adsensehost#adClient.
|
|
109
|
+
# Corresponds to the JSON property `kind`
|
|
110
|
+
# @return [String]
|
|
111
|
+
attr_accessor :kind
|
|
112
|
+
|
|
113
|
+
# This ad client's product code, which corresponds to the PRODUCT_CODE report
|
|
114
|
+
# dimension.
|
|
115
|
+
# Corresponds to the JSON property `productCode`
|
|
116
|
+
# @return [String]
|
|
117
|
+
attr_accessor :product_code
|
|
118
|
+
|
|
119
|
+
# Whether this ad client supports being reported on.
|
|
120
|
+
# Corresponds to the JSON property `supportsReporting`
|
|
121
|
+
# @return [Boolean]
|
|
122
|
+
attr_accessor :supports_reporting
|
|
123
|
+
alias_method :supports_reporting?, :supports_reporting
|
|
124
|
+
|
|
125
|
+
def initialize(**args)
|
|
126
|
+
update!(**args)
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# Update properties of this object
|
|
130
|
+
def update!(**args)
|
|
131
|
+
@arc_opt_in = args[:arc_opt_in] unless args[:arc_opt_in].nil?
|
|
132
|
+
@id = args[:id] unless args[:id].nil?
|
|
133
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
134
|
+
@product_code = args[:product_code] unless args[:product_code].nil?
|
|
135
|
+
@supports_reporting = args[:supports_reporting] unless args[:supports_reporting].nil?
|
|
136
|
+
end
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
#
|
|
140
|
+
class AdClients
|
|
141
|
+
include Google::Apis::Core::Hashable
|
|
142
|
+
|
|
143
|
+
# ETag of this response for caching purposes.
|
|
144
|
+
# Corresponds to the JSON property `etag`
|
|
145
|
+
# @return [String]
|
|
146
|
+
attr_accessor :etag
|
|
147
|
+
|
|
148
|
+
# The ad clients returned in this list response.
|
|
149
|
+
# Corresponds to the JSON property `items`
|
|
150
|
+
# @return [Array<Google::Apis::AdsensehostV4_1::AdClient>]
|
|
151
|
+
attr_accessor :items
|
|
152
|
+
|
|
153
|
+
# Kind of list this is, in this case adsensehost#adClients.
|
|
154
|
+
# Corresponds to the JSON property `kind`
|
|
155
|
+
# @return [String]
|
|
156
|
+
attr_accessor :kind
|
|
157
|
+
|
|
158
|
+
# Continuation token used to page through ad clients. To retrieve the next page
|
|
159
|
+
# of results, set the next request's "pageToken" value to this.
|
|
160
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
161
|
+
# @return [String]
|
|
162
|
+
attr_accessor :next_page_token
|
|
163
|
+
|
|
164
|
+
def initialize(**args)
|
|
165
|
+
update!(**args)
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
# Update properties of this object
|
|
169
|
+
def update!(**args)
|
|
170
|
+
@etag = args[:etag] unless args[:etag].nil?
|
|
171
|
+
@items = args[:items] unless args[:items].nil?
|
|
172
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
173
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
#
|
|
178
|
+
class AdCode
|
|
179
|
+
include Google::Apis::Core::Hashable
|
|
180
|
+
|
|
181
|
+
# The ad code snippet.
|
|
182
|
+
# Corresponds to the JSON property `adCode`
|
|
183
|
+
# @return [String]
|
|
184
|
+
attr_accessor :ad_code
|
|
185
|
+
|
|
186
|
+
# Kind this is, in this case adsensehost#adCode.
|
|
187
|
+
# Corresponds to the JSON property `kind`
|
|
188
|
+
# @return [String]
|
|
189
|
+
attr_accessor :kind
|
|
190
|
+
|
|
191
|
+
def initialize(**args)
|
|
192
|
+
update!(**args)
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Update properties of this object
|
|
196
|
+
def update!(**args)
|
|
197
|
+
@ad_code = args[:ad_code] unless args[:ad_code].nil?
|
|
198
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
199
|
+
end
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
#
|
|
203
|
+
class AdStyle
|
|
204
|
+
include Google::Apis::Core::Hashable
|
|
205
|
+
|
|
206
|
+
# The colors included in the style. These are represented as six hexadecimal
|
|
207
|
+
# characters, similar to HTML color codes, but without the leading hash.
|
|
208
|
+
# Corresponds to the JSON property `colors`
|
|
209
|
+
# @return [Google::Apis::AdsensehostV4_1::AdStyle::Colors]
|
|
210
|
+
attr_accessor :colors
|
|
211
|
+
|
|
212
|
+
# The style of the corners in the ad. Possible values are SQUARE,
|
|
213
|
+
# SLIGHTLY_ROUNDED and VERY_ROUNDED.
|
|
214
|
+
# Corresponds to the JSON property `corners`
|
|
215
|
+
# @return [String]
|
|
216
|
+
attr_accessor :corners
|
|
217
|
+
|
|
218
|
+
# The font which is included in the style.
|
|
219
|
+
# Corresponds to the JSON property `font`
|
|
220
|
+
# @return [Google::Apis::AdsensehostV4_1::AdStyle::Font]
|
|
221
|
+
attr_accessor :font
|
|
222
|
+
|
|
223
|
+
# Kind this is, in this case adsensehost#adStyle.
|
|
224
|
+
# Corresponds to the JSON property `kind`
|
|
225
|
+
# @return [String]
|
|
226
|
+
attr_accessor :kind
|
|
227
|
+
|
|
228
|
+
def initialize(**args)
|
|
229
|
+
update!(**args)
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
# Update properties of this object
|
|
233
|
+
def update!(**args)
|
|
234
|
+
@colors = args[:colors] unless args[:colors].nil?
|
|
235
|
+
@corners = args[:corners] unless args[:corners].nil?
|
|
236
|
+
@font = args[:font] unless args[:font].nil?
|
|
237
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
# The colors included in the style. These are represented as six hexadecimal
|
|
241
|
+
# characters, similar to HTML color codes, but without the leading hash.
|
|
242
|
+
class Colors
|
|
243
|
+
include Google::Apis::Core::Hashable
|
|
244
|
+
|
|
245
|
+
# The color of the ad background.
|
|
246
|
+
# Corresponds to the JSON property `background`
|
|
247
|
+
# @return [String]
|
|
248
|
+
attr_accessor :background
|
|
249
|
+
|
|
250
|
+
# The color of the ad border.
|
|
251
|
+
# Corresponds to the JSON property `border`
|
|
252
|
+
# @return [String]
|
|
253
|
+
attr_accessor :border
|
|
254
|
+
|
|
255
|
+
# The color of the ad text.
|
|
256
|
+
# Corresponds to the JSON property `text`
|
|
257
|
+
# @return [String]
|
|
258
|
+
attr_accessor :text
|
|
259
|
+
|
|
260
|
+
# The color of the ad title.
|
|
261
|
+
# Corresponds to the JSON property `title`
|
|
262
|
+
# @return [String]
|
|
263
|
+
attr_accessor :title
|
|
264
|
+
|
|
265
|
+
# The color of the ad url.
|
|
266
|
+
# Corresponds to the JSON property `url`
|
|
267
|
+
# @return [String]
|
|
268
|
+
attr_accessor :url
|
|
269
|
+
|
|
270
|
+
def initialize(**args)
|
|
271
|
+
update!(**args)
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
# Update properties of this object
|
|
275
|
+
def update!(**args)
|
|
276
|
+
@background = args[:background] unless args[:background].nil?
|
|
277
|
+
@border = args[:border] unless args[:border].nil?
|
|
278
|
+
@text = args[:text] unless args[:text].nil?
|
|
279
|
+
@title = args[:title] unless args[:title].nil?
|
|
280
|
+
@url = args[:url] unless args[:url].nil?
|
|
281
|
+
end
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
# The font which is included in the style.
|
|
285
|
+
class Font
|
|
286
|
+
include Google::Apis::Core::Hashable
|
|
287
|
+
|
|
288
|
+
# The family of the font. Possible values are: ACCOUNT_DEFAULT_FAMILY,
|
|
289
|
+
# ADSENSE_DEFAULT_FAMILY, ARIAL, TIMES and VERDANA.
|
|
290
|
+
# Corresponds to the JSON property `family`
|
|
291
|
+
# @return [String]
|
|
292
|
+
attr_accessor :family
|
|
293
|
+
|
|
294
|
+
# The size of the font. Possible values are: ACCOUNT_DEFAULT_SIZE,
|
|
295
|
+
# ADSENSE_DEFAULT_SIZE, SMALL, MEDIUM and LARGE.
|
|
296
|
+
# Corresponds to the JSON property `size`
|
|
297
|
+
# @return [String]
|
|
298
|
+
attr_accessor :size
|
|
299
|
+
|
|
300
|
+
def initialize(**args)
|
|
301
|
+
update!(**args)
|
|
302
|
+
end
|
|
303
|
+
|
|
304
|
+
# Update properties of this object
|
|
305
|
+
def update!(**args)
|
|
306
|
+
@family = args[:family] unless args[:family].nil?
|
|
307
|
+
@size = args[:size] unless args[:size].nil?
|
|
308
|
+
end
|
|
309
|
+
end
|
|
310
|
+
end
|
|
311
|
+
|
|
312
|
+
#
|
|
313
|
+
class AdUnit
|
|
314
|
+
include Google::Apis::Core::Hashable
|
|
315
|
+
|
|
316
|
+
# Identity code of this ad unit, not necessarily unique across ad clients.
|
|
317
|
+
# Corresponds to the JSON property `code`
|
|
318
|
+
# @return [String]
|
|
319
|
+
attr_accessor :code
|
|
320
|
+
|
|
321
|
+
# Settings specific to content ads (AFC) and highend mobile content ads (AFMC).
|
|
322
|
+
# Corresponds to the JSON property `contentAdsSettings`
|
|
323
|
+
# @return [Google::Apis::AdsensehostV4_1::AdUnit::ContentAdsSettings]
|
|
324
|
+
attr_accessor :content_ads_settings
|
|
325
|
+
|
|
326
|
+
# Custom style information specific to this ad unit.
|
|
327
|
+
# Corresponds to the JSON property `customStyle`
|
|
328
|
+
# @return [Google::Apis::AdsensehostV4_1::AdStyle]
|
|
329
|
+
attr_accessor :custom_style
|
|
330
|
+
|
|
331
|
+
# Unique identifier of this ad unit. This should be considered an opaque
|
|
332
|
+
# identifier; it is not safe to rely on it being in any particular format.
|
|
333
|
+
# Corresponds to the JSON property `id`
|
|
334
|
+
# @return [String]
|
|
335
|
+
attr_accessor :id
|
|
336
|
+
|
|
337
|
+
# Kind of resource this is, in this case adsensehost#adUnit.
|
|
338
|
+
# Corresponds to the JSON property `kind`
|
|
339
|
+
# @return [String]
|
|
340
|
+
attr_accessor :kind
|
|
341
|
+
|
|
342
|
+
# Settings specific to WAP mobile content ads (AFMC).
|
|
343
|
+
# Corresponds to the JSON property `mobileContentAdsSettings`
|
|
344
|
+
# @return [Google::Apis::AdsensehostV4_1::AdUnit::MobileContentAdsSettings]
|
|
345
|
+
attr_accessor :mobile_content_ads_settings
|
|
346
|
+
|
|
347
|
+
# Name of this ad unit.
|
|
348
|
+
# Corresponds to the JSON property `name`
|
|
349
|
+
# @return [String]
|
|
350
|
+
attr_accessor :name
|
|
351
|
+
|
|
352
|
+
# Status of this ad unit. Possible values are:
|
|
353
|
+
# NEW: Indicates that the ad unit was created within the last seven days and
|
|
354
|
+
# does not yet have any activity associated with it.
|
|
355
|
+
# ACTIVE: Indicates that there has been activity on this ad unit in the last
|
|
356
|
+
# seven days.
|
|
357
|
+
# INACTIVE: Indicates that there has been no activity on this ad unit in the
|
|
358
|
+
# last seven days.
|
|
359
|
+
# Corresponds to the JSON property `status`
|
|
360
|
+
# @return [String]
|
|
361
|
+
attr_accessor :status
|
|
362
|
+
|
|
363
|
+
def initialize(**args)
|
|
364
|
+
update!(**args)
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
# Update properties of this object
|
|
368
|
+
def update!(**args)
|
|
369
|
+
@code = args[:code] unless args[:code].nil?
|
|
370
|
+
@content_ads_settings = args[:content_ads_settings] unless args[:content_ads_settings].nil?
|
|
371
|
+
@custom_style = args[:custom_style] unless args[:custom_style].nil?
|
|
372
|
+
@id = args[:id] unless args[:id].nil?
|
|
373
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
374
|
+
@mobile_content_ads_settings = args[:mobile_content_ads_settings] unless args[:mobile_content_ads_settings].nil?
|
|
375
|
+
@name = args[:name] unless args[:name].nil?
|
|
376
|
+
@status = args[:status] unless args[:status].nil?
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
# Settings specific to content ads (AFC) and highend mobile content ads (AFMC).
|
|
380
|
+
class ContentAdsSettings
|
|
381
|
+
include Google::Apis::Core::Hashable
|
|
382
|
+
|
|
383
|
+
# The backup option to be used in instances where no ad is available.
|
|
384
|
+
# Corresponds to the JSON property `backupOption`
|
|
385
|
+
# @return [Google::Apis::AdsensehostV4_1::AdUnit::ContentAdsSettings::BackupOption]
|
|
386
|
+
attr_accessor :backup_option
|
|
387
|
+
|
|
388
|
+
# Size of this ad unit. Size values are in the form SIZE_`width`_`height`.
|
|
389
|
+
# Corresponds to the JSON property `size`
|
|
390
|
+
# @return [String]
|
|
391
|
+
attr_accessor :size
|
|
392
|
+
|
|
393
|
+
# Type of this ad unit. Possible values are TEXT, TEXT_IMAGE, IMAGE and LINK.
|
|
394
|
+
# Corresponds to the JSON property `type`
|
|
395
|
+
# @return [String]
|
|
396
|
+
attr_accessor :type
|
|
397
|
+
|
|
398
|
+
def initialize(**args)
|
|
399
|
+
update!(**args)
|
|
400
|
+
end
|
|
401
|
+
|
|
402
|
+
# Update properties of this object
|
|
403
|
+
def update!(**args)
|
|
404
|
+
@backup_option = args[:backup_option] unless args[:backup_option].nil?
|
|
405
|
+
@size = args[:size] unless args[:size].nil?
|
|
406
|
+
@type = args[:type] unless args[:type].nil?
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
# The backup option to be used in instances where no ad is available.
|
|
410
|
+
class BackupOption
|
|
411
|
+
include Google::Apis::Core::Hashable
|
|
412
|
+
|
|
413
|
+
# Color to use when type is set to COLOR. These are represented as six
|
|
414
|
+
# hexadecimal characters, similar to HTML color codes, but without the leading
|
|
415
|
+
# hash.
|
|
416
|
+
# Corresponds to the JSON property `color`
|
|
417
|
+
# @return [String]
|
|
418
|
+
attr_accessor :color
|
|
419
|
+
|
|
420
|
+
# Type of the backup option. Possible values are BLANK, COLOR and URL.
|
|
421
|
+
# Corresponds to the JSON property `type`
|
|
422
|
+
# @return [String]
|
|
423
|
+
attr_accessor :type
|
|
424
|
+
|
|
425
|
+
# URL to use when type is set to URL.
|
|
426
|
+
# Corresponds to the JSON property `url`
|
|
427
|
+
# @return [String]
|
|
428
|
+
attr_accessor :url
|
|
429
|
+
|
|
430
|
+
def initialize(**args)
|
|
431
|
+
update!(**args)
|
|
432
|
+
end
|
|
433
|
+
|
|
434
|
+
# Update properties of this object
|
|
435
|
+
def update!(**args)
|
|
436
|
+
@color = args[:color] unless args[:color].nil?
|
|
437
|
+
@type = args[:type] unless args[:type].nil?
|
|
438
|
+
@url = args[:url] unless args[:url].nil?
|
|
439
|
+
end
|
|
440
|
+
end
|
|
441
|
+
end
|
|
442
|
+
|
|
443
|
+
# Settings specific to WAP mobile content ads (AFMC).
|
|
444
|
+
class MobileContentAdsSettings
|
|
445
|
+
include Google::Apis::Core::Hashable
|
|
446
|
+
|
|
447
|
+
# The markup language to use for this ad unit.
|
|
448
|
+
# Corresponds to the JSON property `markupLanguage`
|
|
449
|
+
# @return [String]
|
|
450
|
+
attr_accessor :markup_language
|
|
451
|
+
|
|
452
|
+
# The scripting language to use for this ad unit.
|
|
453
|
+
# Corresponds to the JSON property `scriptingLanguage`
|
|
454
|
+
# @return [String]
|
|
455
|
+
attr_accessor :scripting_language
|
|
456
|
+
|
|
457
|
+
# Size of this ad unit.
|
|
458
|
+
# Corresponds to the JSON property `size`
|
|
459
|
+
# @return [String]
|
|
460
|
+
attr_accessor :size
|
|
461
|
+
|
|
462
|
+
# Type of this ad unit.
|
|
463
|
+
# Corresponds to the JSON property `type`
|
|
464
|
+
# @return [String]
|
|
465
|
+
attr_accessor :type
|
|
466
|
+
|
|
467
|
+
def initialize(**args)
|
|
468
|
+
update!(**args)
|
|
469
|
+
end
|
|
470
|
+
|
|
471
|
+
# Update properties of this object
|
|
472
|
+
def update!(**args)
|
|
473
|
+
@markup_language = args[:markup_language] unless args[:markup_language].nil?
|
|
474
|
+
@scripting_language = args[:scripting_language] unless args[:scripting_language].nil?
|
|
475
|
+
@size = args[:size] unless args[:size].nil?
|
|
476
|
+
@type = args[:type] unless args[:type].nil?
|
|
477
|
+
end
|
|
478
|
+
end
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
#
|
|
482
|
+
class AdUnits
|
|
483
|
+
include Google::Apis::Core::Hashable
|
|
484
|
+
|
|
485
|
+
# ETag of this response for caching purposes.
|
|
486
|
+
# Corresponds to the JSON property `etag`
|
|
487
|
+
# @return [String]
|
|
488
|
+
attr_accessor :etag
|
|
489
|
+
|
|
490
|
+
# The ad units returned in this list response.
|
|
491
|
+
# Corresponds to the JSON property `items`
|
|
492
|
+
# @return [Array<Google::Apis::AdsensehostV4_1::AdUnit>]
|
|
493
|
+
attr_accessor :items
|
|
494
|
+
|
|
495
|
+
# Kind of list this is, in this case adsensehost#adUnits.
|
|
496
|
+
# Corresponds to the JSON property `kind`
|
|
497
|
+
# @return [String]
|
|
498
|
+
attr_accessor :kind
|
|
499
|
+
|
|
500
|
+
# Continuation token used to page through ad units. To retrieve the next page of
|
|
501
|
+
# results, set the next request's "pageToken" value to this.
|
|
502
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
503
|
+
# @return [String]
|
|
504
|
+
attr_accessor :next_page_token
|
|
505
|
+
|
|
506
|
+
def initialize(**args)
|
|
507
|
+
update!(**args)
|
|
508
|
+
end
|
|
509
|
+
|
|
510
|
+
# Update properties of this object
|
|
511
|
+
def update!(**args)
|
|
512
|
+
@etag = args[:etag] unless args[:etag].nil?
|
|
513
|
+
@items = args[:items] unless args[:items].nil?
|
|
514
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
515
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
|
516
|
+
end
|
|
517
|
+
end
|
|
518
|
+
|
|
519
|
+
#
|
|
520
|
+
class AssociationSession
|
|
521
|
+
include Google::Apis::Core::Hashable
|
|
522
|
+
|
|
523
|
+
# Hosted account id of the associated publisher after association. Present if
|
|
524
|
+
# status is ACCEPTED.
|
|
525
|
+
# Corresponds to the JSON property `accountId`
|
|
526
|
+
# @return [String]
|
|
527
|
+
attr_accessor :account_id
|
|
528
|
+
|
|
529
|
+
# Unique identifier of this association session.
|
|
530
|
+
# Corresponds to the JSON property `id`
|
|
531
|
+
# @return [String]
|
|
532
|
+
attr_accessor :id
|
|
533
|
+
|
|
534
|
+
# Kind of resource this is, in this case adsensehost#associationSession.
|
|
535
|
+
# Corresponds to the JSON property `kind`
|
|
536
|
+
# @return [String]
|
|
537
|
+
attr_accessor :kind
|
|
538
|
+
|
|
539
|
+
# The products to associate with the user. Options: AFC, AFF, AFS, AFMC
|
|
540
|
+
# Corresponds to the JSON property `productCodes`
|
|
541
|
+
# @return [Array<String>]
|
|
542
|
+
attr_accessor :product_codes
|
|
543
|
+
|
|
544
|
+
# Redirect URL of this association session. Used to redirect users into the
|
|
545
|
+
# AdSense association flow.
|
|
546
|
+
# Corresponds to the JSON property `redirectUrl`
|
|
547
|
+
# @return [String]
|
|
548
|
+
attr_accessor :redirect_url
|
|
549
|
+
|
|
550
|
+
# Status of the completed association, available once the association callback
|
|
551
|
+
# token has been verified. One of ACCEPTED, REJECTED, or ERROR.
|
|
552
|
+
# Corresponds to the JSON property `status`
|
|
553
|
+
# @return [String]
|
|
554
|
+
attr_accessor :status
|
|
555
|
+
|
|
556
|
+
# The preferred locale of the user themselves when going through the AdSense
|
|
557
|
+
# association flow.
|
|
558
|
+
# Corresponds to the JSON property `userLocale`
|
|
559
|
+
# @return [String]
|
|
560
|
+
attr_accessor :user_locale
|
|
561
|
+
|
|
562
|
+
# The locale of the user's hosted website.
|
|
563
|
+
# Corresponds to the JSON property `websiteLocale`
|
|
564
|
+
# @return [String]
|
|
565
|
+
attr_accessor :website_locale
|
|
566
|
+
|
|
567
|
+
# The URL of the user's hosted website.
|
|
568
|
+
# Corresponds to the JSON property `websiteUrl`
|
|
569
|
+
# @return [String]
|
|
570
|
+
attr_accessor :website_url
|
|
571
|
+
|
|
572
|
+
def initialize(**args)
|
|
573
|
+
update!(**args)
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
# Update properties of this object
|
|
577
|
+
def update!(**args)
|
|
578
|
+
@account_id = args[:account_id] unless args[:account_id].nil?
|
|
579
|
+
@id = args[:id] unless args[:id].nil?
|
|
580
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
581
|
+
@product_codes = args[:product_codes] unless args[:product_codes].nil?
|
|
582
|
+
@redirect_url = args[:redirect_url] unless args[:redirect_url].nil?
|
|
583
|
+
@status = args[:status] unless args[:status].nil?
|
|
584
|
+
@user_locale = args[:user_locale] unless args[:user_locale].nil?
|
|
585
|
+
@website_locale = args[:website_locale] unless args[:website_locale].nil?
|
|
586
|
+
@website_url = args[:website_url] unless args[:website_url].nil?
|
|
587
|
+
end
|
|
588
|
+
end
|
|
589
|
+
|
|
590
|
+
#
|
|
591
|
+
class CustomChannel
|
|
592
|
+
include Google::Apis::Core::Hashable
|
|
593
|
+
|
|
594
|
+
# Code of this custom channel, not necessarily unique across ad clients.
|
|
595
|
+
# Corresponds to the JSON property `code`
|
|
596
|
+
# @return [String]
|
|
597
|
+
attr_accessor :code
|
|
598
|
+
|
|
599
|
+
# Unique identifier of this custom channel. This should be considered an opaque
|
|
600
|
+
# identifier; it is not safe to rely on it being in any particular format.
|
|
601
|
+
# Corresponds to the JSON property `id`
|
|
602
|
+
# @return [String]
|
|
603
|
+
attr_accessor :id
|
|
604
|
+
|
|
605
|
+
# Kind of resource this is, in this case adsensehost#customChannel.
|
|
606
|
+
# Corresponds to the JSON property `kind`
|
|
607
|
+
# @return [String]
|
|
608
|
+
attr_accessor :kind
|
|
609
|
+
|
|
610
|
+
# Name of this custom channel.
|
|
611
|
+
# Corresponds to the JSON property `name`
|
|
612
|
+
# @return [String]
|
|
613
|
+
attr_accessor :name
|
|
614
|
+
|
|
615
|
+
def initialize(**args)
|
|
616
|
+
update!(**args)
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
# Update properties of this object
|
|
620
|
+
def update!(**args)
|
|
621
|
+
@code = args[:code] unless args[:code].nil?
|
|
622
|
+
@id = args[:id] unless args[:id].nil?
|
|
623
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
624
|
+
@name = args[:name] unless args[:name].nil?
|
|
625
|
+
end
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
#
|
|
629
|
+
class CustomChannels
|
|
630
|
+
include Google::Apis::Core::Hashable
|
|
631
|
+
|
|
632
|
+
# ETag of this response for caching purposes.
|
|
633
|
+
# Corresponds to the JSON property `etag`
|
|
634
|
+
# @return [String]
|
|
635
|
+
attr_accessor :etag
|
|
636
|
+
|
|
637
|
+
# The custom channels returned in this list response.
|
|
638
|
+
# Corresponds to the JSON property `items`
|
|
639
|
+
# @return [Array<Google::Apis::AdsensehostV4_1::CustomChannel>]
|
|
640
|
+
attr_accessor :items
|
|
641
|
+
|
|
642
|
+
# Kind of list this is, in this case adsensehost#customChannels.
|
|
643
|
+
# Corresponds to the JSON property `kind`
|
|
644
|
+
# @return [String]
|
|
645
|
+
attr_accessor :kind
|
|
646
|
+
|
|
647
|
+
# Continuation token used to page through custom channels. To retrieve the next
|
|
648
|
+
# page of results, set the next request's "pageToken" value to this.
|
|
649
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
650
|
+
# @return [String]
|
|
651
|
+
attr_accessor :next_page_token
|
|
652
|
+
|
|
653
|
+
def initialize(**args)
|
|
654
|
+
update!(**args)
|
|
655
|
+
end
|
|
656
|
+
|
|
657
|
+
# Update properties of this object
|
|
658
|
+
def update!(**args)
|
|
659
|
+
@etag = args[:etag] unless args[:etag].nil?
|
|
660
|
+
@items = args[:items] unless args[:items].nil?
|
|
661
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
662
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
|
663
|
+
end
|
|
664
|
+
end
|
|
665
|
+
|
|
666
|
+
#
|
|
667
|
+
class Report
|
|
668
|
+
include Google::Apis::Core::Hashable
|
|
669
|
+
|
|
670
|
+
# The averages of the report. This is the same length as any other row in the
|
|
671
|
+
# report; cells corresponding to dimension columns are empty.
|
|
672
|
+
# Corresponds to the JSON property `averages`
|
|
673
|
+
# @return [Array<String>]
|
|
674
|
+
attr_accessor :averages
|
|
675
|
+
|
|
676
|
+
# The header information of the columns requested in the report. This is a list
|
|
677
|
+
# of headers; one for each dimension in the request, followed by one for each
|
|
678
|
+
# metric in the request.
|
|
679
|
+
# Corresponds to the JSON property `headers`
|
|
680
|
+
# @return [Array<Google::Apis::AdsensehostV4_1::Report::Header>]
|
|
681
|
+
attr_accessor :headers
|
|
682
|
+
|
|
683
|
+
# Kind this is, in this case adsensehost#report.
|
|
684
|
+
# Corresponds to the JSON property `kind`
|
|
685
|
+
# @return [String]
|
|
686
|
+
attr_accessor :kind
|
|
687
|
+
|
|
688
|
+
# The output rows of the report. Each row is a list of cells; one for each
|
|
689
|
+
# dimension in the request, followed by one for each metric in the request. The
|
|
690
|
+
# dimension cells contain strings, and the metric cells contain numbers.
|
|
691
|
+
# Corresponds to the JSON property `rows`
|
|
692
|
+
# @return [Array<Array<String>>]
|
|
693
|
+
attr_accessor :rows
|
|
694
|
+
|
|
695
|
+
# The total number of rows matched by the report request. Fewer rows may be
|
|
696
|
+
# returned in the response due to being limited by the row count requested or
|
|
697
|
+
# the report row limit.
|
|
698
|
+
# Corresponds to the JSON property `totalMatchedRows`
|
|
699
|
+
# @return [String]
|
|
700
|
+
attr_accessor :total_matched_rows
|
|
701
|
+
|
|
702
|
+
# The totals of the report. This is the same length as any other row in the
|
|
703
|
+
# report; cells corresponding to dimension columns are empty.
|
|
704
|
+
# Corresponds to the JSON property `totals`
|
|
705
|
+
# @return [Array<String>]
|
|
706
|
+
attr_accessor :totals
|
|
707
|
+
|
|
708
|
+
# Any warnings associated with generation of the report.
|
|
709
|
+
# Corresponds to the JSON property `warnings`
|
|
710
|
+
# @return [Array<String>]
|
|
711
|
+
attr_accessor :warnings
|
|
712
|
+
|
|
713
|
+
def initialize(**args)
|
|
714
|
+
update!(**args)
|
|
715
|
+
end
|
|
716
|
+
|
|
717
|
+
# Update properties of this object
|
|
718
|
+
def update!(**args)
|
|
719
|
+
@averages = args[:averages] unless args[:averages].nil?
|
|
720
|
+
@headers = args[:headers] unless args[:headers].nil?
|
|
721
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
722
|
+
@rows = args[:rows] unless args[:rows].nil?
|
|
723
|
+
@total_matched_rows = args[:total_matched_rows] unless args[:total_matched_rows].nil?
|
|
724
|
+
@totals = args[:totals] unless args[:totals].nil?
|
|
725
|
+
@warnings = args[:warnings] unless args[:warnings].nil?
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
#
|
|
729
|
+
class Header
|
|
730
|
+
include Google::Apis::Core::Hashable
|
|
731
|
+
|
|
732
|
+
# The currency of this column. Only present if the header type is
|
|
733
|
+
# METRIC_CURRENCY.
|
|
734
|
+
# Corresponds to the JSON property `currency`
|
|
735
|
+
# @return [String]
|
|
736
|
+
attr_accessor :currency
|
|
737
|
+
|
|
738
|
+
# The name of the header.
|
|
739
|
+
# Corresponds to the JSON property `name`
|
|
740
|
+
# @return [String]
|
|
741
|
+
attr_accessor :name
|
|
742
|
+
|
|
743
|
+
# The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or
|
|
744
|
+
# METRIC_CURRENCY.
|
|
745
|
+
# Corresponds to the JSON property `type`
|
|
746
|
+
# @return [String]
|
|
747
|
+
attr_accessor :type
|
|
748
|
+
|
|
749
|
+
def initialize(**args)
|
|
750
|
+
update!(**args)
|
|
751
|
+
end
|
|
752
|
+
|
|
753
|
+
# Update properties of this object
|
|
754
|
+
def update!(**args)
|
|
755
|
+
@currency = args[:currency] unless args[:currency].nil?
|
|
756
|
+
@name = args[:name] unless args[:name].nil?
|
|
757
|
+
@type = args[:type] unless args[:type].nil?
|
|
758
|
+
end
|
|
759
|
+
end
|
|
760
|
+
end
|
|
761
|
+
|
|
762
|
+
#
|
|
763
|
+
class UrlChannel
|
|
764
|
+
include Google::Apis::Core::Hashable
|
|
765
|
+
|
|
766
|
+
# Unique identifier of this URL channel. This should be considered an opaque
|
|
767
|
+
# identifier; it is not safe to rely on it being in any particular format.
|
|
768
|
+
# Corresponds to the JSON property `id`
|
|
769
|
+
# @return [String]
|
|
770
|
+
attr_accessor :id
|
|
771
|
+
|
|
772
|
+
# Kind of resource this is, in this case adsensehost#urlChannel.
|
|
773
|
+
# Corresponds to the JSON property `kind`
|
|
774
|
+
# @return [String]
|
|
775
|
+
attr_accessor :kind
|
|
776
|
+
|
|
777
|
+
# URL Pattern of this URL channel. Does not include "http://" or "https://".
|
|
778
|
+
# Example: www.example.com/home
|
|
779
|
+
# Corresponds to the JSON property `urlPattern`
|
|
780
|
+
# @return [String]
|
|
781
|
+
attr_accessor :url_pattern
|
|
782
|
+
|
|
783
|
+
def initialize(**args)
|
|
784
|
+
update!(**args)
|
|
785
|
+
end
|
|
786
|
+
|
|
787
|
+
# Update properties of this object
|
|
788
|
+
def update!(**args)
|
|
789
|
+
@id = args[:id] unless args[:id].nil?
|
|
790
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
791
|
+
@url_pattern = args[:url_pattern] unless args[:url_pattern].nil?
|
|
792
|
+
end
|
|
793
|
+
end
|
|
794
|
+
|
|
795
|
+
#
|
|
796
|
+
class UrlChannels
|
|
797
|
+
include Google::Apis::Core::Hashable
|
|
798
|
+
|
|
799
|
+
# ETag of this response for caching purposes.
|
|
800
|
+
# Corresponds to the JSON property `etag`
|
|
801
|
+
# @return [String]
|
|
802
|
+
attr_accessor :etag
|
|
803
|
+
|
|
804
|
+
# The URL channels returned in this list response.
|
|
805
|
+
# Corresponds to the JSON property `items`
|
|
806
|
+
# @return [Array<Google::Apis::AdsensehostV4_1::UrlChannel>]
|
|
807
|
+
attr_accessor :items
|
|
808
|
+
|
|
809
|
+
# Kind of list this is, in this case adsensehost#urlChannels.
|
|
810
|
+
# Corresponds to the JSON property `kind`
|
|
811
|
+
# @return [String]
|
|
812
|
+
attr_accessor :kind
|
|
813
|
+
|
|
814
|
+
# Continuation token used to page through URL channels. To retrieve the next
|
|
815
|
+
# page of results, set the next request's "pageToken" value to this.
|
|
816
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
817
|
+
# @return [String]
|
|
818
|
+
attr_accessor :next_page_token
|
|
819
|
+
|
|
820
|
+
def initialize(**args)
|
|
821
|
+
update!(**args)
|
|
822
|
+
end
|
|
823
|
+
|
|
824
|
+
# Update properties of this object
|
|
825
|
+
def update!(**args)
|
|
826
|
+
@etag = args[:etag] unless args[:etag].nil?
|
|
827
|
+
@items = args[:items] unless args[:items].nil?
|
|
828
|
+
@kind = args[:kind] unless args[:kind].nil?
|
|
829
|
+
@next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
|
|
830
|
+
end
|
|
831
|
+
end
|
|
832
|
+
end
|
|
833
|
+
end
|
|
834
|
+
end
|