google-api-client 0.32.1 → 0.36.0
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 +5 -5
- data/.kokoro/continuous/linux.cfg +2 -2
- data/.kokoro/continuous/post.cfg +30 -0
- data/.kokoro/presubmit/linux.cfg +1 -1
- data/.kokoro/release.cfg +94 -0
- data/.repo-metadata.json +5 -0
- data/.rubocop.yml +5 -0
- data/.yardopts +16 -3
- data/CHANGELOG.md +327 -0
- data/Gemfile +1 -0
- data/OVERVIEW.md +36 -0
- data/README.md +50 -2
- data/Rakefile +71 -2
- data/docs/api-keys.md +20 -0
- data/docs/auth.md +53 -0
- data/docs/client-secrets.md +69 -0
- data/docs/getting-started.md +340 -0
- data/docs/installation.md +0 -0
- data/docs/logging.md +34 -0
- data/docs/media-upload.md +25 -0
- data/docs/oauth-installed.md +191 -0
- data/docs/oauth-server.md +135 -0
- data/docs/oauth-web.md +280 -0
- data/docs/oauth.md +268 -0
- data/docs/pagination.md +29 -0
- data/docs/performance.md +25 -0
- data/generated/google/apis/accessapproval_v1beta1/classes.rb +35 -2
- data/generated/google/apis/accessapproval_v1beta1/representations.rb +13 -0
- data/generated/google/apis/accessapproval_v1beta1/service.rb +108 -6
- data/generated/google/apis/accessapproval_v1beta1.rb +1 -1
- data/generated/google/apis/accesscontextmanager_v1/classes.rb +1 -1
- data/generated/google/apis/accesscontextmanager_v1.rb +1 -1
- data/generated/google/apis/accesscontextmanager_v1beta/classes.rb +1 -73
- data/generated/google/apis/accesscontextmanager_v1beta/representations.rb +0 -32
- data/generated/google/apis/accesscontextmanager_v1beta.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +24 -2
- data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +1 -0
- data/generated/google/apis/adexchangebuyer_v1_3.rb +1 -1
- data/generated/google/apis/adexchangebuyer_v1_4/classes.rb +25 -3
- data/generated/google/apis/adexchangebuyer_v1_4/representations.rb +1 -0
- data/generated/google/apis/adexchangebuyer_v1_4.rb +1 -1
- data/generated/google/apis/admin_datatransfer_v1/classes.rb +5 -5
- data/generated/google/apis/admin_datatransfer_v1/service.rb +2 -2
- data/generated/google/apis/admin_datatransfer_v1.rb +1 -1
- data/generated/google/apis/admin_directory_v1/classes.rb +4 -3
- data/generated/google/apis/admin_directory_v1.rb +4 -1
- data/generated/google/apis/admin_reports_v1/classes.rb +87 -44
- data/generated/google/apis/admin_reports_v1/service.rb +310 -64
- data/generated/google/apis/admin_reports_v1.rb +2 -2
- data/generated/google/apis/androidmanagement_v1.rb +1 -1
- data/generated/google/apis/androidpublisher_v3/classes.rb +105 -0
- data/generated/google/apis/androidpublisher_v3/representations.rb +51 -0
- data/generated/google/apis/androidpublisher_v3.rb +1 -1
- data/generated/google/apis/appengine_v1/service.rb +10 -6
- data/generated/google/apis/appengine_v1.rb +1 -1
- data/generated/google/apis/appengine_v1beta/service.rb +10 -6
- data/generated/google/apis/appengine_v1beta.rb +1 -1
- data/generated/google/apis/appsmarket_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +104 -23
- data/generated/google/apis/bigquery_v2/representations.rb +37 -0
- data/generated/google/apis/bigquery_v2/service.rb +1 -5
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigqueryconnection_v1beta1/classes.rb +6 -5
- data/generated/google/apis/bigqueryconnection_v1beta1/service.rb +3 -2
- data/generated/google/apis/bigqueryconnection_v1beta1.rb +1 -1
- data/generated/google/apis/bigquerydatatransfer_v1/service.rb +30 -4
- data/generated/google/apis/bigquerydatatransfer_v1.rb +1 -1
- data/generated/google/apis/bigqueryreservation_v1/classes.rb +0 -21
- data/generated/google/apis/bigqueryreservation_v1/representations.rb +0 -13
- data/generated/google/apis/bigqueryreservation_v1.rb +1 -1
- data/generated/google/apis/bigqueryreservation_v1alpha2/classes.rb +116 -1
- data/generated/google/apis/bigqueryreservation_v1alpha2/representations.rb +35 -0
- data/generated/google/apis/bigqueryreservation_v1alpha2/service.rb +71 -0
- data/generated/google/apis/bigqueryreservation_v1alpha2.rb +1 -1
- data/generated/google/apis/bigqueryreservation_v1beta1/classes.rb +61 -77
- data/generated/google/apis/bigqueryreservation_v1beta1/representations.rb +16 -17
- data/generated/google/apis/bigqueryreservation_v1beta1/service.rb +116 -78
- data/generated/google/apis/bigqueryreservation_v1beta1.rb +1 -1
- data/generated/google/apis/bigtableadmin_v1/classes.rb +1 -1
- data/generated/google/apis/bigtableadmin_v1.rb +1 -1
- data/generated/google/apis/bigtableadmin_v2/classes.rb +63 -30
- data/generated/google/apis/bigtableadmin_v2/service.rb +1 -1
- data/generated/google/apis/bigtableadmin_v2.rb +1 -1
- data/generated/google/apis/billingbudgets_v1beta1/classes.rb +392 -0
- data/generated/google/apis/billingbudgets_v1beta1/representations.rb +191 -0
- data/generated/google/apis/billingbudgets_v1beta1/service.rb +233 -0
- data/generated/google/apis/billingbudgets_v1beta1.rb +35 -0
- data/generated/google/apis/binaryauthorization_v1/classes.rb +6 -5
- data/generated/google/apis/binaryauthorization_v1/service.rb +2 -0
- data/generated/google/apis/binaryauthorization_v1.rb +1 -1
- data/generated/google/apis/binaryauthorization_v1beta1/classes.rb +6 -5
- data/generated/google/apis/binaryauthorization_v1beta1/service.rb +2 -0
- data/generated/google/apis/binaryauthorization_v1beta1.rb +1 -1
- data/generated/google/apis/books_v1/classes.rb +20 -0
- data/generated/google/apis/books_v1/representations.rb +3 -0
- data/generated/google/apis/books_v1.rb +1 -1
- data/generated/google/apis/calendar_v3/classes.rb +1 -1
- data/generated/google/apis/calendar_v3/service.rb +18 -30
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/civicinfo_v2/classes.rb +0 -156
- data/generated/google/apis/civicinfo_v2/representations.rb +2 -60
- data/generated/google/apis/civicinfo_v2.rb +1 -1
- data/generated/google/apis/cloudasset_v1/classes.rb +89 -55
- data/generated/google/apis/cloudasset_v1/service.rb +1 -2
- data/generated/google/apis/cloudasset_v1.rb +1 -1
- data/generated/google/apis/cloudasset_v1beta1/classes.rb +75 -40
- data/generated/google/apis/cloudasset_v1beta1.rb +1 -1
- data/generated/google/apis/cloudbilling_v1/classes.rb +82 -36
- data/generated/google/apis/cloudbilling_v1/representations.rb +0 -1
- data/generated/google/apis/cloudbilling_v1/service.rb +5 -3
- data/generated/google/apis/cloudbilling_v1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1/classes.rb +8 -2
- data/generated/google/apis/cloudbuild_v1/representations.rb +1 -0
- data/generated/google/apis/cloudbuild_v1/service.rb +18 -18
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/clouddebugger_v2/service.rb +14 -14
- data/generated/google/apis/clouddebugger_v2.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1/classes.rb +13 -5
- data/generated/google/apis/cloudfunctions_v1/representations.rb +1 -0
- data/generated/google/apis/cloudfunctions_v1/service.rb +10 -4
- data/generated/google/apis/cloudfunctions_v1.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1beta2/classes.rb +7 -0
- data/generated/google/apis/cloudfunctions_v1beta2/representations.rb +1 -0
- data/generated/google/apis/cloudfunctions_v1beta2/service.rb +10 -4
- data/generated/google/apis/cloudfunctions_v1beta2.rb +1 -1
- data/generated/google/apis/cloudidentity_v1/classes.rb +11 -8
- data/generated/google/apis/cloudidentity_v1/service.rb +2 -1
- data/generated/google/apis/cloudidentity_v1.rb +1 -1
- data/generated/google/apis/cloudidentity_v1beta1/classes.rb +13 -10
- data/generated/google/apis/cloudidentity_v1beta1/service.rb +2 -1
- data/generated/google/apis/cloudidentity_v1beta1.rb +1 -1
- data/generated/google/apis/cloudiot_v1/classes.rb +6 -5
- data/generated/google/apis/cloudiot_v1.rb +1 -1
- data/generated/google/apis/cloudkms_v1/classes.rb +6 -5
- data/generated/google/apis/cloudkms_v1/service.rb +3 -0
- data/generated/google/apis/cloudkms_v1.rb +1 -1
- data/generated/google/apis/cloudprivatecatalogproducer_v1beta1/classes.rb +75 -40
- data/generated/google/apis/cloudprivatecatalogproducer_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1/classes.rb +18 -17
- data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +6 -5
- data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v2/classes.rb +10 -13
- data/generated/google/apis/cloudresourcemanager_v2/service.rb +11 -13
- data/generated/google/apis/cloudresourcemanager_v2.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v2beta1/classes.rb +10 -13
- data/generated/google/apis/cloudresourcemanager_v2beta1/service.rb +11 -13
- data/generated/google/apis/cloudresourcemanager_v2beta1.rb +1 -1
- data/generated/google/apis/cloudscheduler_v1/classes.rb +2 -1
- data/generated/google/apis/cloudscheduler_v1.rb +1 -1
- data/generated/google/apis/cloudscheduler_v1beta1/classes.rb +2 -1
- data/generated/google/apis/cloudscheduler_v1beta1.rb +1 -1
- data/generated/google/apis/cloudsearch_v1/classes.rb +10 -132
- data/generated/google/apis/cloudsearch_v1/representations.rb +0 -75
- data/generated/google/apis/cloudsearch_v1/service.rb +47 -9
- data/generated/google/apis/cloudsearch_v1.rb +8 -8
- data/generated/google/apis/cloudshell_v1/classes.rb +24 -1
- data/generated/google/apis/cloudshell_v1/representations.rb +3 -0
- data/generated/google/apis/cloudshell_v1.rb +1 -1
- data/generated/google/apis/cloudshell_v1alpha1/classes.rb +24 -1
- data/generated/google/apis/cloudshell_v1alpha1/representations.rb +3 -0
- data/generated/google/apis/cloudshell_v1alpha1.rb +1 -1
- data/generated/google/apis/cloudtasks_v2/classes.rb +212 -5
- data/generated/google/apis/cloudtasks_v2/representations.rb +50 -0
- data/generated/google/apis/cloudtasks_v2.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta2/classes.rb +6 -5
- data/generated/google/apis/cloudtasks_v2beta2.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta3/classes.rb +6 -5
- data/generated/google/apis/cloudtasks_v2beta3.rb +1 -1
- data/generated/google/apis/commentanalyzer_v1alpha1/classes.rb +14 -19
- data/generated/google/apis/commentanalyzer_v1alpha1.rb +1 -1
- data/generated/google/apis/compute_alpha/classes.rb +594 -164
- data/generated/google/apis/compute_alpha/representations.rb +110 -2
- data/generated/google/apis/compute_alpha/service.rb +1035 -640
- data/generated/google/apis/compute_alpha.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +1070 -276
- data/generated/google/apis/compute_beta/representations.rb +284 -0
- data/generated/google/apis/compute_beta/service.rb +1242 -532
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +335 -133
- data/generated/google/apis/compute_v1/representations.rb +24 -0
- data/generated/google/apis/compute_v1/service.rb +759 -473
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/container_v1/classes.rb +410 -83
- data/generated/google/apis/container_v1/representations.rb +134 -0
- data/generated/google/apis/container_v1/service.rb +119 -119
- data/generated/google/apis/container_v1.rb +1 -1
- data/generated/google/apis/container_v1beta1/classes.rb +157 -3
- data/generated/google/apis/container_v1beta1/representations.rb +38 -0
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/containeranalysis_v1alpha1/classes.rb +6 -5
- data/generated/google/apis/containeranalysis_v1alpha1.rb +1 -1
- data/generated/google/apis/containeranalysis_v1beta1/classes.rb +6 -5
- data/generated/google/apis/containeranalysis_v1beta1.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +35 -223
- data/generated/google/apis/content_v2/representations.rb +0 -115
- data/generated/google/apis/content_v2/service.rb +0 -160
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2_1/classes.rb +69 -21
- data/generated/google/apis/content_v2_1/representations.rb +3 -0
- data/generated/google/apis/content_v2_1.rb +1 -1
- data/generated/google/apis/datacatalog_v1beta1/classes.rb +1646 -0
- data/generated/google/apis/datacatalog_v1beta1/representations.rb +700 -0
- data/generated/google/apis/datacatalog_v1beta1/service.rb +1982 -0
- data/generated/google/apis/{cloudbuild_v1alpha1.rb → datacatalog_v1beta1.rb} +10 -9
- data/generated/google/apis/dataflow_v1b3/classes.rb +6 -9
- data/generated/google/apis/dataflow_v1b3/representations.rb +1 -1
- data/generated/google/apis/dataflow_v1b3.rb +1 -1
- data/generated/google/apis/datafusion_v1beta1/classes.rb +156 -46
- data/generated/google/apis/datafusion_v1beta1/representations.rb +33 -0
- data/generated/google/apis/datafusion_v1beta1/service.rb +10 -1
- data/generated/google/apis/datafusion_v1beta1.rb +1 -1
- data/generated/google/apis/dataproc_v1/classes.rb +119 -11
- data/generated/google/apis/dataproc_v1/representations.rb +39 -0
- data/generated/google/apis/dataproc_v1/service.rb +14 -7
- data/generated/google/apis/dataproc_v1.rb +1 -1
- data/generated/google/apis/dataproc_v1beta2/classes.rb +9 -11
- data/generated/google/apis/dataproc_v1beta2/service.rb +26 -19
- data/generated/google/apis/dataproc_v1beta2.rb +1 -1
- data/generated/google/apis/datastore_v1/service.rb +85 -1
- data/generated/google/apis/datastore_v1.rb +1 -1
- data/generated/google/apis/datastore_v1beta3/service.rb +1 -1
- data/generated/google/apis/datastore_v1beta3.rb +1 -1
- data/generated/google/apis/dfareporting_v3_3/classes.rb +21 -1
- data/generated/google/apis/dfareporting_v3_3/service.rb +6 -6
- data/generated/google/apis/dfareporting_v3_3.rb +1 -1
- data/generated/google/apis/{dfareporting_v3_2 → dfareporting_v3_4}/classes.rb +1215 -797
- data/generated/google/apis/{dfareporting_v3_2 → dfareporting_v3_4}/representations.rb +593 -395
- data/generated/google/apis/{dfareporting_v3_2 → dfareporting_v3_4}/service.rb +966 -1074
- data/generated/google/apis/{dfareporting_v3_2.rb → dfareporting_v3_4.rb} +6 -6
- data/generated/google/apis/dialogflow_v2/classes.rb +509 -8
- data/generated/google/apis/dialogflow_v2/representations.rb +222 -0
- data/generated/google/apis/dialogflow_v2.rb +1 -1
- data/generated/google/apis/dialogflow_v2beta1/classes.rb +530 -8
- data/generated/google/apis/dialogflow_v2beta1/representations.rb +224 -0
- data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
- data/generated/google/apis/dlp_v2/classes.rb +109 -33
- data/generated/google/apis/dlp_v2/representations.rb +23 -3
- data/generated/google/apis/dlp_v2/service.rb +1996 -209
- data/generated/google/apis/dlp_v2.rb +1 -1
- data/generated/google/apis/dns_v1beta2/classes.rb +47 -0
- data/generated/google/apis/dns_v1beta2/representations.rb +17 -0
- data/generated/google/apis/dns_v1beta2.rb +1 -1
- data/generated/google/apis/docs_v1/classes.rb +175 -0
- data/generated/google/apis/docs_v1/representations.rb +77 -0
- data/generated/google/apis/docs_v1.rb +1 -1
- data/generated/google/apis/doubleclickbidmanager_v1.rb +1 -1
- data/generated/google/apis/doubleclickbidmanager_v1_1/classes.rb +826 -0
- data/generated/google/apis/doubleclickbidmanager_v1_1/representations.rb +372 -0
- data/generated/google/apis/doubleclickbidmanager_v1_1/service.rb +371 -0
- data/generated/google/apis/{urlshortener_v1.rb → doubleclickbidmanager_v1_1.rb} +11 -11
- data/generated/google/apis/drive_v2/classes.rb +2 -1
- data/generated/google/apis/drive_v2/service.rb +3 -3
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v3/classes.rb +12 -3
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/fcm_v1/classes.rb +15 -0
- data/generated/google/apis/fcm_v1/representations.rb +2 -0
- data/generated/google/apis/fcm_v1.rb +1 -1
- data/generated/google/apis/firebase_v1beta1/classes.rb +18 -4
- data/generated/google/apis/firebase_v1beta1/representations.rb +2 -0
- data/generated/google/apis/firebase_v1beta1/service.rb +6 -6
- data/generated/google/apis/firebase_v1beta1.rb +1 -1
- data/generated/google/apis/firebasehosting_v1beta1/classes.rb +62 -0
- data/generated/google/apis/firebasehosting_v1beta1/representations.rb +31 -0
- data/generated/google/apis/firebasehosting_v1beta1/service.rb +47 -0
- data/generated/google/apis/firebasehosting_v1beta1.rb +1 -1
- data/generated/google/apis/firebaserules_v1/classes.rb +26 -0
- data/generated/google/apis/firebaserules_v1/representations.rb +15 -0
- data/generated/google/apis/firebaserules_v1.rb +1 -1
- data/generated/google/apis/firestore_v1.rb +1 -1
- data/generated/google/apis/firestore_v1beta1.rb +1 -1
- data/generated/google/apis/fitness_v1/service.rb +1 -1
- data/generated/google/apis/fitness_v1.rb +1 -1
- data/generated/google/apis/games_management_v1management/classes.rb +6 -26
- data/generated/google/apis/games_management_v1management/representations.rb +1 -14
- data/generated/google/apis/games_management_v1management/service.rb +0 -158
- data/generated/google/apis/games_management_v1management.rb +1 -1
- data/generated/google/apis/games_v1/classes.rb +6 -292
- data/generated/google/apis/games_v1/representations.rb +1 -98
- data/generated/google/apis/games_v1/service.rb +0 -123
- data/generated/google/apis/games_v1.rb +1 -1
- data/generated/google/apis/genomics_v2alpha1/classes.rb +32 -0
- data/generated/google/apis/genomics_v2alpha1/representations.rb +16 -0
- data/generated/google/apis/genomics_v2alpha1.rb +1 -1
- data/generated/google/apis/healthcare_v1beta1/classes.rb +213 -16
- data/generated/google/apis/healthcare_v1beta1/representations.rb +101 -0
- data/generated/google/apis/healthcare_v1beta1/service.rb +207 -116
- data/generated/google/apis/healthcare_v1beta1.rb +1 -1
- data/generated/google/apis/homegraph_v1/classes.rb +15 -1
- data/generated/google/apis/homegraph_v1/representations.rb +2 -1
- data/generated/google/apis/homegraph_v1.rb +1 -1
- data/generated/google/apis/iam_v1/classes.rb +15 -7
- data/generated/google/apis/iam_v1/representations.rb +1 -0
- data/generated/google/apis/iam_v1.rb +1 -1
- data/generated/google/apis/iap_v1/classes.rb +187 -2
- data/generated/google/apis/iap_v1/representations.rb +102 -0
- data/generated/google/apis/iap_v1/service.rb +72 -0
- data/generated/google/apis/iap_v1.rb +1 -1
- data/generated/google/apis/iap_v1beta1/classes.rb +2 -2
- data/generated/google/apis/iap_v1beta1.rb +1 -1
- data/generated/google/apis/jobs_v2/classes.rb +167 -0
- data/generated/google/apis/jobs_v2/representations.rb +40 -0
- data/generated/google/apis/jobs_v2.rb +1 -1
- data/generated/google/apis/jobs_v3/classes.rb +179 -0
- data/generated/google/apis/jobs_v3/representations.rb +41 -0
- data/generated/google/apis/jobs_v3.rb +1 -1
- data/generated/google/apis/jobs_v3p1beta1/classes.rb +179 -0
- data/generated/google/apis/jobs_v3p1beta1/representations.rb +41 -0
- data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
- data/generated/google/apis/licensing_v1/classes.rb +15 -7
- data/generated/google/apis/licensing_v1/service.rb +81 -37
- data/generated/google/apis/licensing_v1.rb +4 -4
- data/generated/google/apis/lifesciences_v2beta/classes.rb +1329 -0
- data/generated/google/apis/lifesciences_v2beta/representations.rb +533 -0
- data/generated/google/apis/lifesciences_v2beta/service.rb +303 -0
- data/generated/google/apis/lifesciences_v2beta.rb +35 -0
- data/generated/google/apis/logging_v2/classes.rb +30 -2
- data/generated/google/apis/logging_v2/representations.rb +4 -0
- data/generated/google/apis/logging_v2/service.rb +10 -5
- data/generated/google/apis/logging_v2.rb +1 -1
- data/generated/google/apis/ml_v1/classes.rb +308 -155
- data/generated/google/apis/ml_v1/representations.rb +59 -0
- data/generated/google/apis/ml_v1/service.rb +44 -3
- data/generated/google/apis/ml_v1.rb +2 -2
- data/generated/google/apis/monitoring_v1/classes.rb +1153 -0
- data/generated/google/apis/monitoring_v1/representations.rb +528 -0
- data/generated/google/apis/{cloudbuild_v1alpha1 → monitoring_v1}/service.rb +86 -63
- data/generated/google/apis/monitoring_v1.rb +48 -0
- data/generated/google/apis/monitoring_v3/classes.rb +836 -60
- data/generated/google/apis/monitoring_v3/representations.rb +348 -0
- data/generated/google/apis/monitoring_v3/service.rb +384 -2
- data/generated/google/apis/monitoring_v3.rb +1 -1
- data/generated/google/apis/oslogin_v1/classes.rb +1 -1
- data/generated/google/apis/oslogin_v1/service.rb +10 -6
- data/generated/google/apis/oslogin_v1.rb +1 -1
- data/generated/google/apis/oslogin_v1beta/classes.rb +1 -1
- data/generated/google/apis/oslogin_v1beta/service.rb +9 -5
- data/generated/google/apis/oslogin_v1beta.rb +1 -1
- data/generated/google/apis/pagespeedonline_v5/classes.rb +8 -0
- data/generated/google/apis/pagespeedonline_v5/representations.rb +1 -0
- data/generated/google/apis/pagespeedonline_v5.rb +1 -1
- data/generated/google/apis/people_v1/classes.rb +67 -63
- data/generated/google/apis/people_v1/service.rb +53 -44
- data/generated/google/apis/people_v1.rb +1 -1
- data/generated/google/apis/policytroubleshooter_v1beta/classes.rb +168 -90
- data/generated/google/apis/policytroubleshooter_v1beta/service.rb +2 -3
- data/generated/google/apis/policytroubleshooter_v1beta.rb +1 -1
- data/generated/google/apis/pubsub_v1/classes.rb +8 -6
- data/generated/google/apis/pubsub_v1/service.rb +9 -7
- data/generated/google/apis/pubsub_v1.rb +1 -1
- data/generated/google/apis/pubsub_v1beta2/classes.rb +6 -5
- data/generated/google/apis/pubsub_v1beta2/service.rb +2 -0
- data/generated/google/apis/pubsub_v1beta2.rb +1 -1
- data/generated/google/apis/recommender_v1beta1/classes.rb +1 -1
- data/generated/google/apis/recommender_v1beta1/service.rb +10 -8
- data/generated/google/apis/recommender_v1beta1.rb +1 -1
- data/generated/google/apis/redis_v1/classes.rb +11 -11
- data/generated/google/apis/redis_v1/service.rb +5 -5
- data/generated/google/apis/redis_v1.rb +1 -1
- data/generated/google/apis/redis_v1beta1/classes.rb +11 -11
- data/generated/google/apis/redis_v1beta1/service.rb +5 -5
- data/generated/google/apis/redis_v1beta1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1/classes.rb +113 -0
- data/generated/google/apis/remotebuildexecution_v1/representations.rb +50 -0
- data/generated/google/apis/remotebuildexecution_v1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +113 -0
- data/generated/google/apis/remotebuildexecution_v1alpha/representations.rb +50 -0
- data/generated/google/apis/remotebuildexecution_v1alpha.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v2/classes.rb +113 -0
- data/generated/google/apis/remotebuildexecution_v2/representations.rb +50 -0
- data/generated/google/apis/remotebuildexecution_v2.rb +1 -1
- data/generated/google/apis/reseller_v1/service.rb +1 -1
- data/generated/google/apis/reseller_v1.rb +1 -1
- data/generated/google/apis/run_v1/classes.rb +8 -176
- data/generated/google/apis/run_v1/representations.rb +0 -71
- data/generated/google/apis/run_v1/service.rb +209 -1125
- data/generated/google/apis/run_v1.rb +1 -1
- data/generated/google/apis/run_v1alpha1/classes.rb +328 -9
- data/generated/google/apis/run_v1alpha1/representations.rb +126 -0
- data/generated/google/apis/run_v1alpha1/service.rb +408 -0
- data/generated/google/apis/run_v1alpha1.rb +1 -1
- data/generated/google/apis/runtimeconfig_v1beta1/classes.rb +75 -40
- data/generated/google/apis/runtimeconfig_v1beta1.rb +1 -1
- data/generated/google/apis/securitycenter_v1/classes.rb +159 -66
- data/generated/google/apis/securitycenter_v1/representations.rb +19 -0
- data/generated/google/apis/securitycenter_v1/service.rb +14 -12
- data/generated/google/apis/securitycenter_v1.rb +1 -1
- data/generated/google/apis/securitycenter_v1beta1/classes.rb +95 -57
- data/generated/google/apis/securitycenter_v1beta1/service.rb +14 -12
- data/generated/google/apis/securitycenter_v1beta1.rb +1 -1
- data/generated/google/apis/servicebroker_v1/classes.rb +75 -40
- data/generated/google/apis/servicebroker_v1.rb +1 -1
- data/generated/google/apis/servicebroker_v1alpha1/classes.rb +75 -40
- data/generated/google/apis/servicebroker_v1alpha1.rb +1 -1
- data/generated/google/apis/servicebroker_v1beta1/classes.rb +75 -40
- data/generated/google/apis/servicebroker_v1beta1.rb +1 -1
- data/generated/google/apis/serviceconsumermanagement_v1/classes.rb +95 -43
- data/generated/google/apis/serviceconsumermanagement_v1/representations.rb +30 -0
- data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
- data/generated/google/apis/servicecontrol_v1/classes.rb +8 -12
- data/generated/google/apis/servicecontrol_v1/representations.rb +1 -1
- data/generated/google/apis/servicecontrol_v1.rb +1 -1
- data/generated/google/apis/servicemanagement_v1/classes.rb +142 -91
- data/generated/google/apis/servicemanagement_v1/representations.rb +24 -0
- data/generated/google/apis/servicemanagement_v1/service.rb +32 -26
- data/generated/google/apis/servicemanagement_v1.rb +1 -1
- data/generated/google/apis/servicenetworking_v1/classes.rb +181 -54
- data/generated/google/apis/servicenetworking_v1/representations.rb +71 -0
- data/generated/google/apis/servicenetworking_v1/service.rb +77 -3
- data/generated/google/apis/servicenetworking_v1.rb +1 -1
- data/generated/google/apis/servicenetworking_v1beta/classes.rb +32 -43
- data/generated/google/apis/servicenetworking_v1beta.rb +1 -1
- data/generated/google/apis/serviceusage_v1/classes.rb +87 -43
- data/generated/google/apis/serviceusage_v1/representations.rb +29 -0
- data/generated/google/apis/serviceusage_v1.rb +1 -1
- data/generated/google/apis/serviceusage_v1beta1/classes.rb +87 -43
- data/generated/google/apis/serviceusage_v1beta1/representations.rb +29 -0
- data/generated/google/apis/serviceusage_v1beta1.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +1371 -232
- data/generated/google/apis/sheets_v4/representations.rb +180 -0
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/spanner_v1/classes.rb +70 -30
- data/generated/google/apis/spanner_v1/service.rb +270 -0
- data/generated/google/apis/spanner_v1.rb +1 -1
- data/generated/google/apis/speech_v1/classes.rb +6 -0
- data/generated/google/apis/speech_v1/representations.rb +1 -0
- data/generated/google/apis/speech_v1.rb +1 -1
- data/generated/google/apis/speech_v1p1beta1/classes.rb +6 -0
- data/generated/google/apis/speech_v1p1beta1/representations.rb +1 -0
- data/generated/google/apis/speech_v1p1beta1.rb +1 -1
- data/generated/google/apis/{speech_v2beta → speech_v2beta1}/classes.rb +9 -8
- data/generated/google/apis/{speech_v2beta → speech_v2beta1}/representations.rb +6 -6
- data/generated/google/apis/{speech_v2beta → speech_v2beta1}/service.rb +13 -13
- data/generated/google/apis/{speech_v2beta.rb → speech_v2beta1.rb} +6 -6
- data/generated/google/apis/{sqladmin_v1beta4 → sql_v1beta4}/classes.rb +499 -380
- data/generated/google/apis/{sqladmin_v1beta4 → sql_v1beta4}/representations.rb +125 -104
- data/generated/google/apis/{sqladmin_v1beta4 → sql_v1beta4}/service.rb +637 -590
- data/generated/google/apis/{sqladmin_v1beta4.rb → sql_v1beta4.rb} +7 -8
- data/generated/google/apis/storage_v1.rb +1 -1
- data/generated/google/apis/storagetransfer_v1.rb +1 -1
- data/generated/google/apis/streetviewpublish_v1/classes.rb +1 -1
- data/generated/google/apis/streetviewpublish_v1.rb +1 -1
- data/generated/google/apis/testing_v1/classes.rb +142 -1
- data/generated/google/apis/testing_v1/representations.rb +76 -0
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1beta2/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1beta2/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1beta2.rb +1 -1
- data/generated/google/apis/videointelligence_v1p1beta1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1p1beta1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1p1beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1p2beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p3beta1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1p3beta1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1p3beta1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +66 -0
- data/generated/google/apis/vision_v1/representations.rb +32 -0
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1/classes.rb +66 -0
- data/generated/google/apis/vision_v1p1beta1/representations.rb +32 -0
- data/generated/google/apis/vision_v1p1beta1.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1/classes.rb +66 -0
- data/generated/google/apis/vision_v1p2beta1/representations.rb +32 -0
- data/generated/google/apis/vision_v1p2beta1.rb +1 -1
- data/generated/google/apis/youtube_partner_v1/service.rb +2 -2
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/google-api-client.gemspec +6 -3
- data/lib/google/apis/core/api_command.rb +3 -0
- data/lib/google/apis/core/http_command.rb +10 -8
- data/lib/google/apis/core/upload.rb +4 -0
- data/lib/google/apis/version.rb +1 -1
- data/rakelib/devsite/devsite_builder.rb +126 -0
- data/rakelib/devsite/link_checker.rb +64 -0
- data/rakelib/devsite/repo_metadata.rb +56 -0
- metadata +64 -42
- data/generated/google/apis/cloudbuild_v1alpha1/classes.rb +0 -1168
- data/generated/google/apis/cloudbuild_v1alpha1/representations.rb +0 -434
- data/generated/google/apis/storage_v1beta1/classes.rb +0 -616
- data/generated/google/apis/storage_v1beta1/representations.rb +0 -249
- data/generated/google/apis/storage_v1beta1/service.rb +0 -1032
- data/generated/google/apis/storage_v1beta1.rb +0 -40
- data/generated/google/apis/urlshortener_v1/classes.rb +0 -246
- data/generated/google/apis/urlshortener_v1/representations.rb +0 -121
- data/generated/google/apis/urlshortener_v1/service.rb +0 -169
|
@@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|
|
20
20
|
|
|
21
21
|
module Google
|
|
22
22
|
module Apis
|
|
23
|
-
module
|
|
23
|
+
module DfareportingV3_4
|
|
24
24
|
|
|
25
25
|
class Account
|
|
26
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
@@ -136,6 +136,12 @@ module Google
|
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
|
137
137
|
end
|
|
138
138
|
|
|
139
|
+
class AnnotateClickEvent
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
139
145
|
class AudienceSegment
|
|
140
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
147
|
|
|
@@ -178,6 +184,12 @@ module Google
|
|
|
178
184
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
185
|
end
|
|
180
186
|
|
|
187
|
+
class CampaignManagerIds
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
181
193
|
class CampaignsListResponse
|
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
195
|
|
|
@@ -430,19 +442,43 @@ module Google
|
|
|
430
442
|
include Google::Apis::Core::JsonObjectSupport
|
|
431
443
|
end
|
|
432
444
|
|
|
433
|
-
class
|
|
445
|
+
class CreativesListResponse
|
|
434
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
447
|
|
|
436
448
|
include Google::Apis::Core::JsonObjectSupport
|
|
437
449
|
end
|
|
438
450
|
|
|
439
|
-
class
|
|
451
|
+
class CrossDimensionReachReportCompatibleFields
|
|
440
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
453
|
|
|
442
454
|
include Google::Apis::Core::JsonObjectSupport
|
|
443
455
|
end
|
|
444
456
|
|
|
445
|
-
class
|
|
457
|
+
class CustomEvent
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class CustomEventError
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class CustomEventStatus
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class CustomEventsBatchInsertRequest
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class CustomEventsBatchInsertResponse
|
|
446
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
483
|
|
|
448
484
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -460,91 +496,97 @@ module Google
|
|
|
460
496
|
include Google::Apis::Core::JsonObjectSupport
|
|
461
497
|
end
|
|
462
498
|
|
|
463
|
-
class
|
|
499
|
+
class CustomVariables
|
|
464
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
501
|
|
|
466
502
|
include Google::Apis::Core::JsonObjectSupport
|
|
467
503
|
end
|
|
468
504
|
|
|
469
|
-
class
|
|
505
|
+
class CustomViewabilityMetric
|
|
470
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
507
|
|
|
472
508
|
include Google::Apis::Core::JsonObjectSupport
|
|
473
509
|
end
|
|
474
510
|
|
|
475
|
-
class
|
|
511
|
+
class CustomViewabilityMetricConfiguration
|
|
476
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
513
|
|
|
478
514
|
include Google::Apis::Core::JsonObjectSupport
|
|
479
515
|
end
|
|
480
516
|
|
|
481
|
-
class
|
|
517
|
+
class Dv3Ids
|
|
482
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
519
|
|
|
484
520
|
include Google::Apis::Core::JsonObjectSupport
|
|
485
521
|
end
|
|
486
522
|
|
|
487
|
-
class
|
|
523
|
+
class DateRange
|
|
488
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
525
|
|
|
490
526
|
include Google::Apis::Core::JsonObjectSupport
|
|
491
527
|
end
|
|
492
528
|
|
|
493
|
-
class
|
|
529
|
+
class DayPartTargeting
|
|
494
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
531
|
|
|
496
532
|
include Google::Apis::Core::JsonObjectSupport
|
|
497
533
|
end
|
|
498
534
|
|
|
499
|
-
class
|
|
535
|
+
class DeepLink
|
|
500
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
537
|
|
|
502
538
|
include Google::Apis::Core::JsonObjectSupport
|
|
503
539
|
end
|
|
504
540
|
|
|
505
|
-
class
|
|
541
|
+
class DefaultClickThroughEventTagProperties
|
|
506
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
543
|
|
|
508
544
|
include Google::Apis::Core::JsonObjectSupport
|
|
509
545
|
end
|
|
510
546
|
|
|
511
|
-
class
|
|
547
|
+
class DeliverySchedule
|
|
512
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
549
|
|
|
514
550
|
include Google::Apis::Core::JsonObjectSupport
|
|
515
551
|
end
|
|
516
552
|
|
|
517
|
-
class
|
|
553
|
+
class DfpSettings
|
|
518
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
555
|
|
|
520
556
|
include Google::Apis::Core::JsonObjectSupport
|
|
521
557
|
end
|
|
522
558
|
|
|
523
|
-
class
|
|
559
|
+
class Dimension
|
|
524
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
561
|
|
|
526
562
|
include Google::Apis::Core::JsonObjectSupport
|
|
527
563
|
end
|
|
528
564
|
|
|
529
|
-
class
|
|
565
|
+
class DimensionFilter
|
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
567
|
+
|
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class DimensionValue
|
|
530
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
573
|
|
|
532
574
|
include Google::Apis::Core::JsonObjectSupport
|
|
533
575
|
end
|
|
534
576
|
|
|
535
|
-
class
|
|
577
|
+
class DimensionValueList
|
|
536
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
579
|
|
|
538
580
|
include Google::Apis::Core::JsonObjectSupport
|
|
539
581
|
end
|
|
540
582
|
|
|
541
|
-
class
|
|
583
|
+
class DimensionValueRequest
|
|
542
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
585
|
|
|
544
586
|
include Google::Apis::Core::JsonObjectSupport
|
|
545
587
|
end
|
|
546
588
|
|
|
547
|
-
class
|
|
589
|
+
class DirectorySite
|
|
548
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
591
|
|
|
550
592
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -700,6 +742,12 @@ module Google
|
|
|
700
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
701
743
|
end
|
|
702
744
|
|
|
745
|
+
class InsertEvent
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
703
751
|
class InventoryItem
|
|
704
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
705
753
|
|
|
@@ -1156,6 +1204,12 @@ module Google
|
|
|
1156
1204
|
include Google::Apis::Core::JsonObjectSupport
|
|
1157
1205
|
end
|
|
1158
1206
|
|
|
1207
|
+
class SiteCompanionSetting
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1209
|
+
|
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1211
|
+
end
|
|
1212
|
+
|
|
1159
1213
|
class SiteContact
|
|
1160
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1161
1215
|
|
|
@@ -1168,6 +1222,24 @@ module Google
|
|
|
1168
1222
|
include Google::Apis::Core::JsonObjectSupport
|
|
1169
1223
|
end
|
|
1170
1224
|
|
|
1225
|
+
class SiteSkippableSetting
|
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
|
+
|
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1231
|
+
class SiteTranscodeSetting
|
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1233
|
+
|
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1235
|
+
end
|
|
1236
|
+
|
|
1237
|
+
class SiteVideoSettings
|
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1239
|
+
|
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1241
|
+
end
|
|
1242
|
+
|
|
1171
1243
|
class SitesListResponse
|
|
1172
1244
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
1245
|
|
|
@@ -1385,7 +1457,7 @@ module Google
|
|
|
1385
1457
|
property :maximum_image_size, :numeric_string => true, as: 'maximumImageSize'
|
|
1386
1458
|
property :name, as: 'name'
|
|
1387
1459
|
property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
|
|
1388
|
-
property :reports_configuration, as: 'reportsConfiguration', class: Google::Apis::
|
|
1460
|
+
property :reports_configuration, as: 'reportsConfiguration', class: Google::Apis::DfareportingV3_4::ReportsConfiguration, decorator: Google::Apis::DfareportingV3_4::ReportsConfiguration::Representation
|
|
1389
1461
|
|
|
1390
1462
|
property :share_reports_with_twitter, as: 'shareReportsWithTwitter'
|
|
1391
1463
|
property :teaser_size_limit, :numeric_string => true, as: 'teaserSizeLimit'
|
|
@@ -1427,7 +1499,7 @@ module Google
|
|
|
1427
1499
|
class AccountPermissionGroupsListResponse
|
|
1428
1500
|
# @private
|
|
1429
1501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1430
|
-
collection :account_permission_groups, as: 'accountPermissionGroups', class: Google::Apis::
|
|
1502
|
+
collection :account_permission_groups, as: 'accountPermissionGroups', class: Google::Apis::DfareportingV3_4::AccountPermissionGroup, decorator: Google::Apis::DfareportingV3_4::AccountPermissionGroup::Representation
|
|
1431
1503
|
|
|
1432
1504
|
property :kind, as: 'kind'
|
|
1433
1505
|
end
|
|
@@ -1436,7 +1508,7 @@ module Google
|
|
|
1436
1508
|
class AccountPermissionsListResponse
|
|
1437
1509
|
# @private
|
|
1438
1510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1439
|
-
collection :account_permissions, as: 'accountPermissions', class: Google::Apis::
|
|
1511
|
+
collection :account_permissions, as: 'accountPermissions', class: Google::Apis::DfareportingV3_4::AccountPermission, decorator: Google::Apis::DfareportingV3_4::AccountPermission::Representation
|
|
1440
1512
|
|
|
1441
1513
|
property :kind, as: 'kind'
|
|
1442
1514
|
end
|
|
@@ -1447,9 +1519,9 @@ module Google
|
|
|
1447
1519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1448
1520
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1449
1521
|
property :active, as: 'active'
|
|
1450
|
-
property :advertiser_filter, as: 'advertiserFilter', class: Google::Apis::
|
|
1522
|
+
property :advertiser_filter, as: 'advertiserFilter', class: Google::Apis::DfareportingV3_4::ObjectFilter, decorator: Google::Apis::DfareportingV3_4::ObjectFilter::Representation
|
|
1451
1523
|
|
|
1452
|
-
property :campaign_filter, as: 'campaignFilter', class: Google::Apis::
|
|
1524
|
+
property :campaign_filter, as: 'campaignFilter', class: Google::Apis::DfareportingV3_4::ObjectFilter, decorator: Google::Apis::DfareportingV3_4::ObjectFilter::Representation
|
|
1453
1525
|
|
|
1454
1526
|
property :comments, as: 'comments'
|
|
1455
1527
|
property :email, as: 'email'
|
|
@@ -1457,12 +1529,12 @@ module Google
|
|
|
1457
1529
|
property :kind, as: 'kind'
|
|
1458
1530
|
property :locale, as: 'locale'
|
|
1459
1531
|
property :name, as: 'name'
|
|
1460
|
-
property :site_filter, as: 'siteFilter', class: Google::Apis::
|
|
1532
|
+
property :site_filter, as: 'siteFilter', class: Google::Apis::DfareportingV3_4::ObjectFilter, decorator: Google::Apis::DfareportingV3_4::ObjectFilter::Representation
|
|
1461
1533
|
|
|
1462
1534
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
1463
1535
|
property :trafficker_type, as: 'traffickerType'
|
|
1464
1536
|
property :user_access_type, as: 'userAccessType'
|
|
1465
|
-
property :user_role_filter, as: 'userRoleFilter', class: Google::Apis::
|
|
1537
|
+
property :user_role_filter, as: 'userRoleFilter', class: Google::Apis::DfareportingV3_4::ObjectFilter, decorator: Google::Apis::DfareportingV3_4::ObjectFilter::Representation
|
|
1466
1538
|
|
|
1467
1539
|
property :user_role_id, :numeric_string => true, as: 'userRoleId'
|
|
1468
1540
|
end
|
|
@@ -1471,7 +1543,7 @@ module Google
|
|
|
1471
1543
|
class AccountUserProfilesListResponse
|
|
1472
1544
|
# @private
|
|
1473
1545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1474
|
-
collection :account_user_profiles, as: 'accountUserProfiles', class: Google::Apis::
|
|
1546
|
+
collection :account_user_profiles, as: 'accountUserProfiles', class: Google::Apis::DfareportingV3_4::AccountUserProfile, decorator: Google::Apis::DfareportingV3_4::AccountUserProfile::Representation
|
|
1475
1547
|
|
|
1476
1548
|
property :kind, as: 'kind'
|
|
1477
1549
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1481,7 +1553,7 @@ module Google
|
|
|
1481
1553
|
class AccountsListResponse
|
|
1482
1554
|
# @private
|
|
1483
1555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1484
|
-
collection :accounts, as: 'accounts', class: Google::Apis::
|
|
1556
|
+
collection :accounts, as: 'accounts', class: Google::Apis::DfareportingV3_4::Account, decorator: Google::Apis::DfareportingV3_4::Account::Representation
|
|
1485
1557
|
|
|
1486
1558
|
property :kind, as: 'kind'
|
|
1487
1559
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1491,7 +1563,7 @@ module Google
|
|
|
1491
1563
|
class Activities
|
|
1492
1564
|
# @private
|
|
1493
1565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1494
|
-
collection :filters, as: 'filters', class: Google::Apis::
|
|
1566
|
+
collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1495
1567
|
|
|
1496
1568
|
property :kind, as: 'kind'
|
|
1497
1569
|
collection :metric_names, as: 'metricNames'
|
|
@@ -1504,54 +1576,54 @@ module Google
|
|
|
1504
1576
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1505
1577
|
property :active, as: 'active'
|
|
1506
1578
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
1507
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
1579
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1508
1580
|
|
|
1509
1581
|
property :archived, as: 'archived'
|
|
1510
1582
|
property :audience_segment_id, :numeric_string => true, as: 'audienceSegmentId'
|
|
1511
1583
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
|
1512
|
-
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::
|
|
1584
|
+
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1513
1585
|
|
|
1514
|
-
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::
|
|
1586
|
+
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_4::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::ClickThroughUrl::Representation
|
|
1515
1587
|
|
|
1516
|
-
property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::
|
|
1588
|
+
property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_4::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_4::ClickThroughUrlSuffixProperties::Representation
|
|
1517
1589
|
|
|
1518
1590
|
property :comments, as: 'comments'
|
|
1519
1591
|
property :compatibility, as: 'compatibility'
|
|
1520
|
-
property :create_info, as: 'createInfo', class: Google::Apis::
|
|
1592
|
+
property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
1521
1593
|
|
|
1522
|
-
collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::
|
|
1594
|
+
collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_4::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_4::CreativeGroupAssignment::Representation
|
|
1523
1595
|
|
|
1524
|
-
property :creative_rotation, as: 'creativeRotation', class: Google::Apis::
|
|
1596
|
+
property :creative_rotation, as: 'creativeRotation', class: Google::Apis::DfareportingV3_4::CreativeRotation, decorator: Google::Apis::DfareportingV3_4::CreativeRotation::Representation
|
|
1525
1597
|
|
|
1526
|
-
property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::
|
|
1598
|
+
property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_4::DayPartTargeting, decorator: Google::Apis::DfareportingV3_4::DayPartTargeting::Representation
|
|
1527
1599
|
|
|
1528
|
-
property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::
|
|
1600
|
+
property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_4::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_4::DefaultClickThroughEventTagProperties::Representation
|
|
1529
1601
|
|
|
1530
|
-
property :delivery_schedule, as: 'deliverySchedule', class: Google::Apis::
|
|
1602
|
+
property :delivery_schedule, as: 'deliverySchedule', class: Google::Apis::DfareportingV3_4::DeliverySchedule, decorator: Google::Apis::DfareportingV3_4::DeliverySchedule::Representation
|
|
1531
1603
|
|
|
1532
1604
|
property :dynamic_click_tracker, as: 'dynamicClickTracker'
|
|
1533
1605
|
property :end_time, as: 'endTime', type: DateTime
|
|
1534
1606
|
|
|
1535
|
-
collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::
|
|
1607
|
+
collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_4::EventTagOverride, decorator: Google::Apis::DfareportingV3_4::EventTagOverride::Representation
|
|
1536
1608
|
|
|
1537
|
-
property :geo_targeting, as: 'geoTargeting', class: Google::Apis::
|
|
1609
|
+
property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_4::GeoTargeting, decorator: Google::Apis::DfareportingV3_4::GeoTargeting::Representation
|
|
1538
1610
|
|
|
1539
1611
|
property :id, :numeric_string => true, as: 'id'
|
|
1540
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
1612
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1541
1613
|
|
|
1542
|
-
property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::
|
|
1614
|
+
property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_4::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_4::KeyValueTargetingExpression::Representation
|
|
1543
1615
|
|
|
1544
1616
|
property :kind, as: 'kind'
|
|
1545
|
-
property :language_targeting, as: 'languageTargeting', class: Google::Apis::
|
|
1617
|
+
property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_4::LanguageTargeting, decorator: Google::Apis::DfareportingV3_4::LanguageTargeting::Representation
|
|
1546
1618
|
|
|
1547
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
1619
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
1548
1620
|
|
|
1549
1621
|
property :name, as: 'name'
|
|
1550
|
-
collection :placement_assignments, as: 'placementAssignments', class: Google::Apis::
|
|
1622
|
+
collection :placement_assignments, as: 'placementAssignments', class: Google::Apis::DfareportingV3_4::PlacementAssignment, decorator: Google::Apis::DfareportingV3_4::PlacementAssignment::Representation
|
|
1551
1623
|
|
|
1552
|
-
property :remarketing_list_expression, as: 'remarketingListExpression', class: Google::Apis::
|
|
1624
|
+
property :remarketing_list_expression, as: 'remarketingListExpression', class: Google::Apis::DfareportingV3_4::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_4::ListTargetingExpression::Representation
|
|
1553
1625
|
|
|
1554
|
-
property :size, as: 'size', class: Google::Apis::
|
|
1626
|
+
property :size, as: 'size', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
1555
1627
|
|
|
1556
1628
|
property :ssl_compliant, as: 'sslCompliant'
|
|
1557
1629
|
property :ssl_required, as: 'sslRequired'
|
|
@@ -1559,7 +1631,7 @@ module Google
|
|
|
1559
1631
|
|
|
1560
1632
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
1561
1633
|
property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
|
|
1562
|
-
property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::
|
|
1634
|
+
property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_4::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_4::TechnologyTargeting::Representation
|
|
1563
1635
|
|
|
1564
1636
|
property :type, as: 'type'
|
|
1565
1637
|
end
|
|
@@ -1592,7 +1664,7 @@ module Google
|
|
|
1592
1664
|
class AdsListResponse
|
|
1593
1665
|
# @private
|
|
1594
1666
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1595
|
-
collection :ads, as: 'ads', class: Google::Apis::
|
|
1667
|
+
collection :ads, as: 'ads', class: Google::Apis::DfareportingV3_4::Ad, decorator: Google::Apis::DfareportingV3_4::Ad::Representation
|
|
1596
1668
|
|
|
1597
1669
|
property :kind, as: 'kind'
|
|
1598
1670
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1608,10 +1680,10 @@ module Google
|
|
|
1608
1680
|
property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
|
|
1609
1681
|
property :default_email, as: 'defaultEmail'
|
|
1610
1682
|
property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
|
|
1611
|
-
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::
|
|
1683
|
+
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1612
1684
|
|
|
1613
1685
|
property :id, :numeric_string => true, as: 'id'
|
|
1614
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
1686
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1615
1687
|
|
|
1616
1688
|
property :kind, as: 'kind'
|
|
1617
1689
|
property :name, as: 'name'
|
|
@@ -1635,7 +1707,7 @@ module Google
|
|
|
1635
1707
|
class AdvertiserGroupsListResponse
|
|
1636
1708
|
# @private
|
|
1637
1709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1638
|
-
collection :advertiser_groups, as: 'advertiserGroups', class: Google::Apis::
|
|
1710
|
+
collection :advertiser_groups, as: 'advertiserGroups', class: Google::Apis::DfareportingV3_4::AdvertiserGroup, decorator: Google::Apis::DfareportingV3_4::AdvertiserGroup::Representation
|
|
1639
1711
|
|
|
1640
1712
|
property :kind, as: 'kind'
|
|
1641
1713
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1646,7 +1718,7 @@ module Google
|
|
|
1646
1718
|
# @private
|
|
1647
1719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1648
1720
|
property :kind, as: 'kind'
|
|
1649
|
-
collection :landing_pages, as: 'landingPages', class: Google::Apis::
|
|
1721
|
+
collection :landing_pages, as: 'landingPages', class: Google::Apis::DfareportingV3_4::LandingPage, decorator: Google::Apis::DfareportingV3_4::LandingPage::Representation
|
|
1650
1722
|
|
|
1651
1723
|
property :next_page_token, as: 'nextPageToken'
|
|
1652
1724
|
end
|
|
@@ -1655,13 +1727,21 @@ module Google
|
|
|
1655
1727
|
class AdvertisersListResponse
|
|
1656
1728
|
# @private
|
|
1657
1729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1658
|
-
collection :advertisers, as: 'advertisers', class: Google::Apis::
|
|
1730
|
+
collection :advertisers, as: 'advertisers', class: Google::Apis::DfareportingV3_4::Advertiser, decorator: Google::Apis::DfareportingV3_4::Advertiser::Representation
|
|
1659
1731
|
|
|
1660
1732
|
property :kind, as: 'kind'
|
|
1661
1733
|
property :next_page_token, as: 'nextPageToken'
|
|
1662
1734
|
end
|
|
1663
1735
|
end
|
|
1664
1736
|
|
|
1737
|
+
class AnnotateClickEvent
|
|
1738
|
+
# @private
|
|
1739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1740
|
+
property :gclid, as: 'gclid'
|
|
1741
|
+
property :kind, as: 'kind'
|
|
1742
|
+
end
|
|
1743
|
+
end
|
|
1744
|
+
|
|
1665
1745
|
class AudienceSegment
|
|
1666
1746
|
# @private
|
|
1667
1747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1674,7 +1754,7 @@ module Google
|
|
|
1674
1754
|
class AudienceSegmentGroup
|
|
1675
1755
|
# @private
|
|
1676
1756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1677
|
-
collection :audience_segments, as: 'audienceSegments', class: Google::Apis::
|
|
1757
|
+
collection :audience_segments, as: 'audienceSegments', class: Google::Apis::DfareportingV3_4::AudienceSegment, decorator: Google::Apis::DfareportingV3_4::AudienceSegment::Representation
|
|
1678
1758
|
|
|
1679
1759
|
property :id, :numeric_string => true, as: 'id'
|
|
1680
1760
|
property :name, as: 'name'
|
|
@@ -1696,7 +1776,7 @@ module Google
|
|
|
1696
1776
|
class BrowsersListResponse
|
|
1697
1777
|
# @private
|
|
1698
1778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1699
|
-
collection :browsers, as: 'browsers', class: Google::Apis::
|
|
1779
|
+
collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_4::Browser, decorator: Google::Apis::DfareportingV3_4::Browser::Representation
|
|
1700
1780
|
|
|
1701
1781
|
property :kind, as: 'kind'
|
|
1702
1782
|
end
|
|
@@ -1706,41 +1786,39 @@ module Google
|
|
|
1706
1786
|
# @private
|
|
1707
1787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1708
1788
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1709
|
-
property :ad_blocking_configuration, as: 'adBlockingConfiguration', class: Google::Apis::
|
|
1789
|
+
property :ad_blocking_configuration, as: 'adBlockingConfiguration', class: Google::Apis::DfareportingV3_4::AdBlockingConfiguration, decorator: Google::Apis::DfareportingV3_4::AdBlockingConfiguration::Representation
|
|
1710
1790
|
|
|
1711
|
-
collection :additional_creative_optimization_configurations, as: 'additionalCreativeOptimizationConfigurations', class: Google::Apis::
|
|
1791
|
+
collection :additional_creative_optimization_configurations, as: 'additionalCreativeOptimizationConfigurations', class: Google::Apis::DfareportingV3_4::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_4::CreativeOptimizationConfiguration::Representation
|
|
1712
1792
|
|
|
1713
1793
|
property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
|
|
1714
1794
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
1715
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
1795
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1716
1796
|
|
|
1717
1797
|
property :archived, as: 'archived'
|
|
1718
|
-
collection :audience_segment_groups, as: 'audienceSegmentGroups', class: Google::Apis::
|
|
1798
|
+
collection :audience_segment_groups, as: 'audienceSegmentGroups', class: Google::Apis::DfareportingV3_4::AudienceSegmentGroup, decorator: Google::Apis::DfareportingV3_4::AudienceSegmentGroup::Representation
|
|
1719
1799
|
|
|
1720
1800
|
property :billing_invoice_code, as: 'billingInvoiceCode'
|
|
1721
|
-
property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::
|
|
1801
|
+
property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_4::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_4::ClickThroughUrlSuffixProperties::Representation
|
|
1722
1802
|
|
|
1723
1803
|
property :comment, as: 'comment'
|
|
1724
|
-
property :create_info, as: 'createInfo', class: Google::Apis::
|
|
1804
|
+
property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
1725
1805
|
|
|
1726
1806
|
collection :creative_group_ids, as: 'creativeGroupIds'
|
|
1727
|
-
property :creative_optimization_configuration, as: 'creativeOptimizationConfiguration', class: Google::Apis::
|
|
1807
|
+
property :creative_optimization_configuration, as: 'creativeOptimizationConfiguration', class: Google::Apis::DfareportingV3_4::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_4::CreativeOptimizationConfiguration::Representation
|
|
1728
1808
|
|
|
1729
|
-
property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::
|
|
1809
|
+
property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_4::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_4::DefaultClickThroughEventTagProperties::Representation
|
|
1730
1810
|
|
|
1731
1811
|
property :default_landing_page_id, :numeric_string => true, as: 'defaultLandingPageId'
|
|
1732
1812
|
property :end_date, as: 'endDate', type: Date
|
|
1733
1813
|
|
|
1734
|
-
collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::
|
|
1814
|
+
collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_4::EventTagOverride, decorator: Google::Apis::DfareportingV3_4::EventTagOverride::Representation
|
|
1735
1815
|
|
|
1736
1816
|
property :external_id, as: 'externalId'
|
|
1737
1817
|
property :id, :numeric_string => true, as: 'id'
|
|
1738
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
1818
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
1739
1819
|
|
|
1740
1820
|
property :kind, as: 'kind'
|
|
1741
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
1742
|
-
|
|
1743
|
-
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_2::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_2::LookbackConfiguration::Representation
|
|
1821
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
1744
1822
|
|
|
1745
1823
|
property :name, as: 'name'
|
|
1746
1824
|
property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
|
|
@@ -1762,17 +1840,29 @@ module Google
|
|
|
1762
1840
|
class CampaignCreativeAssociationsListResponse
|
|
1763
1841
|
# @private
|
|
1764
1842
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1765
|
-
collection :campaign_creative_associations, as: 'campaignCreativeAssociations', class: Google::Apis::
|
|
1843
|
+
collection :campaign_creative_associations, as: 'campaignCreativeAssociations', class: Google::Apis::DfareportingV3_4::CampaignCreativeAssociation, decorator: Google::Apis::DfareportingV3_4::CampaignCreativeAssociation::Representation
|
|
1766
1844
|
|
|
1767
1845
|
property :kind, as: 'kind'
|
|
1768
1846
|
property :next_page_token, as: 'nextPageToken'
|
|
1769
1847
|
end
|
|
1770
1848
|
end
|
|
1771
1849
|
|
|
1850
|
+
class CampaignManagerIds
|
|
1851
|
+
# @private
|
|
1852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1853
|
+
property :ad_id, :numeric_string => true, as: 'adId'
|
|
1854
|
+
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
|
1855
|
+
property :creative_id, :numeric_string => true, as: 'creativeId'
|
|
1856
|
+
property :kind, as: 'kind'
|
|
1857
|
+
property :placement_id, :numeric_string => true, as: 'placementId'
|
|
1858
|
+
property :site_id, :numeric_string => true, as: 'siteId'
|
|
1859
|
+
end
|
|
1860
|
+
end
|
|
1861
|
+
|
|
1772
1862
|
class CampaignsListResponse
|
|
1773
1863
|
# @private
|
|
1774
1864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1775
|
-
collection :campaigns, as: 'campaigns', class: Google::Apis::
|
|
1865
|
+
collection :campaigns, as: 'campaigns', class: Google::Apis::DfareportingV3_4::Campaign, decorator: Google::Apis::DfareportingV3_4::Campaign::Representation
|
|
1776
1866
|
|
|
1777
1867
|
property :kind, as: 'kind'
|
|
1778
1868
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1803,7 +1893,7 @@ module Google
|
|
|
1803
1893
|
class ChangeLogsListResponse
|
|
1804
1894
|
# @private
|
|
1805
1895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1806
|
-
collection :change_logs, as: 'changeLogs', class: Google::Apis::
|
|
1896
|
+
collection :change_logs, as: 'changeLogs', class: Google::Apis::DfareportingV3_4::ChangeLog, decorator: Google::Apis::DfareportingV3_4::ChangeLog::Representation
|
|
1807
1897
|
|
|
1808
1898
|
property :kind, as: 'kind'
|
|
1809
1899
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1813,7 +1903,7 @@ module Google
|
|
|
1813
1903
|
class CitiesListResponse
|
|
1814
1904
|
# @private
|
|
1815
1905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1816
|
-
collection :cities, as: 'cities', class: Google::Apis::
|
|
1906
|
+
collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_4::City, decorator: Google::Apis::DfareportingV3_4::City::Representation
|
|
1817
1907
|
|
|
1818
1908
|
property :kind, as: 'kind'
|
|
1819
1909
|
end
|
|
@@ -1837,7 +1927,7 @@ module Google
|
|
|
1837
1927
|
class ClickTag
|
|
1838
1928
|
# @private
|
|
1839
1929
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1840
|
-
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::
|
|
1930
|
+
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_4::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::CreativeClickThroughUrl::Representation
|
|
1841
1931
|
|
|
1842
1932
|
property :event_name, as: 'eventName'
|
|
1843
1933
|
property :name, as: 'name'
|
|
@@ -1865,7 +1955,7 @@ module Google
|
|
|
1865
1955
|
class CompanionClickThroughOverride
|
|
1866
1956
|
# @private
|
|
1867
1957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1868
|
-
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::
|
|
1958
|
+
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_4::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::ClickThroughUrl::Representation
|
|
1869
1959
|
|
|
1870
1960
|
property :creative_id, :numeric_string => true, as: 'creativeId'
|
|
1871
1961
|
end
|
|
@@ -1875,7 +1965,7 @@ module Google
|
|
|
1875
1965
|
# @private
|
|
1876
1966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1877
1967
|
property :companions_disabled, as: 'companionsDisabled'
|
|
1878
|
-
collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::
|
|
1968
|
+
collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
1879
1969
|
|
|
1880
1970
|
property :image_only, as: 'imageOnly'
|
|
1881
1971
|
property :kind, as: 'kind'
|
|
@@ -1885,16 +1975,16 @@ module Google
|
|
|
1885
1975
|
class CompatibleFields
|
|
1886
1976
|
# @private
|
|
1887
1977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1888
|
-
property :cross_dimension_reach_report_compatible_fields, as: 'crossDimensionReachReportCompatibleFields', class: Google::Apis::
|
|
1978
|
+
property :cross_dimension_reach_report_compatible_fields, as: 'crossDimensionReachReportCompatibleFields', class: Google::Apis::DfareportingV3_4::CrossDimensionReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_4::CrossDimensionReachReportCompatibleFields::Representation
|
|
1889
1979
|
|
|
1890
|
-
property :floodlight_report_compatible_fields, as: 'floodlightReportCompatibleFields', class: Google::Apis::
|
|
1980
|
+
property :floodlight_report_compatible_fields, as: 'floodlightReportCompatibleFields', class: Google::Apis::DfareportingV3_4::FloodlightReportCompatibleFields, decorator: Google::Apis::DfareportingV3_4::FloodlightReportCompatibleFields::Representation
|
|
1891
1981
|
|
|
1892
1982
|
property :kind, as: 'kind'
|
|
1893
|
-
property :path_to_conversion_report_compatible_fields, as: 'pathToConversionReportCompatibleFields', class: Google::Apis::
|
|
1983
|
+
property :path_to_conversion_report_compatible_fields, as: 'pathToConversionReportCompatibleFields', class: Google::Apis::DfareportingV3_4::PathToConversionReportCompatibleFields, decorator: Google::Apis::DfareportingV3_4::PathToConversionReportCompatibleFields::Representation
|
|
1894
1984
|
|
|
1895
|
-
property :reach_report_compatible_fields, as: 'reachReportCompatibleFields', class: Google::Apis::
|
|
1985
|
+
property :reach_report_compatible_fields, as: 'reachReportCompatibleFields', class: Google::Apis::DfareportingV3_4::ReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_4::ReachReportCompatibleFields::Representation
|
|
1896
1986
|
|
|
1897
|
-
property :report_compatible_fields, as: 'reportCompatibleFields', class: Google::Apis::
|
|
1987
|
+
property :report_compatible_fields, as: 'reportCompatibleFields', class: Google::Apis::DfareportingV3_4::ReportCompatibleFields, decorator: Google::Apis::DfareportingV3_4::ReportCompatibleFields::Representation
|
|
1898
1988
|
|
|
1899
1989
|
end
|
|
1900
1990
|
end
|
|
@@ -1911,7 +2001,7 @@ module Google
|
|
|
1911
2001
|
class ConnectionTypesListResponse
|
|
1912
2002
|
# @private
|
|
1913
2003
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1914
|
-
collection :connection_types, as: 'connectionTypes', class: Google::Apis::
|
|
2004
|
+
collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_4::ConnectionType, decorator: Google::Apis::DfareportingV3_4::ConnectionType::Representation
|
|
1915
2005
|
|
|
1916
2006
|
property :kind, as: 'kind'
|
|
1917
2007
|
end
|
|
@@ -1920,7 +2010,7 @@ module Google
|
|
|
1920
2010
|
class ContentCategoriesListResponse
|
|
1921
2011
|
# @private
|
|
1922
2012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1923
|
-
collection :content_categories, as: 'contentCategories', class: Google::Apis::
|
|
2013
|
+
collection :content_categories, as: 'contentCategories', class: Google::Apis::DfareportingV3_4::ContentCategory, decorator: Google::Apis::DfareportingV3_4::ContentCategory::Representation
|
|
1924
2014
|
|
|
1925
2015
|
property :kind, as: 'kind'
|
|
1926
2016
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -1941,7 +2031,7 @@ module Google
|
|
|
1941
2031
|
# @private
|
|
1942
2032
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1943
2033
|
property :child_directed_treatment, as: 'childDirectedTreatment'
|
|
1944
|
-
collection :custom_variables, as: 'customVariables', class: Google::Apis::
|
|
2034
|
+
collection :custom_variables, as: 'customVariables', class: Google::Apis::DfareportingV3_4::CustomFloodlightVariable, decorator: Google::Apis::DfareportingV3_4::CustomFloodlightVariable::Representation
|
|
1945
2035
|
|
|
1946
2036
|
property :encrypted_user_id, as: 'encryptedUserId'
|
|
1947
2037
|
collection :encrypted_user_id_candidates, as: 'encryptedUserIdCandidates'
|
|
@@ -1950,6 +2040,7 @@ module Google
|
|
|
1950
2040
|
property :gclid, as: 'gclid'
|
|
1951
2041
|
property :kind, as: 'kind'
|
|
1952
2042
|
property :limit_ad_tracking, as: 'limitAdTracking'
|
|
2043
|
+
property :match_id, as: 'matchId'
|
|
1953
2044
|
property :mobile_device_id, as: 'mobileDeviceId'
|
|
1954
2045
|
property :non_personalized_ad, as: 'nonPersonalizedAd'
|
|
1955
2046
|
property :ordinal, as: 'ordinal'
|
|
@@ -1972,9 +2063,9 @@ module Google
|
|
|
1972
2063
|
class ConversionStatus
|
|
1973
2064
|
# @private
|
|
1974
2065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1975
|
-
property :conversion, as: 'conversion', class: Google::Apis::
|
|
2066
|
+
property :conversion, as: 'conversion', class: Google::Apis::DfareportingV3_4::Conversion, decorator: Google::Apis::DfareportingV3_4::Conversion::Representation
|
|
1976
2067
|
|
|
1977
|
-
collection :errors, as: 'errors', class: Google::Apis::
|
|
2068
|
+
collection :errors, as: 'errors', class: Google::Apis::DfareportingV3_4::ConversionError, decorator: Google::Apis::DfareportingV3_4::ConversionError::Representation
|
|
1978
2069
|
|
|
1979
2070
|
property :kind, as: 'kind'
|
|
1980
2071
|
end
|
|
@@ -1983,9 +2074,9 @@ module Google
|
|
|
1983
2074
|
class ConversionsBatchInsertRequest
|
|
1984
2075
|
# @private
|
|
1985
2076
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1986
|
-
collection :conversions, as: 'conversions', class: Google::Apis::
|
|
2077
|
+
collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_4::Conversion, decorator: Google::Apis::DfareportingV3_4::Conversion::Representation
|
|
1987
2078
|
|
|
1988
|
-
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::
|
|
2079
|
+
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_4::EncryptionInfo, decorator: Google::Apis::DfareportingV3_4::EncryptionInfo::Representation
|
|
1989
2080
|
|
|
1990
2081
|
property :kind, as: 'kind'
|
|
1991
2082
|
end
|
|
@@ -1996,7 +2087,7 @@ module Google
|
|
|
1996
2087
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1997
2088
|
property :has_failures, as: 'hasFailures'
|
|
1998
2089
|
property :kind, as: 'kind'
|
|
1999
|
-
collection :status, as: 'status', class: Google::Apis::
|
|
2090
|
+
collection :status, as: 'status', class: Google::Apis::DfareportingV3_4::ConversionStatus, decorator: Google::Apis::DfareportingV3_4::ConversionStatus::Representation
|
|
2000
2091
|
|
|
2001
2092
|
end
|
|
2002
2093
|
end
|
|
@@ -2004,9 +2095,9 @@ module Google
|
|
|
2004
2095
|
class ConversionsBatchUpdateRequest
|
|
2005
2096
|
# @private
|
|
2006
2097
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2007
|
-
collection :conversions, as: 'conversions', class: Google::Apis::
|
|
2098
|
+
collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_4::Conversion, decorator: Google::Apis::DfareportingV3_4::Conversion::Representation
|
|
2008
2099
|
|
|
2009
|
-
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::
|
|
2100
|
+
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_4::EncryptionInfo, decorator: Google::Apis::DfareportingV3_4::EncryptionInfo::Representation
|
|
2010
2101
|
|
|
2011
2102
|
property :kind, as: 'kind'
|
|
2012
2103
|
end
|
|
@@ -2017,7 +2108,7 @@ module Google
|
|
|
2017
2108
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2018
2109
|
property :has_failures, as: 'hasFailures'
|
|
2019
2110
|
property :kind, as: 'kind'
|
|
2020
|
-
collection :status, as: 'status', class: Google::Apis::
|
|
2111
|
+
collection :status, as: 'status', class: Google::Apis::DfareportingV3_4::ConversionStatus, decorator: Google::Apis::DfareportingV3_4::ConversionStatus::Representation
|
|
2021
2112
|
|
|
2022
2113
|
end
|
|
2023
2114
|
end
|
|
@@ -2025,7 +2116,7 @@ module Google
|
|
|
2025
2116
|
class CountriesListResponse
|
|
2026
2117
|
# @private
|
|
2027
2118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2028
|
-
collection :countries, as: 'countries', class: Google::Apis::
|
|
2119
|
+
collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_4::Country, decorator: Google::Apis::DfareportingV3_4::Country::Representation
|
|
2029
2120
|
|
|
2030
2121
|
property :kind, as: 'kind'
|
|
2031
2122
|
end
|
|
@@ -2049,7 +2140,7 @@ module Google
|
|
|
2049
2140
|
property :active, as: 'active'
|
|
2050
2141
|
property :ad_parameters, as: 'adParameters'
|
|
2051
2142
|
collection :ad_tag_keys, as: 'adTagKeys'
|
|
2052
|
-
collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::
|
|
2143
|
+
collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
2053
2144
|
|
|
2054
2145
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2055
2146
|
property :allow_script_access, as: 'allowScriptAccess'
|
|
@@ -2059,57 +2150,56 @@ module Google
|
|
|
2059
2150
|
property :authoring_tool, as: 'authoringTool'
|
|
2060
2151
|
property :auto_advance_images, as: 'autoAdvanceImages'
|
|
2061
2152
|
property :background_color, as: 'backgroundColor'
|
|
2062
|
-
property :backup_image_click_through_url, as: 'backupImageClickThroughUrl', class: Google::Apis::
|
|
2153
|
+
property :backup_image_click_through_url, as: 'backupImageClickThroughUrl', class: Google::Apis::DfareportingV3_4::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::CreativeClickThroughUrl::Representation
|
|
2063
2154
|
|
|
2064
2155
|
collection :backup_image_features, as: 'backupImageFeatures'
|
|
2065
2156
|
property :backup_image_reporting_label, as: 'backupImageReportingLabel'
|
|
2066
|
-
property :backup_image_target_window, as: 'backupImageTargetWindow', class: Google::Apis::
|
|
2157
|
+
property :backup_image_target_window, as: 'backupImageTargetWindow', class: Google::Apis::DfareportingV3_4::TargetWindow, decorator: Google::Apis::DfareportingV3_4::TargetWindow::Representation
|
|
2067
2158
|
|
|
2068
|
-
collection :click_tags, as: 'clickTags', class: Google::Apis::
|
|
2159
|
+
collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_4::ClickTag, decorator: Google::Apis::DfareportingV3_4::ClickTag::Representation
|
|
2069
2160
|
|
|
2070
2161
|
property :commercial_id, as: 'commercialId'
|
|
2071
2162
|
collection :companion_creatives, as: 'companionCreatives'
|
|
2072
2163
|
collection :compatibility, as: 'compatibility'
|
|
2073
2164
|
property :convert_flash_to_html5, as: 'convertFlashToHtml5'
|
|
2074
|
-
collection :counter_custom_events, as: 'counterCustomEvents', class: Google::Apis::
|
|
2165
|
+
collection :counter_custom_events, as: 'counterCustomEvents', class: Google::Apis::DfareportingV3_4::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_4::CreativeCustomEvent::Representation
|
|
2075
2166
|
|
|
2076
|
-
property :creative_asset_selection, as: 'creativeAssetSelection', class: Google::Apis::
|
|
2167
|
+
property :creative_asset_selection, as: 'creativeAssetSelection', class: Google::Apis::DfareportingV3_4::CreativeAssetSelection, decorator: Google::Apis::DfareportingV3_4::CreativeAssetSelection::Representation
|
|
2077
2168
|
|
|
2078
|
-
collection :creative_assets, as: 'creativeAssets', class: Google::Apis::
|
|
2169
|
+
collection :creative_assets, as: 'creativeAssets', class: Google::Apis::DfareportingV3_4::CreativeAsset, decorator: Google::Apis::DfareportingV3_4::CreativeAsset::Representation
|
|
2079
2170
|
|
|
2080
|
-
collection :creative_field_assignments, as: 'creativeFieldAssignments', class: Google::Apis::
|
|
2171
|
+
collection :creative_field_assignments, as: 'creativeFieldAssignments', class: Google::Apis::DfareportingV3_4::CreativeFieldAssignment, decorator: Google::Apis::DfareportingV3_4::CreativeFieldAssignment::Representation
|
|
2081
2172
|
|
|
2082
2173
|
collection :custom_key_values, as: 'customKeyValues'
|
|
2083
2174
|
property :dynamic_asset_selection, as: 'dynamicAssetSelection'
|
|
2084
|
-
collection :exit_custom_events, as: 'exitCustomEvents', class: Google::Apis::
|
|
2175
|
+
collection :exit_custom_events, as: 'exitCustomEvents', class: Google::Apis::DfareportingV3_4::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_4::CreativeCustomEvent::Representation
|
|
2085
2176
|
|
|
2086
|
-
property :fs_command, as: 'fsCommand', class: Google::Apis::
|
|
2177
|
+
property :fs_command, as: 'fsCommand', class: Google::Apis::DfareportingV3_4::FsCommand, decorator: Google::Apis::DfareportingV3_4::FsCommand::Representation
|
|
2087
2178
|
|
|
2088
2179
|
property :html_code, as: 'htmlCode'
|
|
2089
2180
|
property :html_code_locked, as: 'htmlCodeLocked'
|
|
2090
2181
|
property :id, :numeric_string => true, as: 'id'
|
|
2091
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
2182
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2092
2183
|
|
|
2093
2184
|
property :kind, as: 'kind'
|
|
2094
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
2185
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
2095
2186
|
|
|
2096
2187
|
property :latest_trafficked_creative_id, :numeric_string => true, as: 'latestTraffickedCreativeId'
|
|
2097
2188
|
property :media_description, as: 'mediaDescription'
|
|
2098
2189
|
property :media_duration, as: 'mediaDuration'
|
|
2099
2190
|
property :name, as: 'name'
|
|
2100
2191
|
property :override_css, as: 'overrideCss'
|
|
2101
|
-
property :
|
|
2102
|
-
property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_2::VideoOffset, decorator: Google::Apis::DfareportingV3_2::VideoOffset::Representation
|
|
2192
|
+
property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_4::VideoOffset, decorator: Google::Apis::DfareportingV3_4::VideoOffset::Representation
|
|
2103
2193
|
|
|
2104
2194
|
property :redirect_url, as: 'redirectUrl'
|
|
2105
2195
|
property :rendering_id, :numeric_string => true, as: 'renderingId'
|
|
2106
|
-
property :rendering_id_dimension_value, as: 'renderingIdDimensionValue', class: Google::Apis::
|
|
2196
|
+
property :rendering_id_dimension_value, as: 'renderingIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2107
2197
|
|
|
2108
2198
|
property :required_flash_plugin_version, as: 'requiredFlashPluginVersion'
|
|
2109
2199
|
property :required_flash_version, as: 'requiredFlashVersion'
|
|
2110
|
-
property :size, as: 'size', class: Google::Apis::
|
|
2200
|
+
property :size, as: 'size', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
2111
2201
|
|
|
2112
|
-
property :skip_offset, as: 'skipOffset', class: Google::Apis::
|
|
2202
|
+
property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_4::VideoOffset, decorator: Google::Apis::DfareportingV3_4::VideoOffset::Representation
|
|
2113
2203
|
|
|
2114
2204
|
property :skippable, as: 'skippable'
|
|
2115
2205
|
property :ssl_compliant, as: 'sslCompliant'
|
|
@@ -2120,13 +2210,13 @@ module Google
|
|
|
2120
2210
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
2121
2211
|
property :third_party_backup_image_impressions_url, as: 'thirdPartyBackupImageImpressionsUrl'
|
|
2122
2212
|
property :third_party_rich_media_impressions_url, as: 'thirdPartyRichMediaImpressionsUrl'
|
|
2123
|
-
collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::
|
|
2213
|
+
collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::DfareportingV3_4::ThirdPartyTrackingUrl, decorator: Google::Apis::DfareportingV3_4::ThirdPartyTrackingUrl::Representation
|
|
2124
2214
|
|
|
2125
|
-
collection :timer_custom_events, as: 'timerCustomEvents', class: Google::Apis::
|
|
2215
|
+
collection :timer_custom_events, as: 'timerCustomEvents', class: Google::Apis::DfareportingV3_4::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_4::CreativeCustomEvent::Representation
|
|
2126
2216
|
|
|
2127
2217
|
property :total_file_size, :numeric_string => true, as: 'totalFileSize'
|
|
2128
2218
|
property :type, as: 'type'
|
|
2129
|
-
property :universal_ad_id, as: 'universalAdId', class: Google::Apis::
|
|
2219
|
+
property :universal_ad_id, as: 'universalAdId', class: Google::Apis::DfareportingV3_4::UniversalAdId, decorator: Google::Apis::DfareportingV3_4::UniversalAdId::Representation
|
|
2130
2220
|
|
|
2131
2221
|
property :version, as: 'version'
|
|
2132
2222
|
end
|
|
@@ -2137,17 +2227,19 @@ module Google
|
|
|
2137
2227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2138
2228
|
property :action_script3, as: 'actionScript3'
|
|
2139
2229
|
property :active, as: 'active'
|
|
2140
|
-
collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::
|
|
2230
|
+
collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
2141
2231
|
|
|
2142
2232
|
property :alignment, as: 'alignment'
|
|
2143
2233
|
property :artwork_type, as: 'artworkType'
|
|
2144
|
-
property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::
|
|
2234
|
+
property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_4::CreativeAssetId, decorator: Google::Apis::DfareportingV3_4::CreativeAssetId::Representation
|
|
2145
2235
|
|
|
2146
|
-
property :
|
|
2236
|
+
property :audio_bit_rate, as: 'audioBitRate'
|
|
2237
|
+
property :audio_sample_rate, as: 'audioSampleRate'
|
|
2238
|
+
property :backup_image_exit, as: 'backupImageExit', class: Google::Apis::DfareportingV3_4::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_4::CreativeCustomEvent::Representation
|
|
2147
2239
|
|
|
2148
2240
|
property :bit_rate, as: 'bitRate'
|
|
2149
2241
|
property :child_asset_type, as: 'childAssetType'
|
|
2150
|
-
property :collapsed_size, as: 'collapsedSize', class: Google::Apis::
|
|
2242
|
+
property :collapsed_size, as: 'collapsedSize', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
2151
2243
|
|
|
2152
2244
|
collection :companion_creative_ids, as: 'companionCreativeIds'
|
|
2153
2245
|
property :custom_start_time_value, as: 'customStartTimeValue'
|
|
@@ -2155,23 +2247,25 @@ module Google
|
|
|
2155
2247
|
property :display_type, as: 'displayType'
|
|
2156
2248
|
property :duration, as: 'duration'
|
|
2157
2249
|
property :duration_type, as: 'durationType'
|
|
2158
|
-
property :expanded_dimension, as: 'expandedDimension', class: Google::Apis::
|
|
2250
|
+
property :expanded_dimension, as: 'expandedDimension', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
2159
2251
|
|
|
2160
2252
|
property :file_size, :numeric_string => true, as: 'fileSize'
|
|
2161
2253
|
property :flash_version, as: 'flashVersion'
|
|
2254
|
+
property :frame_rate, as: 'frameRate'
|
|
2162
2255
|
property :hide_flash_objects, as: 'hideFlashObjects'
|
|
2163
2256
|
property :hide_selection_boxes, as: 'hideSelectionBoxes'
|
|
2164
2257
|
property :horizontally_locked, as: 'horizontallyLocked'
|
|
2165
2258
|
property :id, :numeric_string => true, as: 'id'
|
|
2166
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
2259
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2167
2260
|
|
|
2168
2261
|
property :media_duration, as: 'mediaDuration'
|
|
2169
2262
|
property :mime_type, as: 'mimeType'
|
|
2170
|
-
property :offset, as: 'offset', class: Google::Apis::
|
|
2263
|
+
property :offset, as: 'offset', class: Google::Apis::DfareportingV3_4::OffsetPosition, decorator: Google::Apis::DfareportingV3_4::OffsetPosition::Representation
|
|
2171
2264
|
|
|
2172
2265
|
property :orientation, as: 'orientation'
|
|
2173
2266
|
property :original_backup, as: 'originalBackup'
|
|
2174
|
-
property :
|
|
2267
|
+
property :polite_load, as: 'politeLoad'
|
|
2268
|
+
property :position, as: 'position', class: Google::Apis::DfareportingV3_4::OffsetPosition, decorator: Google::Apis::DfareportingV3_4::OffsetPosition::Representation
|
|
2175
2269
|
|
|
2176
2270
|
property :position_left_unit, as: 'positionLeftUnit'
|
|
2177
2271
|
property :position_top_unit, as: 'positionTopUnit'
|
|
@@ -2179,7 +2273,7 @@ module Google
|
|
|
2179
2273
|
property :pushdown, as: 'pushdown'
|
|
2180
2274
|
property :pushdown_duration, as: 'pushdownDuration'
|
|
2181
2275
|
property :role, as: 'role'
|
|
2182
|
-
property :size, as: 'size', class: Google::Apis::
|
|
2276
|
+
property :size, as: 'size', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
2183
2277
|
|
|
2184
2278
|
property :ssl_compliant, as: 'sslCompliant'
|
|
2185
2279
|
property :start_time_type, as: 'startTimeType'
|
|
@@ -2204,13 +2298,13 @@ module Google
|
|
|
2204
2298
|
class CreativeAssetMetadata
|
|
2205
2299
|
# @private
|
|
2206
2300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2207
|
-
property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::
|
|
2301
|
+
property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_4::CreativeAssetId, decorator: Google::Apis::DfareportingV3_4::CreativeAssetId::Representation
|
|
2208
2302
|
|
|
2209
|
-
collection :click_tags, as: 'clickTags', class: Google::Apis::
|
|
2303
|
+
collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_4::ClickTag, decorator: Google::Apis::DfareportingV3_4::ClickTag::Representation
|
|
2210
2304
|
|
|
2211
2305
|
collection :detected_features, as: 'detectedFeatures'
|
|
2212
2306
|
property :id, :numeric_string => true, as: 'id'
|
|
2213
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
2307
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2214
2308
|
|
|
2215
2309
|
property :kind, as: 'kind'
|
|
2216
2310
|
collection :warned_validation_rules, as: 'warnedValidationRules'
|
|
@@ -2221,7 +2315,7 @@ module Google
|
|
|
2221
2315
|
# @private
|
|
2222
2316
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2223
2317
|
property :default_asset_id, :numeric_string => true, as: 'defaultAssetId'
|
|
2224
|
-
collection :rules, as: 'rules', class: Google::Apis::
|
|
2318
|
+
collection :rules, as: 'rules', class: Google::Apis::DfareportingV3_4::Rule, decorator: Google::Apis::DfareportingV3_4::Rule::Representation
|
|
2225
2319
|
|
|
2226
2320
|
end
|
|
2227
2321
|
end
|
|
@@ -2231,18 +2325,18 @@ module Google
|
|
|
2231
2325
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2232
2326
|
property :active, as: 'active'
|
|
2233
2327
|
property :apply_event_tags, as: 'applyEventTags'
|
|
2234
|
-
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::
|
|
2328
|
+
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_4::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::ClickThroughUrl::Representation
|
|
2235
2329
|
|
|
2236
|
-
collection :companion_creative_overrides, as: 'companionCreativeOverrides', class: Google::Apis::
|
|
2330
|
+
collection :companion_creative_overrides, as: 'companionCreativeOverrides', class: Google::Apis::DfareportingV3_4::CompanionClickThroughOverride, decorator: Google::Apis::DfareportingV3_4::CompanionClickThroughOverride::Representation
|
|
2237
2331
|
|
|
2238
|
-
collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::
|
|
2332
|
+
collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_4::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_4::CreativeGroupAssignment::Representation
|
|
2239
2333
|
|
|
2240
2334
|
property :creative_id, :numeric_string => true, as: 'creativeId'
|
|
2241
|
-
property :creative_id_dimension_value, as: 'creativeIdDimensionValue', class: Google::Apis::
|
|
2335
|
+
property :creative_id_dimension_value, as: 'creativeIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2242
2336
|
|
|
2243
2337
|
property :end_time, as: 'endTime', type: DateTime
|
|
2244
2338
|
|
|
2245
|
-
collection :rich_media_exit_overrides, as: 'richMediaExitOverrides', class: Google::Apis::
|
|
2339
|
+
collection :rich_media_exit_overrides, as: 'richMediaExitOverrides', class: Google::Apis::DfareportingV3_4::RichMediaExitOverride, decorator: Google::Apis::DfareportingV3_4::RichMediaExitOverride::Representation
|
|
2246
2340
|
|
|
2247
2341
|
property :sequence, as: 'sequence'
|
|
2248
2342
|
property :ssl_compliant, as: 'sslCompliant'
|
|
@@ -2269,10 +2363,10 @@ module Google
|
|
|
2269
2363
|
property :advertiser_custom_event_type, as: 'advertiserCustomEventType'
|
|
2270
2364
|
property :artwork_label, as: 'artworkLabel'
|
|
2271
2365
|
property :artwork_type, as: 'artworkType'
|
|
2272
|
-
property :exit_click_through_url, as: 'exitClickThroughUrl', class: Google::Apis::
|
|
2366
|
+
property :exit_click_through_url, as: 'exitClickThroughUrl', class: Google::Apis::DfareportingV3_4::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::CreativeClickThroughUrl::Representation
|
|
2273
2367
|
|
|
2274
2368
|
property :id, :numeric_string => true, as: 'id'
|
|
2275
|
-
property :popup_window_properties, as: 'popupWindowProperties', class: Google::Apis::
|
|
2369
|
+
property :popup_window_properties, as: 'popupWindowProperties', class: Google::Apis::DfareportingV3_4::PopupWindowProperties, decorator: Google::Apis::DfareportingV3_4::PopupWindowProperties::Representation
|
|
2276
2370
|
|
|
2277
2371
|
property :target_type, as: 'targetType'
|
|
2278
2372
|
property :video_reporting_id, as: 'videoReportingId'
|
|
@@ -2284,7 +2378,7 @@ module Google
|
|
|
2284
2378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2285
2379
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2286
2380
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2287
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
2381
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2288
2382
|
|
|
2289
2383
|
property :id, :numeric_string => true, as: 'id'
|
|
2290
2384
|
property :kind, as: 'kind'
|
|
@@ -2313,7 +2407,7 @@ module Google
|
|
|
2313
2407
|
class CreativeFieldValuesListResponse
|
|
2314
2408
|
# @private
|
|
2315
2409
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2316
|
-
collection :creative_field_values, as: 'creativeFieldValues', class: Google::Apis::
|
|
2410
|
+
collection :creative_field_values, as: 'creativeFieldValues', class: Google::Apis::DfareportingV3_4::CreativeFieldValue, decorator: Google::Apis::DfareportingV3_4::CreativeFieldValue::Representation
|
|
2317
2411
|
|
|
2318
2412
|
property :kind, as: 'kind'
|
|
2319
2413
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2323,7 +2417,7 @@ module Google
|
|
|
2323
2417
|
class CreativeFieldsListResponse
|
|
2324
2418
|
# @private
|
|
2325
2419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2326
|
-
collection :creative_fields, as: 'creativeFields', class: Google::Apis::
|
|
2420
|
+
collection :creative_fields, as: 'creativeFields', class: Google::Apis::DfareportingV3_4::CreativeField, decorator: Google::Apis::DfareportingV3_4::CreativeField::Representation
|
|
2327
2421
|
|
|
2328
2422
|
property :kind, as: 'kind'
|
|
2329
2423
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2335,7 +2429,7 @@ module Google
|
|
|
2335
2429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2336
2430
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2337
2431
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2338
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
2432
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2339
2433
|
|
|
2340
2434
|
property :group_number, as: 'groupNumber'
|
|
2341
2435
|
property :id, :numeric_string => true, as: 'id'
|
|
@@ -2356,7 +2450,7 @@ module Google
|
|
|
2356
2450
|
class CreativeGroupsListResponse
|
|
2357
2451
|
# @private
|
|
2358
2452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2359
|
-
collection :creative_groups, as: 'creativeGroups', class: Google::Apis::
|
|
2453
|
+
collection :creative_groups, as: 'creativeGroups', class: Google::Apis::DfareportingV3_4::CreativeGroup, decorator: Google::Apis::DfareportingV3_4::CreativeGroup::Representation
|
|
2360
2454
|
|
|
2361
2455
|
property :kind, as: 'kind'
|
|
2362
2456
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2368,7 +2462,7 @@ module Google
|
|
|
2368
2462
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2369
2463
|
property :id, :numeric_string => true, as: 'id'
|
|
2370
2464
|
property :name, as: 'name'
|
|
2371
|
-
collection :optimization_activitys, as: 'optimizationActivitys', class: Google::Apis::
|
|
2465
|
+
collection :optimization_activitys, as: 'optimizationActivitys', class: Google::Apis::DfareportingV3_4::OptimizationActivity, decorator: Google::Apis::DfareportingV3_4::OptimizationActivity::Representation
|
|
2372
2466
|
|
|
2373
2467
|
property :optimization_model, as: 'optimizationModel'
|
|
2374
2468
|
end
|
|
@@ -2377,7 +2471,7 @@ module Google
|
|
|
2377
2471
|
class CreativeRotation
|
|
2378
2472
|
# @private
|
|
2379
2473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2380
|
-
collection :creative_assignments, as: 'creativeAssignments', class: Google::Apis::
|
|
2474
|
+
collection :creative_assignments, as: 'creativeAssignments', class: Google::Apis::DfareportingV3_4::CreativeAssignment, decorator: Google::Apis::DfareportingV3_4::CreativeAssignment::Representation
|
|
2381
2475
|
|
|
2382
2476
|
property :creative_optimization_configuration_id, :numeric_string => true, as: 'creativeOptimizationConfigurationId'
|
|
2383
2477
|
property :type, as: 'type'
|
|
@@ -2385,35 +2479,83 @@ module Google
|
|
|
2385
2479
|
end
|
|
2386
2480
|
end
|
|
2387
2481
|
|
|
2388
|
-
class
|
|
2482
|
+
class CreativesListResponse
|
|
2389
2483
|
# @private
|
|
2390
2484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2391
|
-
|
|
2392
|
-
|
|
2485
|
+
collection :creatives, as: 'creatives', class: Google::Apis::DfareportingV3_4::Creative, decorator: Google::Apis::DfareportingV3_4::Creative::Representation
|
|
2486
|
+
|
|
2487
|
+
property :kind, as: 'kind'
|
|
2488
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2393
2489
|
end
|
|
2394
2490
|
end
|
|
2395
2491
|
|
|
2396
|
-
class
|
|
2492
|
+
class CrossDimensionReachReportCompatibleFields
|
|
2397
2493
|
# @private
|
|
2398
2494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2399
|
-
collection :
|
|
2495
|
+
collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
2496
|
+
|
|
2497
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
2400
2498
|
|
|
2401
2499
|
property :kind, as: 'kind'
|
|
2402
|
-
|
|
2500
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
2501
|
+
|
|
2502
|
+
collection :overlap_metrics, as: 'overlapMetrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
2503
|
+
|
|
2403
2504
|
end
|
|
2404
2505
|
end
|
|
2405
2506
|
|
|
2406
|
-
class
|
|
2507
|
+
class CustomEvent
|
|
2407
2508
|
# @private
|
|
2408
2509
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2409
|
-
|
|
2510
|
+
property :annotate_click_event, as: 'annotateClickEvent', class: Google::Apis::DfareportingV3_4::AnnotateClickEvent, decorator: Google::Apis::DfareportingV3_4::AnnotateClickEvent::Representation
|
|
2410
2511
|
|
|
2411
|
-
collection :
|
|
2512
|
+
collection :custom_variables, as: 'customVariables', class: Google::Apis::DfareportingV3_4::CustomVariables, decorator: Google::Apis::DfareportingV3_4::CustomVariables::Representation
|
|
2513
|
+
|
|
2514
|
+
property :event_type, as: 'eventType'
|
|
2515
|
+
property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
|
|
2516
|
+
property :insert_event, as: 'insertEvent', class: Google::Apis::DfareportingV3_4::InsertEvent, decorator: Google::Apis::DfareportingV3_4::InsertEvent::Representation
|
|
2412
2517
|
|
|
2413
2518
|
property :kind, as: 'kind'
|
|
2414
|
-
|
|
2519
|
+
property :ordinal, as: 'ordinal'
|
|
2520
|
+
property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
|
|
2521
|
+
end
|
|
2522
|
+
end
|
|
2415
2523
|
|
|
2416
|
-
|
|
2524
|
+
class CustomEventError
|
|
2525
|
+
# @private
|
|
2526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2527
|
+
property :code, as: 'code'
|
|
2528
|
+
property :kind, as: 'kind'
|
|
2529
|
+
property :message, as: 'message'
|
|
2530
|
+
end
|
|
2531
|
+
end
|
|
2532
|
+
|
|
2533
|
+
class CustomEventStatus
|
|
2534
|
+
# @private
|
|
2535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2536
|
+
property :custom_event, as: 'customEvent', class: Google::Apis::DfareportingV3_4::CustomEvent, decorator: Google::Apis::DfareportingV3_4::CustomEvent::Representation
|
|
2537
|
+
|
|
2538
|
+
collection :errors, as: 'errors', class: Google::Apis::DfareportingV3_4::CustomEventError, decorator: Google::Apis::DfareportingV3_4::CustomEventError::Representation
|
|
2539
|
+
|
|
2540
|
+
property :kind, as: 'kind'
|
|
2541
|
+
end
|
|
2542
|
+
end
|
|
2543
|
+
|
|
2544
|
+
class CustomEventsBatchInsertRequest
|
|
2545
|
+
# @private
|
|
2546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2547
|
+
collection :custom_events, as: 'customEvents', class: Google::Apis::DfareportingV3_4::CustomEvent, decorator: Google::Apis::DfareportingV3_4::CustomEvent::Representation
|
|
2548
|
+
|
|
2549
|
+
property :kind, as: 'kind'
|
|
2550
|
+
end
|
|
2551
|
+
end
|
|
2552
|
+
|
|
2553
|
+
class CustomEventsBatchInsertResponse
|
|
2554
|
+
# @private
|
|
2555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2556
|
+
property :has_failures, as: 'hasFailures'
|
|
2557
|
+
property :kind, as: 'kind'
|
|
2558
|
+
collection :status, as: 'status', class: Google::Apis::DfareportingV3_4::CustomEventStatus, decorator: Google::Apis::DfareportingV3_4::CustomEventStatus::Representation
|
|
2417
2559
|
|
|
2418
2560
|
end
|
|
2419
2561
|
end
|
|
@@ -2430,8 +2572,49 @@ module Google
|
|
|
2430
2572
|
class CustomRichMediaEvents
|
|
2431
2573
|
# @private
|
|
2432
2574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2433
|
-
collection :filtered_event_ids, as: 'filteredEventIds', class: Google::Apis::
|
|
2575
|
+
collection :filtered_event_ids, as: 'filteredEventIds', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2576
|
+
|
|
2577
|
+
property :kind, as: 'kind'
|
|
2578
|
+
end
|
|
2579
|
+
end
|
|
2434
2580
|
|
|
2581
|
+
class CustomVariables
|
|
2582
|
+
# @private
|
|
2583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2584
|
+
property :index, :numeric_string => true, as: 'index'
|
|
2585
|
+
property :kind, as: 'kind'
|
|
2586
|
+
property :value, as: 'value'
|
|
2587
|
+
end
|
|
2588
|
+
end
|
|
2589
|
+
|
|
2590
|
+
class CustomViewabilityMetric
|
|
2591
|
+
# @private
|
|
2592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2593
|
+
property :configuration, as: 'configuration', class: Google::Apis::DfareportingV3_4::CustomViewabilityMetricConfiguration, decorator: Google::Apis::DfareportingV3_4::CustomViewabilityMetricConfiguration::Representation
|
|
2594
|
+
|
|
2595
|
+
property :id, :numeric_string => true, as: 'id'
|
|
2596
|
+
property :name, as: 'name'
|
|
2597
|
+
end
|
|
2598
|
+
end
|
|
2599
|
+
|
|
2600
|
+
class CustomViewabilityMetricConfiguration
|
|
2601
|
+
# @private
|
|
2602
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2603
|
+
property :audible, as: 'audible'
|
|
2604
|
+
property :time_millis, as: 'timeMillis'
|
|
2605
|
+
property :time_percent, as: 'timePercent'
|
|
2606
|
+
property :viewability_percent, as: 'viewabilityPercent'
|
|
2607
|
+
end
|
|
2608
|
+
end
|
|
2609
|
+
|
|
2610
|
+
class Dv3Ids
|
|
2611
|
+
# @private
|
|
2612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2613
|
+
property :dv_campaign_id, :numeric_string => true, as: 'dvCampaignId'
|
|
2614
|
+
property :dv_creative_id, :numeric_string => true, as: 'dvCreativeId'
|
|
2615
|
+
property :dv_insertion_order_id, :numeric_string => true, as: 'dvInsertionOrderId'
|
|
2616
|
+
property :dv_line_item_id, :numeric_string => true, as: 'dvLineItemId'
|
|
2617
|
+
property :dv_site_id, :numeric_string => true, as: 'dvSiteId'
|
|
2435
2618
|
property :kind, as: 'kind'
|
|
2436
2619
|
end
|
|
2437
2620
|
end
|
|
@@ -2463,7 +2646,7 @@ module Google
|
|
|
2463
2646
|
property :app_url, as: 'appUrl'
|
|
2464
2647
|
property :fallback_url, as: 'fallbackUrl'
|
|
2465
2648
|
property :kind, as: 'kind'
|
|
2466
|
-
property :mobile_app, as: 'mobileApp', class: Google::Apis::
|
|
2649
|
+
property :mobile_app, as: 'mobileApp', class: Google::Apis::DfareportingV3_4::MobileApp, decorator: Google::Apis::DfareportingV3_4::MobileApp::Representation
|
|
2467
2650
|
|
|
2468
2651
|
collection :remarketing_list_ids, as: 'remarketingListIds'
|
|
2469
2652
|
end
|
|
@@ -2480,7 +2663,7 @@ module Google
|
|
|
2480
2663
|
class DeliverySchedule
|
|
2481
2664
|
# @private
|
|
2482
2665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2483
|
-
property :frequency_cap, as: 'frequencyCap', class: Google::Apis::
|
|
2666
|
+
property :frequency_cap, as: 'frequencyCap', class: Google::Apis::DfareportingV3_4::FrequencyCap, decorator: Google::Apis::DfareportingV3_4::FrequencyCap::Representation
|
|
2484
2667
|
|
|
2485
2668
|
property :hard_cutoff, as: 'hardCutoff'
|
|
2486
2669
|
property :impression_ratio, :numeric_string => true, as: 'impressionRatio'
|
|
@@ -2532,7 +2715,7 @@ module Google
|
|
|
2532
2715
|
# @private
|
|
2533
2716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2534
2717
|
property :etag, as: 'etag'
|
|
2535
|
-
collection :items, as: 'items', class: Google::Apis::
|
|
2718
|
+
collection :items, as: 'items', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2536
2719
|
|
|
2537
2720
|
property :kind, as: 'kind'
|
|
2538
2721
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2545,7 +2728,7 @@ module Google
|
|
|
2545
2728
|
property :dimension_name, as: 'dimensionName'
|
|
2546
2729
|
property :end_date, as: 'endDate', type: Date
|
|
2547
2730
|
|
|
2548
|
-
collection :filters, as: 'filters', class: Google::Apis::
|
|
2731
|
+
collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_4::DimensionFilter, decorator: Google::Apis::DfareportingV3_4::DimensionFilter::Representation
|
|
2549
2732
|
|
|
2550
2733
|
property :kind, as: 'kind'
|
|
2551
2734
|
property :start_date, as: 'startDate', type: Date
|
|
@@ -2557,77 +2740,34 @@ module Google
|
|
|
2557
2740
|
# @private
|
|
2558
2741
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2559
2742
|
property :active, as: 'active'
|
|
2560
|
-
collection :contact_assignments, as: 'contactAssignments', class: Google::Apis::DfareportingV3_2::DirectorySiteContactAssignment, decorator: Google::Apis::DfareportingV3_2::DirectorySiteContactAssignment::Representation
|
|
2561
|
-
|
|
2562
|
-
property :country_id, :numeric_string => true, as: 'countryId'
|
|
2563
|
-
property :currency_id, :numeric_string => true, as: 'currencyId'
|
|
2564
|
-
property :description, as: 'description'
|
|
2565
2743
|
property :id, :numeric_string => true, as: 'id'
|
|
2566
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
2744
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2567
2745
|
|
|
2568
2746
|
collection :inpage_tag_formats, as: 'inpageTagFormats'
|
|
2569
2747
|
collection :interstitial_tag_formats, as: 'interstitialTagFormats'
|
|
2570
2748
|
property :kind, as: 'kind'
|
|
2571
2749
|
property :name, as: 'name'
|
|
2572
|
-
property :
|
|
2573
|
-
property :settings, as: 'settings', class: Google::Apis::DfareportingV3_2::DirectorySiteSettings, decorator: Google::Apis::DfareportingV3_2::DirectorySiteSettings::Representation
|
|
2750
|
+
property :settings, as: 'settings', class: Google::Apis::DfareportingV3_4::DirectorySiteSettings, decorator: Google::Apis::DfareportingV3_4::DirectorySiteSettings::Representation
|
|
2574
2751
|
|
|
2575
2752
|
property :url, as: 'url'
|
|
2576
2753
|
end
|
|
2577
2754
|
end
|
|
2578
2755
|
|
|
2579
|
-
class DirectorySiteContact
|
|
2580
|
-
# @private
|
|
2581
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2582
|
-
property :address, as: 'address'
|
|
2583
|
-
property :email, as: 'email'
|
|
2584
|
-
property :first_name, as: 'firstName'
|
|
2585
|
-
property :id, :numeric_string => true, as: 'id'
|
|
2586
|
-
property :kind, as: 'kind'
|
|
2587
|
-
property :last_name, as: 'lastName'
|
|
2588
|
-
property :phone, as: 'phone'
|
|
2589
|
-
property :role, as: 'role'
|
|
2590
|
-
property :title, as: 'title'
|
|
2591
|
-
property :type, as: 'type'
|
|
2592
|
-
end
|
|
2593
|
-
end
|
|
2594
|
-
|
|
2595
|
-
class DirectorySiteContactAssignment
|
|
2596
|
-
# @private
|
|
2597
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2598
|
-
property :contact_id, :numeric_string => true, as: 'contactId'
|
|
2599
|
-
property :visibility, as: 'visibility'
|
|
2600
|
-
end
|
|
2601
|
-
end
|
|
2602
|
-
|
|
2603
|
-
class DirectorySiteContactsListResponse
|
|
2604
|
-
# @private
|
|
2605
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2606
|
-
collection :directory_site_contacts, as: 'directorySiteContacts', class: Google::Apis::DfareportingV3_2::DirectorySiteContact, decorator: Google::Apis::DfareportingV3_2::DirectorySiteContact::Representation
|
|
2607
|
-
|
|
2608
|
-
property :kind, as: 'kind'
|
|
2609
|
-
property :next_page_token, as: 'nextPageToken'
|
|
2610
|
-
end
|
|
2611
|
-
end
|
|
2612
|
-
|
|
2613
2756
|
class DirectorySiteSettings
|
|
2614
2757
|
# @private
|
|
2615
2758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2616
2759
|
property :active_view_opt_out, as: 'activeViewOptOut'
|
|
2617
|
-
property :dfp_settings, as: 'dfpSettings', class: Google::Apis::
|
|
2760
|
+
property :dfp_settings, as: 'dfpSettings', class: Google::Apis::DfareportingV3_4::DfpSettings, decorator: Google::Apis::DfareportingV3_4::DfpSettings::Representation
|
|
2618
2761
|
|
|
2619
2762
|
property :instream_video_placement_accepted, as: 'instreamVideoPlacementAccepted'
|
|
2620
2763
|
property :interstitial_placement_accepted, as: 'interstitialPlacementAccepted'
|
|
2621
|
-
property :nielsen_ocr_opt_out, as: 'nielsenOcrOptOut'
|
|
2622
|
-
property :verification_tag_opt_out, as: 'verificationTagOptOut'
|
|
2623
|
-
property :video_active_view_opt_out, as: 'videoActiveViewOptOut'
|
|
2624
2764
|
end
|
|
2625
2765
|
end
|
|
2626
2766
|
|
|
2627
2767
|
class DirectorySitesListResponse
|
|
2628
2768
|
# @private
|
|
2629
2769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2630
|
-
collection :directory_sites, as: 'directorySites', class: Google::Apis::
|
|
2770
|
+
collection :directory_sites, as: 'directorySites', class: Google::Apis::DfareportingV3_4::DirectorySite, decorator: Google::Apis::DfareportingV3_4::DirectorySite::Representation
|
|
2631
2771
|
|
|
2632
2772
|
property :kind, as: 'kind'
|
|
2633
2773
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2647,7 +2787,7 @@ module Google
|
|
|
2647
2787
|
class DynamicTargetingKeysListResponse
|
|
2648
2788
|
# @private
|
|
2649
2789
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2650
|
-
collection :dynamic_targeting_keys, as: 'dynamicTargetingKeys', class: Google::Apis::
|
|
2790
|
+
collection :dynamic_targeting_keys, as: 'dynamicTargetingKeys', class: Google::Apis::DfareportingV3_4::DynamicTargetingKey, decorator: Google::Apis::DfareportingV3_4::DynamicTargetingKey::Representation
|
|
2651
2791
|
|
|
2652
2792
|
property :kind, as: 'kind'
|
|
2653
2793
|
end
|
|
@@ -2668,10 +2808,10 @@ module Google
|
|
|
2668
2808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2669
2809
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2670
2810
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2671
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
2811
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2672
2812
|
|
|
2673
2813
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
|
2674
|
-
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::
|
|
2814
|
+
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2675
2815
|
|
|
2676
2816
|
property :enabled_by_default, as: 'enabledByDefault'
|
|
2677
2817
|
property :exclude_from_adx_requests, as: 'excludeFromAdxRequests'
|
|
@@ -2700,7 +2840,7 @@ module Google
|
|
|
2700
2840
|
class EventTagsListResponse
|
|
2701
2841
|
# @private
|
|
2702
2842
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2703
|
-
collection :event_tags, as: 'eventTags', class: Google::Apis::
|
|
2843
|
+
collection :event_tags, as: 'eventTags', class: Google::Apis::DfareportingV3_4::EventTag, decorator: Google::Apis::DfareportingV3_4::EventTag::Representation
|
|
2704
2844
|
|
|
2705
2845
|
property :kind, as: 'kind'
|
|
2706
2846
|
end
|
|
@@ -2709,7 +2849,7 @@ module Google
|
|
|
2709
2849
|
class File
|
|
2710
2850
|
# @private
|
|
2711
2851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2712
|
-
property :date_range, as: 'dateRange', class: Google::Apis::
|
|
2852
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_4::DateRange, decorator: Google::Apis::DfareportingV3_4::DateRange::Representation
|
|
2713
2853
|
|
|
2714
2854
|
property :etag, as: 'etag'
|
|
2715
2855
|
property :file_name, as: 'fileName'
|
|
@@ -2719,7 +2859,7 @@ module Google
|
|
|
2719
2859
|
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
|
2720
2860
|
property :report_id, :numeric_string => true, as: 'reportId'
|
|
2721
2861
|
property :status, as: 'status'
|
|
2722
|
-
property :urls, as: 'urls', class: Google::Apis::
|
|
2862
|
+
property :urls, as: 'urls', class: Google::Apis::DfareportingV3_4::File::Urls, decorator: Google::Apis::DfareportingV3_4::File::Urls::Representation
|
|
2723
2863
|
|
|
2724
2864
|
end
|
|
2725
2865
|
|
|
@@ -2736,7 +2876,7 @@ module Google
|
|
|
2736
2876
|
# @private
|
|
2737
2877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2738
2878
|
property :etag, as: 'etag'
|
|
2739
|
-
collection :items, as: 'items', class: Google::Apis::
|
|
2879
|
+
collection :items, as: 'items', class: Google::Apis::DfareportingV3_4::File, decorator: Google::Apis::DfareportingV3_4::File::Representation
|
|
2740
2880
|
|
|
2741
2881
|
property :kind, as: 'kind'
|
|
2742
2882
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2767,7 +2907,7 @@ module Google
|
|
|
2767
2907
|
class FloodlightActivitiesListResponse
|
|
2768
2908
|
# @private
|
|
2769
2909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2770
|
-
collection :floodlight_activities, as: 'floodlightActivities', class: Google::Apis::
|
|
2910
|
+
collection :floodlight_activities, as: 'floodlightActivities', class: Google::Apis::DfareportingV3_4::FloodlightActivity, decorator: Google::Apis::DfareportingV3_4::FloodlightActivity::Representation
|
|
2771
2911
|
|
|
2772
2912
|
property :kind, as: 'kind'
|
|
2773
2913
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2779,11 +2919,11 @@ module Google
|
|
|
2779
2919
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2780
2920
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2781
2921
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2782
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
2922
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2783
2923
|
|
|
2784
2924
|
property :cache_busting_type, as: 'cacheBustingType'
|
|
2785
2925
|
property :counting_method, as: 'countingMethod'
|
|
2786
|
-
collection :default_tags, as: 'defaultTags', class: Google::Apis::
|
|
2926
|
+
collection :default_tags, as: 'defaultTags', class: Google::Apis::DfareportingV3_4::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_4::FloodlightActivityDynamicTag::Representation
|
|
2787
2927
|
|
|
2788
2928
|
property :expected_url, as: 'expectedUrl'
|
|
2789
2929
|
property :floodlight_activity_group_id, :numeric_string => true, as: 'floodlightActivityGroupId'
|
|
@@ -2791,21 +2931,21 @@ module Google
|
|
|
2791
2931
|
property :floodlight_activity_group_tag_string, as: 'floodlightActivityGroupTagString'
|
|
2792
2932
|
property :floodlight_activity_group_type, as: 'floodlightActivityGroupType'
|
|
2793
2933
|
property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
|
|
2794
|
-
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::
|
|
2934
|
+
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2795
2935
|
|
|
2796
2936
|
property :floodlight_tag_type, as: 'floodlightTagType'
|
|
2797
|
-
property :hidden, as: 'hidden'
|
|
2798
2937
|
property :id, :numeric_string => true, as: 'id'
|
|
2799
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
2938
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2800
2939
|
|
|
2801
2940
|
property :kind, as: 'kind'
|
|
2802
2941
|
property :name, as: 'name'
|
|
2803
2942
|
property :notes, as: 'notes'
|
|
2804
|
-
collection :publisher_tags, as: 'publisherTags', class: Google::Apis::
|
|
2943
|
+
collection :publisher_tags, as: 'publisherTags', class: Google::Apis::DfareportingV3_4::FloodlightActivityPublisherDynamicTag, decorator: Google::Apis::DfareportingV3_4::FloodlightActivityPublisherDynamicTag::Representation
|
|
2805
2944
|
|
|
2806
2945
|
property :secure, as: 'secure'
|
|
2807
2946
|
property :ssl_compliant, as: 'sslCompliant'
|
|
2808
2947
|
property :ssl_required, as: 'sslRequired'
|
|
2948
|
+
property :status, as: 'status'
|
|
2809
2949
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
2810
2950
|
property :tag_format, as: 'tagFormat'
|
|
2811
2951
|
property :tag_string, as: 'tagString'
|
|
@@ -2827,13 +2967,13 @@ module Google
|
|
|
2827
2967
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2828
2968
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2829
2969
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2830
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
2970
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2831
2971
|
|
|
2832
2972
|
property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
|
|
2833
|
-
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::
|
|
2973
|
+
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2834
2974
|
|
|
2835
2975
|
property :id, :numeric_string => true, as: 'id'
|
|
2836
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
2976
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2837
2977
|
|
|
2838
2978
|
property :kind, as: 'kind'
|
|
2839
2979
|
property :name, as: 'name'
|
|
@@ -2846,7 +2986,7 @@ module Google
|
|
|
2846
2986
|
class FloodlightActivityGroupsListResponse
|
|
2847
2987
|
# @private
|
|
2848
2988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2849
|
-
collection :floodlight_activity_groups, as: 'floodlightActivityGroups', class: Google::Apis::
|
|
2989
|
+
collection :floodlight_activity_groups, as: 'floodlightActivityGroups', class: Google::Apis::DfareportingV3_4::FloodlightActivityGroup, decorator: Google::Apis::DfareportingV3_4::FloodlightActivityGroup::Representation
|
|
2850
2990
|
|
|
2851
2991
|
property :kind, as: 'kind'
|
|
2852
2992
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -2858,10 +2998,10 @@ module Google
|
|
|
2858
2998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2859
2999
|
property :click_through, as: 'clickThrough'
|
|
2860
3000
|
property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
|
|
2861
|
-
property :dynamic_tag, as: 'dynamicTag', class: Google::Apis::
|
|
3001
|
+
property :dynamic_tag, as: 'dynamicTag', class: Google::Apis::DfareportingV3_4::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_4::FloodlightActivityDynamicTag::Representation
|
|
2862
3002
|
|
|
2863
3003
|
property :site_id, :numeric_string => true, as: 'siteId'
|
|
2864
|
-
property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::
|
|
3004
|
+
property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2865
3005
|
|
|
2866
3006
|
property :view_through, as: 'viewThrough'
|
|
2867
3007
|
end
|
|
@@ -2872,27 +3012,29 @@ module Google
|
|
|
2872
3012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2873
3013
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2874
3014
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2875
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
3015
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2876
3016
|
|
|
2877
3017
|
property :analytics_data_sharing_enabled, as: 'analyticsDataSharingEnabled'
|
|
3018
|
+
property :custom_viewability_metric, as: 'customViewabilityMetric', class: Google::Apis::DfareportingV3_4::CustomViewabilityMetric, decorator: Google::Apis::DfareportingV3_4::CustomViewabilityMetric::Representation
|
|
3019
|
+
|
|
2878
3020
|
property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
|
|
2879
3021
|
property :first_day_of_week, as: 'firstDayOfWeek'
|
|
2880
3022
|
property :id, :numeric_string => true, as: 'id'
|
|
2881
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
3023
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
2882
3024
|
|
|
2883
3025
|
property :in_app_attribution_tracking_enabled, as: 'inAppAttributionTrackingEnabled'
|
|
2884
3026
|
property :kind, as: 'kind'
|
|
2885
|
-
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::
|
|
3027
|
+
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_4::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_4::LookbackConfiguration::Representation
|
|
2886
3028
|
|
|
2887
3029
|
property :natural_search_conversion_attribution_option, as: 'naturalSearchConversionAttributionOption'
|
|
2888
|
-
property :omniture_settings, as: 'omnitureSettings', class: Google::Apis::
|
|
3030
|
+
property :omniture_settings, as: 'omnitureSettings', class: Google::Apis::DfareportingV3_4::OmnitureSettings, decorator: Google::Apis::DfareportingV3_4::OmnitureSettings::Representation
|
|
2889
3031
|
|
|
2890
3032
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
2891
|
-
property :tag_settings, as: 'tagSettings', class: Google::Apis::
|
|
3033
|
+
property :tag_settings, as: 'tagSettings', class: Google::Apis::DfareportingV3_4::TagSettings, decorator: Google::Apis::DfareportingV3_4::TagSettings::Representation
|
|
2892
3034
|
|
|
2893
|
-
collection :third_party_authentication_tokens, as: 'thirdPartyAuthenticationTokens', class: Google::Apis::
|
|
3035
|
+
collection :third_party_authentication_tokens, as: 'thirdPartyAuthenticationTokens', class: Google::Apis::DfareportingV3_4::ThirdPartyAuthenticationToken, decorator: Google::Apis::DfareportingV3_4::ThirdPartyAuthenticationToken::Representation
|
|
2894
3036
|
|
|
2895
|
-
collection :user_defined_variable_configurations, as: 'userDefinedVariableConfigurations', class: Google::Apis::
|
|
3037
|
+
collection :user_defined_variable_configurations, as: 'userDefinedVariableConfigurations', class: Google::Apis::DfareportingV3_4::UserDefinedVariableConfiguration, decorator: Google::Apis::DfareportingV3_4::UserDefinedVariableConfiguration::Representation
|
|
2896
3038
|
|
|
2897
3039
|
end
|
|
2898
3040
|
end
|
|
@@ -2900,7 +3042,7 @@ module Google
|
|
|
2900
3042
|
class FloodlightConfigurationsListResponse
|
|
2901
3043
|
# @private
|
|
2902
3044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2903
|
-
collection :floodlight_configurations, as: 'floodlightConfigurations', class: Google::Apis::
|
|
3045
|
+
collection :floodlight_configurations, as: 'floodlightConfigurations', class: Google::Apis::DfareportingV3_4::FloodlightConfiguration, decorator: Google::Apis::DfareportingV3_4::FloodlightConfiguration::Representation
|
|
2904
3046
|
|
|
2905
3047
|
property :kind, as: 'kind'
|
|
2906
3048
|
end
|
|
@@ -2909,12 +3051,12 @@ module Google
|
|
|
2909
3051
|
class FloodlightReportCompatibleFields
|
|
2910
3052
|
# @private
|
|
2911
3053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2912
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
3054
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
2913
3055
|
|
|
2914
|
-
collection :dimensions, as: 'dimensions', class: Google::Apis::
|
|
3056
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
2915
3057
|
|
|
2916
3058
|
property :kind, as: 'kind'
|
|
2917
|
-
collection :metrics, as: 'metrics', class: Google::Apis::
|
|
3059
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
2918
3060
|
|
|
2919
3061
|
end
|
|
2920
3062
|
end
|
|
@@ -2941,17 +3083,31 @@ module Google
|
|
|
2941
3083
|
class GeoTargeting
|
|
2942
3084
|
# @private
|
|
2943
3085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2944
|
-
collection :cities, as: 'cities', class: Google::Apis::
|
|
3086
|
+
collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_4::City, decorator: Google::Apis::DfareportingV3_4::City::Representation
|
|
2945
3087
|
|
|
2946
|
-
collection :countries, as: 'countries', class: Google::Apis::
|
|
3088
|
+
collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_4::Country, decorator: Google::Apis::DfareportingV3_4::Country::Representation
|
|
2947
3089
|
|
|
2948
3090
|
property :exclude_countries, as: 'excludeCountries'
|
|
2949
|
-
collection :metros, as: 'metros', class: Google::Apis::
|
|
3091
|
+
collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_4::Metro, decorator: Google::Apis::DfareportingV3_4::Metro::Representation
|
|
3092
|
+
|
|
3093
|
+
collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_4::PostalCode, decorator: Google::Apis::DfareportingV3_4::PostalCode::Representation
|
|
3094
|
+
|
|
3095
|
+
collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_4::Region, decorator: Google::Apis::DfareportingV3_4::Region::Representation
|
|
3096
|
+
|
|
3097
|
+
end
|
|
3098
|
+
end
|
|
2950
3099
|
|
|
2951
|
-
|
|
3100
|
+
class InsertEvent
|
|
3101
|
+
# @private
|
|
3102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3103
|
+
property :cm_dimensions, as: 'cmDimensions', class: Google::Apis::DfareportingV3_4::CampaignManagerIds, decorator: Google::Apis::DfareportingV3_4::CampaignManagerIds::Representation
|
|
2952
3104
|
|
|
2953
|
-
|
|
3105
|
+
property :dv3_dimensions, as: 'dv3Dimensions', class: Google::Apis::DfareportingV3_4::Dv3Ids, decorator: Google::Apis::DfareportingV3_4::Dv3Ids::Representation
|
|
2954
3106
|
|
|
3107
|
+
property :insert_event_type, as: 'insertEventType'
|
|
3108
|
+
property :kind, as: 'kind'
|
|
3109
|
+
property :match_id, as: 'matchId'
|
|
3110
|
+
property :mobile_device_id, as: 'mobileDeviceId'
|
|
2955
3111
|
end
|
|
2956
3112
|
end
|
|
2957
3113
|
|
|
@@ -2959,7 +3115,7 @@ module Google
|
|
|
2959
3115
|
# @private
|
|
2960
3116
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2961
3117
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2962
|
-
collection :ad_slots, as: 'adSlots', class: Google::Apis::
|
|
3118
|
+
collection :ad_slots, as: 'adSlots', class: Google::Apis::DfareportingV3_4::AdSlot, decorator: Google::Apis::DfareportingV3_4::AdSlot::Representation
|
|
2963
3119
|
|
|
2964
3120
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
2965
3121
|
property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
|
|
@@ -2968,13 +3124,13 @@ module Google
|
|
|
2968
3124
|
property :id, :numeric_string => true, as: 'id'
|
|
2969
3125
|
property :in_plan, as: 'inPlan'
|
|
2970
3126
|
property :kind, as: 'kind'
|
|
2971
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
3127
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
2972
3128
|
|
|
2973
3129
|
property :name, as: 'name'
|
|
2974
3130
|
property :negotiation_channel_id, :numeric_string => true, as: 'negotiationChannelId'
|
|
2975
3131
|
property :order_id, :numeric_string => true, as: 'orderId'
|
|
2976
3132
|
property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
|
|
2977
|
-
property :pricing, as: 'pricing', class: Google::Apis::
|
|
3133
|
+
property :pricing, as: 'pricing', class: Google::Apis::DfareportingV3_4::Pricing, decorator: Google::Apis::DfareportingV3_4::Pricing::Representation
|
|
2978
3134
|
|
|
2979
3135
|
property :project_id, :numeric_string => true, as: 'projectId'
|
|
2980
3136
|
property :rfp_id, :numeric_string => true, as: 'rfpId'
|
|
@@ -2987,7 +3143,7 @@ module Google
|
|
|
2987
3143
|
class InventoryItemsListResponse
|
|
2988
3144
|
# @private
|
|
2989
3145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2990
|
-
collection :inventory_items, as: 'inventoryItems', class: Google::Apis::
|
|
3146
|
+
collection :inventory_items, as: 'inventoryItems', class: Google::Apis::DfareportingV3_4::InventoryItem, decorator: Google::Apis::DfareportingV3_4::InventoryItem::Representation
|
|
2991
3147
|
|
|
2992
3148
|
property :kind, as: 'kind'
|
|
2993
3149
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -3006,7 +3162,7 @@ module Google
|
|
|
3006
3162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3007
3163
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
3008
3164
|
property :archived, as: 'archived'
|
|
3009
|
-
collection :deep_links, as: 'deepLinks', class: Google::Apis::
|
|
3165
|
+
collection :deep_links, as: 'deepLinks', class: Google::Apis::DfareportingV3_4::DeepLink, decorator: Google::Apis::DfareportingV3_4::DeepLink::Representation
|
|
3010
3166
|
|
|
3011
3167
|
property :id, :numeric_string => true, as: 'id'
|
|
3012
3168
|
property :kind, as: 'kind'
|
|
@@ -3028,7 +3184,7 @@ module Google
|
|
|
3028
3184
|
class LanguageTargeting
|
|
3029
3185
|
# @private
|
|
3030
3186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3031
|
-
collection :languages, as: 'languages', class: Google::Apis::
|
|
3187
|
+
collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_4::Language, decorator: Google::Apis::DfareportingV3_4::Language::Representation
|
|
3032
3188
|
|
|
3033
3189
|
end
|
|
3034
3190
|
end
|
|
@@ -3037,7 +3193,7 @@ module Google
|
|
|
3037
3193
|
# @private
|
|
3038
3194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3039
3195
|
property :kind, as: 'kind'
|
|
3040
|
-
collection :languages, as: 'languages', class: Google::Apis::
|
|
3196
|
+
collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_4::Language, decorator: Google::Apis::DfareportingV3_4::Language::Representation
|
|
3041
3197
|
|
|
3042
3198
|
end
|
|
3043
3199
|
end
|
|
@@ -3052,7 +3208,7 @@ module Google
|
|
|
3052
3208
|
class ListPopulationClause
|
|
3053
3209
|
# @private
|
|
3054
3210
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3055
|
-
collection :terms, as: 'terms', class: Google::Apis::
|
|
3211
|
+
collection :terms, as: 'terms', class: Google::Apis::DfareportingV3_4::ListPopulationTerm, decorator: Google::Apis::DfareportingV3_4::ListPopulationTerm::Representation
|
|
3056
3212
|
|
|
3057
3213
|
end
|
|
3058
3214
|
end
|
|
@@ -3062,7 +3218,7 @@ module Google
|
|
|
3062
3218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3063
3219
|
property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
|
|
3064
3220
|
property :floodlight_activity_name, as: 'floodlightActivityName'
|
|
3065
|
-
collection :list_population_clauses, as: 'listPopulationClauses', class: Google::Apis::
|
|
3221
|
+
collection :list_population_clauses, as: 'listPopulationClauses', class: Google::Apis::DfareportingV3_4::ListPopulationClause, decorator: Google::Apis::DfareportingV3_4::ListPopulationClause::Representation
|
|
3066
3222
|
|
|
3067
3223
|
end
|
|
3068
3224
|
end
|
|
@@ -3121,7 +3277,7 @@ module Google
|
|
|
3121
3277
|
# @private
|
|
3122
3278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3123
3279
|
property :kind, as: 'kind'
|
|
3124
|
-
collection :metros, as: 'metros', class: Google::Apis::
|
|
3280
|
+
collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_4::Metro, decorator: Google::Apis::DfareportingV3_4::Metro::Representation
|
|
3125
3281
|
|
|
3126
3282
|
end
|
|
3127
3283
|
end
|
|
@@ -3141,7 +3297,7 @@ module Google
|
|
|
3141
3297
|
# @private
|
|
3142
3298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3143
3299
|
property :kind, as: 'kind'
|
|
3144
|
-
collection :mobile_apps, as: 'mobileApps', class: Google::Apis::
|
|
3300
|
+
collection :mobile_apps, as: 'mobileApps', class: Google::Apis::DfareportingV3_4::MobileApp, decorator: Google::Apis::DfareportingV3_4::MobileApp::Representation
|
|
3145
3301
|
|
|
3146
3302
|
property :next_page_token, as: 'nextPageToken'
|
|
3147
3303
|
end
|
|
@@ -3162,7 +3318,7 @@ module Google
|
|
|
3162
3318
|
# @private
|
|
3163
3319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3164
3320
|
property :kind, as: 'kind'
|
|
3165
|
-
collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::
|
|
3321
|
+
collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_4::MobileCarrier, decorator: Google::Apis::DfareportingV3_4::MobileCarrier::Representation
|
|
3166
3322
|
|
|
3167
3323
|
end
|
|
3168
3324
|
end
|
|
@@ -3211,7 +3367,7 @@ module Google
|
|
|
3211
3367
|
property :major_version, as: 'majorVersion'
|
|
3212
3368
|
property :minor_version, as: 'minorVersion'
|
|
3213
3369
|
property :name, as: 'name'
|
|
3214
|
-
property :operating_system, as: 'operatingSystem', class: Google::Apis::
|
|
3370
|
+
property :operating_system, as: 'operatingSystem', class: Google::Apis::DfareportingV3_4::OperatingSystem, decorator: Google::Apis::DfareportingV3_4::OperatingSystem::Representation
|
|
3215
3371
|
|
|
3216
3372
|
end
|
|
3217
3373
|
end
|
|
@@ -3220,7 +3376,7 @@ module Google
|
|
|
3220
3376
|
# @private
|
|
3221
3377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3222
3378
|
property :kind, as: 'kind'
|
|
3223
|
-
collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::
|
|
3379
|
+
collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_4::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_4::OperatingSystemVersion::Representation
|
|
3224
3380
|
|
|
3225
3381
|
end
|
|
3226
3382
|
end
|
|
@@ -3229,7 +3385,7 @@ module Google
|
|
|
3229
3385
|
# @private
|
|
3230
3386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3231
3387
|
property :kind, as: 'kind'
|
|
3232
|
-
collection :operating_systems, as: 'operatingSystems', class: Google::Apis::
|
|
3388
|
+
collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_4::OperatingSystem, decorator: Google::Apis::DfareportingV3_4::OperatingSystem::Representation
|
|
3233
3389
|
|
|
3234
3390
|
end
|
|
3235
3391
|
end
|
|
@@ -3238,7 +3394,7 @@ module Google
|
|
|
3238
3394
|
# @private
|
|
3239
3395
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3240
3396
|
property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
|
|
3241
|
-
property :floodlight_activity_id_dimension_value, as: 'floodlightActivityIdDimensionValue', class: Google::Apis::
|
|
3397
|
+
property :floodlight_activity_id_dimension_value, as: 'floodlightActivityIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3242
3398
|
|
|
3243
3399
|
property :weight, as: 'weight'
|
|
3244
3400
|
end
|
|
@@ -3253,11 +3409,11 @@ module Google
|
|
|
3253
3409
|
property :buyer_invoice_id, as: 'buyerInvoiceId'
|
|
3254
3410
|
property :buyer_organization_name, as: 'buyerOrganizationName'
|
|
3255
3411
|
property :comments, as: 'comments'
|
|
3256
|
-
collection :contacts, as: 'contacts', class: Google::Apis::
|
|
3412
|
+
collection :contacts, as: 'contacts', class: Google::Apis::DfareportingV3_4::OrderContact, decorator: Google::Apis::DfareportingV3_4::OrderContact::Representation
|
|
3257
3413
|
|
|
3258
3414
|
property :id, :numeric_string => true, as: 'id'
|
|
3259
3415
|
property :kind, as: 'kind'
|
|
3260
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
3416
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3261
3417
|
|
|
3262
3418
|
property :name, as: 'name'
|
|
3263
3419
|
property :notes, as: 'notes'
|
|
@@ -3291,7 +3447,7 @@ module Google
|
|
|
3291
3447
|
property :amended_order_document_id, :numeric_string => true, as: 'amendedOrderDocumentId'
|
|
3292
3448
|
collection :approved_by_user_profile_ids, as: 'approvedByUserProfileIds'
|
|
3293
3449
|
property :cancelled, as: 'cancelled'
|
|
3294
|
-
property :created_info, as: 'createdInfo', class: Google::Apis::
|
|
3450
|
+
property :created_info, as: 'createdInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3295
3451
|
|
|
3296
3452
|
property :effective_date, as: 'effectiveDate', type: Date
|
|
3297
3453
|
|
|
@@ -3314,7 +3470,7 @@ module Google
|
|
|
3314
3470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3315
3471
|
property :kind, as: 'kind'
|
|
3316
3472
|
property :next_page_token, as: 'nextPageToken'
|
|
3317
|
-
collection :order_documents, as: 'orderDocuments', class: Google::Apis::
|
|
3473
|
+
collection :order_documents, as: 'orderDocuments', class: Google::Apis::DfareportingV3_4::OrderDocument, decorator: Google::Apis::DfareportingV3_4::OrderDocument::Representation
|
|
3318
3474
|
|
|
3319
3475
|
end
|
|
3320
3476
|
end
|
|
@@ -3324,7 +3480,7 @@ module Google
|
|
|
3324
3480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3325
3481
|
property :kind, as: 'kind'
|
|
3326
3482
|
property :next_page_token, as: 'nextPageToken'
|
|
3327
|
-
collection :orders, as: 'orders', class: Google::Apis::
|
|
3483
|
+
collection :orders, as: 'orders', class: Google::Apis::DfareportingV3_4::Order, decorator: Google::Apis::DfareportingV3_4::Order::Representation
|
|
3328
3484
|
|
|
3329
3485
|
end
|
|
3330
3486
|
end
|
|
@@ -3332,14 +3488,14 @@ module Google
|
|
|
3332
3488
|
class PathToConversionReportCompatibleFields
|
|
3333
3489
|
# @private
|
|
3334
3490
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3335
|
-
collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::
|
|
3491
|
+
collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3336
3492
|
|
|
3337
|
-
collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::
|
|
3493
|
+
collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3338
3494
|
|
|
3339
3495
|
property :kind, as: 'kind'
|
|
3340
|
-
collection :metrics, as: 'metrics', class: Google::Apis::
|
|
3496
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
3341
3497
|
|
|
3342
|
-
collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::
|
|
3498
|
+
collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3343
3499
|
|
|
3344
3500
|
end
|
|
3345
3501
|
end
|
|
@@ -3349,58 +3505,58 @@ module Google
|
|
|
3349
3505
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3350
3506
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
3351
3507
|
property :ad_blocking_opt_out, as: 'adBlockingOptOut'
|
|
3352
|
-
collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::
|
|
3508
|
+
collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
3353
3509
|
|
|
3354
3510
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
3355
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
3511
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3356
3512
|
|
|
3357
3513
|
property :archived, as: 'archived'
|
|
3358
3514
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
|
3359
|
-
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::
|
|
3515
|
+
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3360
3516
|
|
|
3361
3517
|
property :comment, as: 'comment'
|
|
3362
3518
|
property :compatibility, as: 'compatibility'
|
|
3363
3519
|
property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
|
|
3364
|
-
property :create_info, as: 'createInfo', class: Google::Apis::
|
|
3520
|
+
property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3365
3521
|
|
|
3366
3522
|
property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
|
|
3367
|
-
property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::
|
|
3523
|
+
property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3368
3524
|
|
|
3369
3525
|
property :external_id, as: 'externalId'
|
|
3370
3526
|
property :id, :numeric_string => true, as: 'id'
|
|
3371
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
3527
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3372
3528
|
|
|
3373
3529
|
property :key_name, as: 'keyName'
|
|
3374
3530
|
property :kind, as: 'kind'
|
|
3375
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
3531
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3376
3532
|
|
|
3377
|
-
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::
|
|
3533
|
+
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_4::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_4::LookbackConfiguration::Representation
|
|
3378
3534
|
|
|
3379
3535
|
property :name, as: 'name'
|
|
3380
3536
|
property :payment_approved, as: 'paymentApproved'
|
|
3381
3537
|
property :payment_source, as: 'paymentSource'
|
|
3382
3538
|
property :placement_group_id, :numeric_string => true, as: 'placementGroupId'
|
|
3383
|
-
property :placement_group_id_dimension_value, as: 'placementGroupIdDimensionValue', class: Google::Apis::
|
|
3539
|
+
property :placement_group_id_dimension_value, as: 'placementGroupIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3384
3540
|
|
|
3385
3541
|
property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
|
|
3386
|
-
property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::
|
|
3542
|
+
property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_4::PricingSchedule, decorator: Google::Apis::DfareportingV3_4::PricingSchedule::Representation
|
|
3387
3543
|
|
|
3388
3544
|
property :primary, as: 'primary'
|
|
3389
|
-
property :publisher_update_info, as: 'publisherUpdateInfo', class: Google::Apis::
|
|
3545
|
+
property :publisher_update_info, as: 'publisherUpdateInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3390
3546
|
|
|
3391
3547
|
property :site_id, :numeric_string => true, as: 'siteId'
|
|
3392
|
-
property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::
|
|
3548
|
+
property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3393
3549
|
|
|
3394
|
-
property :size, as: 'size', class: Google::Apis::
|
|
3550
|
+
property :size, as: 'size', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
3395
3551
|
|
|
3396
3552
|
property :ssl_required, as: 'sslRequired'
|
|
3397
3553
|
property :status, as: 'status'
|
|
3398
3554
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
3399
3555
|
collection :tag_formats, as: 'tagFormats'
|
|
3400
|
-
property :tag_setting, as: 'tagSetting', class: Google::Apis::
|
|
3556
|
+
property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_4::TagSetting, decorator: Google::Apis::DfareportingV3_4::TagSetting::Representation
|
|
3401
3557
|
|
|
3402
3558
|
property :video_active_view_opt_out, as: 'videoActiveViewOptOut'
|
|
3403
|
-
property :video_settings, as: 'videoSettings', class: Google::Apis::
|
|
3559
|
+
property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_4::VideoSettings, decorator: Google::Apis::DfareportingV3_4::VideoSettings::Representation
|
|
3404
3560
|
|
|
3405
3561
|
property :vpaid_adapter_choice, as: 'vpaidAdapterChoice'
|
|
3406
3562
|
end
|
|
@@ -3411,7 +3567,7 @@ module Google
|
|
|
3411
3567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3412
3568
|
property :active, as: 'active'
|
|
3413
3569
|
property :placement_id, :numeric_string => true, as: 'placementId'
|
|
3414
|
-
property :placement_id_dimension_value, as: 'placementIdDimensionValue', class: Google::Apis::
|
|
3570
|
+
property :placement_id_dimension_value, as: 'placementIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3415
3571
|
|
|
3416
3572
|
property :ssl_required, as: 'sslRequired'
|
|
3417
3573
|
end
|
|
@@ -3422,37 +3578,37 @@ module Google
|
|
|
3422
3578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3423
3579
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
3424
3580
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
3425
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
3581
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3426
3582
|
|
|
3427
3583
|
property :archived, as: 'archived'
|
|
3428
3584
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
|
3429
|
-
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::
|
|
3585
|
+
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3430
3586
|
|
|
3431
3587
|
collection :child_placement_ids, as: 'childPlacementIds'
|
|
3432
3588
|
property :comment, as: 'comment'
|
|
3433
3589
|
property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
|
|
3434
|
-
property :create_info, as: 'createInfo', class: Google::Apis::
|
|
3590
|
+
property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3435
3591
|
|
|
3436
3592
|
property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
|
|
3437
|
-
property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::
|
|
3593
|
+
property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3438
3594
|
|
|
3439
3595
|
property :external_id, as: 'externalId'
|
|
3440
3596
|
property :id, :numeric_string => true, as: 'id'
|
|
3441
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
3597
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3442
3598
|
|
|
3443
3599
|
property :kind, as: 'kind'
|
|
3444
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
3600
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3445
3601
|
|
|
3446
3602
|
property :name, as: 'name'
|
|
3447
3603
|
property :placement_group_type, as: 'placementGroupType'
|
|
3448
3604
|
property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
|
|
3449
|
-
property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::
|
|
3605
|
+
property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_4::PricingSchedule, decorator: Google::Apis::DfareportingV3_4::PricingSchedule::Representation
|
|
3450
3606
|
|
|
3451
3607
|
property :primary_placement_id, :numeric_string => true, as: 'primaryPlacementId'
|
|
3452
|
-
property :primary_placement_id_dimension_value, as: 'primaryPlacementIdDimensionValue', class: Google::Apis::
|
|
3608
|
+
property :primary_placement_id_dimension_value, as: 'primaryPlacementIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3453
3609
|
|
|
3454
3610
|
property :site_id, :numeric_string => true, as: 'siteId'
|
|
3455
|
-
property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::
|
|
3611
|
+
property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3456
3612
|
|
|
3457
3613
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
3458
3614
|
end
|
|
@@ -3463,7 +3619,7 @@ module Google
|
|
|
3463
3619
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3464
3620
|
property :kind, as: 'kind'
|
|
3465
3621
|
property :next_page_token, as: 'nextPageToken'
|
|
3466
|
-
collection :placement_groups, as: 'placementGroups', class: Google::Apis::
|
|
3622
|
+
collection :placement_groups, as: 'placementGroups', class: Google::Apis::DfareportingV3_4::PlacementGroup, decorator: Google::Apis::DfareportingV3_4::PlacementGroup::Representation
|
|
3467
3623
|
|
|
3468
3624
|
end
|
|
3469
3625
|
end
|
|
@@ -3473,7 +3629,7 @@ module Google
|
|
|
3473
3629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3474
3630
|
property :kind, as: 'kind'
|
|
3475
3631
|
property :next_page_token, as: 'nextPageToken'
|
|
3476
|
-
collection :placement_strategies, as: 'placementStrategies', class: Google::Apis::
|
|
3632
|
+
collection :placement_strategies, as: 'placementStrategies', class: Google::Apis::DfareportingV3_4::PlacementStrategy, decorator: Google::Apis::DfareportingV3_4::PlacementStrategy::Representation
|
|
3477
3633
|
|
|
3478
3634
|
end
|
|
3479
3635
|
end
|
|
@@ -3492,7 +3648,7 @@ module Google
|
|
|
3492
3648
|
# @private
|
|
3493
3649
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3494
3650
|
property :placement_id, :numeric_string => true, as: 'placementId'
|
|
3495
|
-
collection :tag_datas, as: 'tagDatas', class: Google::Apis::
|
|
3651
|
+
collection :tag_datas, as: 'tagDatas', class: Google::Apis::DfareportingV3_4::TagData, decorator: Google::Apis::DfareportingV3_4::TagData::Representation
|
|
3496
3652
|
|
|
3497
3653
|
end
|
|
3498
3654
|
end
|
|
@@ -3501,7 +3657,7 @@ module Google
|
|
|
3501
3657
|
# @private
|
|
3502
3658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3503
3659
|
property :kind, as: 'kind'
|
|
3504
|
-
collection :placement_tags, as: 'placementTags', class: Google::Apis::
|
|
3660
|
+
collection :placement_tags, as: 'placementTags', class: Google::Apis::DfareportingV3_4::PlacementTag, decorator: Google::Apis::DfareportingV3_4::PlacementTag::Representation
|
|
3505
3661
|
|
|
3506
3662
|
end
|
|
3507
3663
|
end
|
|
@@ -3511,7 +3667,7 @@ module Google
|
|
|
3511
3667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3512
3668
|
property :kind, as: 'kind'
|
|
3513
3669
|
property :next_page_token, as: 'nextPageToken'
|
|
3514
|
-
collection :placements, as: 'placements', class: Google::Apis::
|
|
3670
|
+
collection :placements, as: 'placements', class: Google::Apis::DfareportingV3_4::Placement, decorator: Google::Apis::DfareportingV3_4::Placement::Representation
|
|
3515
3671
|
|
|
3516
3672
|
end
|
|
3517
3673
|
end
|
|
@@ -3529,7 +3685,7 @@ module Google
|
|
|
3529
3685
|
# @private
|
|
3530
3686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3531
3687
|
property :kind, as: 'kind'
|
|
3532
|
-
collection :platform_types, as: 'platformTypes', class: Google::Apis::
|
|
3688
|
+
collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_4::PlatformType, decorator: Google::Apis::DfareportingV3_4::PlatformType::Representation
|
|
3533
3689
|
|
|
3534
3690
|
end
|
|
3535
3691
|
end
|
|
@@ -3537,9 +3693,9 @@ module Google
|
|
|
3537
3693
|
class PopupWindowProperties
|
|
3538
3694
|
# @private
|
|
3539
3695
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3540
|
-
property :dimension, as: 'dimension', class: Google::Apis::
|
|
3696
|
+
property :dimension, as: 'dimension', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
3541
3697
|
|
|
3542
|
-
property :offset, as: 'offset', class: Google::Apis::
|
|
3698
|
+
property :offset, as: 'offset', class: Google::Apis::DfareportingV3_4::OffsetPosition, decorator: Google::Apis::DfareportingV3_4::OffsetPosition::Representation
|
|
3543
3699
|
|
|
3544
3700
|
property :position_type, as: 'positionType'
|
|
3545
3701
|
property :show_address_bar, as: 'showAddressBar'
|
|
@@ -3566,7 +3722,7 @@ module Google
|
|
|
3566
3722
|
# @private
|
|
3567
3723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3568
3724
|
property :kind, as: 'kind'
|
|
3569
|
-
collection :postal_codes, as: 'postalCodes', class: Google::Apis::
|
|
3725
|
+
collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_4::PostalCode, decorator: Google::Apis::DfareportingV3_4::PostalCode::Representation
|
|
3570
3726
|
|
|
3571
3727
|
end
|
|
3572
3728
|
end
|
|
@@ -3577,7 +3733,7 @@ module Google
|
|
|
3577
3733
|
property :cap_cost_type, as: 'capCostType'
|
|
3578
3734
|
property :end_date, as: 'endDate', type: Date
|
|
3579
3735
|
|
|
3580
|
-
collection :flights, as: 'flights', class: Google::Apis::
|
|
3736
|
+
collection :flights, as: 'flights', class: Google::Apis::DfareportingV3_4::Flight, decorator: Google::Apis::DfareportingV3_4::Flight::Representation
|
|
3581
3737
|
|
|
3582
3738
|
property :group_type, as: 'groupType'
|
|
3583
3739
|
property :pricing_type, as: 'pricingType'
|
|
@@ -3590,12 +3746,11 @@ module Google
|
|
|
3590
3746
|
# @private
|
|
3591
3747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3592
3748
|
property :cap_cost_option, as: 'capCostOption'
|
|
3593
|
-
property :disregard_overdelivery, as: 'disregardOverdelivery'
|
|
3594
3749
|
property :end_date, as: 'endDate', type: Date
|
|
3595
3750
|
|
|
3596
3751
|
property :flighted, as: 'flighted'
|
|
3597
3752
|
property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
|
|
3598
|
-
collection :pricing_periods, as: 'pricingPeriods', class: Google::Apis::
|
|
3753
|
+
collection :pricing_periods, as: 'pricingPeriods', class: Google::Apis::DfareportingV3_4::PricingSchedulePricingPeriod, decorator: Google::Apis::DfareportingV3_4::PricingSchedulePricingPeriod::Representation
|
|
3599
3754
|
|
|
3600
3755
|
property :pricing_type, as: 'pricingType'
|
|
3601
3756
|
property :start_date, as: 'startDate', type: Date
|
|
@@ -3632,7 +3787,7 @@ module Google
|
|
|
3632
3787
|
|
|
3633
3788
|
property :id, :numeric_string => true, as: 'id'
|
|
3634
3789
|
property :kind, as: 'kind'
|
|
3635
|
-
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::
|
|
3790
|
+
property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_4::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_4::LastModifiedInfo::Representation
|
|
3636
3791
|
|
|
3637
3792
|
property :name, as: 'name'
|
|
3638
3793
|
property :overview, as: 'overview'
|
|
@@ -3654,7 +3809,7 @@ module Google
|
|
|
3654
3809
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3655
3810
|
property :kind, as: 'kind'
|
|
3656
3811
|
property :next_page_token, as: 'nextPageToken'
|
|
3657
|
-
collection :projects, as: 'projects', class: Google::Apis::
|
|
3812
|
+
collection :projects, as: 'projects', class: Google::Apis::DfareportingV3_4::Project, decorator: Google::Apis::DfareportingV3_4::Project::Representation
|
|
3658
3813
|
|
|
3659
3814
|
end
|
|
3660
3815
|
end
|
|
@@ -3662,16 +3817,16 @@ module Google
|
|
|
3662
3817
|
class ReachReportCompatibleFields
|
|
3663
3818
|
# @private
|
|
3664
3819
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3665
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
3820
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3666
3821
|
|
|
3667
|
-
collection :dimensions, as: 'dimensions', class: Google::Apis::
|
|
3822
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3668
3823
|
|
|
3669
3824
|
property :kind, as: 'kind'
|
|
3670
|
-
collection :metrics, as: 'metrics', class: Google::Apis::
|
|
3825
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
3671
3826
|
|
|
3672
|
-
collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::
|
|
3827
|
+
collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
3673
3828
|
|
|
3674
|
-
collection :reach_by_frequency_metrics, as: 'reachByFrequencyMetrics', class: Google::Apis::
|
|
3829
|
+
collection :reach_by_frequency_metrics, as: 'reachByFrequencyMetrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
3675
3830
|
|
|
3676
3831
|
end
|
|
3677
3832
|
end
|
|
@@ -3701,7 +3856,7 @@ module Google
|
|
|
3701
3856
|
# @private
|
|
3702
3857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3703
3858
|
property :kind, as: 'kind'
|
|
3704
|
-
collection :regions, as: 'regions', class: Google::Apis::
|
|
3859
|
+
collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_4::Region, decorator: Google::Apis::DfareportingV3_4::Region::Representation
|
|
3705
3860
|
|
|
3706
3861
|
end
|
|
3707
3862
|
end
|
|
@@ -3712,13 +3867,13 @@ module Google
|
|
|
3712
3867
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
3713
3868
|
property :active, as: 'active'
|
|
3714
3869
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
3715
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
3870
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3716
3871
|
|
|
3717
3872
|
property :description, as: 'description'
|
|
3718
3873
|
property :id, :numeric_string => true, as: 'id'
|
|
3719
3874
|
property :kind, as: 'kind'
|
|
3720
3875
|
property :life_span, :numeric_string => true, as: 'lifeSpan'
|
|
3721
|
-
property :list_population_rule, as: 'listPopulationRule', class: Google::Apis::
|
|
3876
|
+
property :list_population_rule, as: 'listPopulationRule', class: Google::Apis::DfareportingV3_4::ListPopulationRule, decorator: Google::Apis::DfareportingV3_4::ListPopulationRule::Representation
|
|
3722
3877
|
|
|
3723
3878
|
property :list_size, :numeric_string => true, as: 'listSize'
|
|
3724
3879
|
property :list_source, as: 'listSource'
|
|
@@ -3742,7 +3897,7 @@ module Google
|
|
|
3742
3897
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3743
3898
|
property :kind, as: 'kind'
|
|
3744
3899
|
property :next_page_token, as: 'nextPageToken'
|
|
3745
|
-
collection :remarketing_lists, as: 'remarketingLists', class: Google::Apis::
|
|
3900
|
+
collection :remarketing_lists, as: 'remarketingLists', class: Google::Apis::DfareportingV3_4::RemarketingList, decorator: Google::Apis::DfareportingV3_4::RemarketingList::Representation
|
|
3746
3901
|
|
|
3747
3902
|
end
|
|
3748
3903
|
end
|
|
@@ -3751,15 +3906,15 @@ module Google
|
|
|
3751
3906
|
# @private
|
|
3752
3907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3753
3908
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
3754
|
-
property :criteria, as: 'criteria', class: Google::Apis::
|
|
3909
|
+
property :criteria, as: 'criteria', class: Google::Apis::DfareportingV3_4::Report::Criteria, decorator: Google::Apis::DfareportingV3_4::Report::Criteria::Representation
|
|
3755
3910
|
|
|
3756
|
-
property :cross_dimension_reach_criteria, as: 'crossDimensionReachCriteria', class: Google::Apis::
|
|
3911
|
+
property :cross_dimension_reach_criteria, as: 'crossDimensionReachCriteria', class: Google::Apis::DfareportingV3_4::Report::CrossDimensionReachCriteria, decorator: Google::Apis::DfareportingV3_4::Report::CrossDimensionReachCriteria::Representation
|
|
3757
3912
|
|
|
3758
|
-
property :delivery, as: 'delivery', class: Google::Apis::
|
|
3913
|
+
property :delivery, as: 'delivery', class: Google::Apis::DfareportingV3_4::Report::Delivery, decorator: Google::Apis::DfareportingV3_4::Report::Delivery::Representation
|
|
3759
3914
|
|
|
3760
3915
|
property :etag, as: 'etag'
|
|
3761
3916
|
property :file_name, as: 'fileName'
|
|
3762
|
-
property :floodlight_criteria, as: 'floodlightCriteria', class: Google::Apis::
|
|
3917
|
+
property :floodlight_criteria, as: 'floodlightCriteria', class: Google::Apis::DfareportingV3_4::Report::FloodlightCriteria, decorator: Google::Apis::DfareportingV3_4::Report::FloodlightCriteria::Representation
|
|
3763
3918
|
|
|
3764
3919
|
property :format, as: 'format'
|
|
3765
3920
|
property :id, :numeric_string => true, as: 'id'
|
|
@@ -3767,11 +3922,11 @@ module Google
|
|
|
3767
3922
|
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
|
3768
3923
|
property :name, as: 'name'
|
|
3769
3924
|
property :owner_profile_id, :numeric_string => true, as: 'ownerProfileId'
|
|
3770
|
-
property :path_to_conversion_criteria, as: 'pathToConversionCriteria', class: Google::Apis::
|
|
3925
|
+
property :path_to_conversion_criteria, as: 'pathToConversionCriteria', class: Google::Apis::DfareportingV3_4::Report::PathToConversionCriteria, decorator: Google::Apis::DfareportingV3_4::Report::PathToConversionCriteria::Representation
|
|
3771
3926
|
|
|
3772
|
-
property :reach_criteria, as: 'reachCriteria', class: Google::Apis::
|
|
3927
|
+
property :reach_criteria, as: 'reachCriteria', class: Google::Apis::DfareportingV3_4::Report::ReachCriteria, decorator: Google::Apis::DfareportingV3_4::Report::ReachCriteria::Representation
|
|
3773
3928
|
|
|
3774
|
-
property :schedule, as: 'schedule', class: Google::Apis::
|
|
3929
|
+
property :schedule, as: 'schedule', class: Google::Apis::DfareportingV3_4::Report::Schedule, decorator: Google::Apis::DfareportingV3_4::Report::Schedule::Representation
|
|
3775
3930
|
|
|
3776
3931
|
property :sub_account_id, :numeric_string => true, as: 'subAccountId'
|
|
3777
3932
|
property :type, as: 'type'
|
|
@@ -3780,15 +3935,15 @@ module Google
|
|
|
3780
3935
|
class Criteria
|
|
3781
3936
|
# @private
|
|
3782
3937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3783
|
-
property :activities, as: 'activities', class: Google::Apis::
|
|
3938
|
+
property :activities, as: 'activities', class: Google::Apis::DfareportingV3_4::Activities, decorator: Google::Apis::DfareportingV3_4::Activities::Representation
|
|
3784
3939
|
|
|
3785
|
-
property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::
|
|
3940
|
+
property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_4::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_4::CustomRichMediaEvents::Representation
|
|
3786
3941
|
|
|
3787
|
-
property :date_range, as: 'dateRange', class: Google::Apis::
|
|
3942
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_4::DateRange, decorator: Google::Apis::DfareportingV3_4::DateRange::Representation
|
|
3788
3943
|
|
|
3789
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
3944
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3790
3945
|
|
|
3791
|
-
collection :dimensions, as: 'dimensions', class: Google::Apis::
|
|
3946
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3792
3947
|
|
|
3793
3948
|
collection :metric_names, as: 'metricNames'
|
|
3794
3949
|
end
|
|
@@ -3797,12 +3952,12 @@ module Google
|
|
|
3797
3952
|
class CrossDimensionReachCriteria
|
|
3798
3953
|
# @private
|
|
3799
3954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3800
|
-
collection :breakdown, as: 'breakdown', class: Google::Apis::
|
|
3955
|
+
collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3801
3956
|
|
|
3802
|
-
property :date_range, as: 'dateRange', class: Google::Apis::
|
|
3957
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_4::DateRange, decorator: Google::Apis::DfareportingV3_4::DateRange::Representation
|
|
3803
3958
|
|
|
3804
3959
|
property :dimension, as: 'dimension'
|
|
3805
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
3960
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3806
3961
|
|
|
3807
3962
|
collection :metric_names, as: 'metricNames'
|
|
3808
3963
|
collection :overlap_metric_names, as: 'overlapMetricNames'
|
|
@@ -3816,7 +3971,7 @@ module Google
|
|
|
3816
3971
|
property :email_owner, as: 'emailOwner'
|
|
3817
3972
|
property :email_owner_delivery_type, as: 'emailOwnerDeliveryType'
|
|
3818
3973
|
property :message, as: 'message'
|
|
3819
|
-
collection :recipients, as: 'recipients', class: Google::Apis::
|
|
3974
|
+
collection :recipients, as: 'recipients', class: Google::Apis::DfareportingV3_4::Recipient, decorator: Google::Apis::DfareportingV3_4::Recipient::Representation
|
|
3820
3975
|
|
|
3821
3976
|
end
|
|
3822
3977
|
end
|
|
@@ -3824,18 +3979,18 @@ module Google
|
|
|
3824
3979
|
class FloodlightCriteria
|
|
3825
3980
|
# @private
|
|
3826
3981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3827
|
-
collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::
|
|
3982
|
+
collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3828
3983
|
|
|
3829
|
-
property :date_range, as: 'dateRange', class: Google::Apis::
|
|
3984
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_4::DateRange, decorator: Google::Apis::DfareportingV3_4::DateRange::Representation
|
|
3830
3985
|
|
|
3831
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
3986
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3832
3987
|
|
|
3833
|
-
collection :dimensions, as: 'dimensions', class: Google::Apis::
|
|
3988
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3834
3989
|
|
|
3835
|
-
property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::
|
|
3990
|
+
property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3836
3991
|
|
|
3837
3992
|
collection :metric_names, as: 'metricNames'
|
|
3838
|
-
property :report_properties, as: 'reportProperties', class: Google::Apis::
|
|
3993
|
+
property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_4::Report::FloodlightCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_4::Report::FloodlightCriteria::ReportProperties::Representation
|
|
3839
3994
|
|
|
3840
3995
|
end
|
|
3841
3996
|
|
|
@@ -3852,22 +4007,22 @@ module Google
|
|
|
3852
4007
|
class PathToConversionCriteria
|
|
3853
4008
|
# @private
|
|
3854
4009
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3855
|
-
collection :activity_filters, as: 'activityFilters', class: Google::Apis::
|
|
4010
|
+
collection :activity_filters, as: 'activityFilters', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3856
4011
|
|
|
3857
|
-
collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::
|
|
4012
|
+
collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3858
4013
|
|
|
3859
|
-
collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::
|
|
4014
|
+
collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3860
4015
|
|
|
3861
|
-
collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::
|
|
4016
|
+
collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3862
4017
|
|
|
3863
|
-
property :date_range, as: 'dateRange', class: Google::Apis::
|
|
4018
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_4::DateRange, decorator: Google::Apis::DfareportingV3_4::DateRange::Representation
|
|
3864
4019
|
|
|
3865
|
-
property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::
|
|
4020
|
+
property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3866
4021
|
|
|
3867
4022
|
collection :metric_names, as: 'metricNames'
|
|
3868
|
-
collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::
|
|
4023
|
+
collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3869
4024
|
|
|
3870
|
-
property :report_properties, as: 'reportProperties', class: Google::Apis::
|
|
4025
|
+
property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_4::Report::PathToConversionCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_4::Report::PathToConversionCriteria::ReportProperties::Representation
|
|
3871
4026
|
|
|
3872
4027
|
end
|
|
3873
4028
|
|
|
@@ -3890,15 +4045,15 @@ module Google
|
|
|
3890
4045
|
class ReachCriteria
|
|
3891
4046
|
# @private
|
|
3892
4047
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3893
|
-
property :activities, as: 'activities', class: Google::Apis::
|
|
4048
|
+
property :activities, as: 'activities', class: Google::Apis::DfareportingV3_4::Activities, decorator: Google::Apis::DfareportingV3_4::Activities::Representation
|
|
3894
4049
|
|
|
3895
|
-
property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::
|
|
4050
|
+
property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_4::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_4::CustomRichMediaEvents::Representation
|
|
3896
4051
|
|
|
3897
|
-
property :date_range, as: 'dateRange', class: Google::Apis::
|
|
4052
|
+
property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_4::DateRange, decorator: Google::Apis::DfareportingV3_4::DateRange::Representation
|
|
3898
4053
|
|
|
3899
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
4054
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3900
4055
|
|
|
3901
|
-
collection :dimensions, as: 'dimensions', class: Google::Apis::
|
|
4056
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_4::SortedDimension, decorator: Google::Apis::DfareportingV3_4::SortedDimension::Representation
|
|
3902
4057
|
|
|
3903
4058
|
property :enable_all_dimension_combinations, as: 'enableAllDimensionCombinations'
|
|
3904
4059
|
collection :metric_names, as: 'metricNames'
|
|
@@ -3925,14 +4080,14 @@ module Google
|
|
|
3925
4080
|
class ReportCompatibleFields
|
|
3926
4081
|
# @private
|
|
3927
4082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3928
|
-
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::
|
|
4083
|
+
collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3929
4084
|
|
|
3930
|
-
collection :dimensions, as: 'dimensions', class: Google::Apis::
|
|
4085
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_4::Dimension, decorator: Google::Apis::DfareportingV3_4::Dimension::Representation
|
|
3931
4086
|
|
|
3932
4087
|
property :kind, as: 'kind'
|
|
3933
|
-
collection :metrics, as: 'metrics', class: Google::Apis::
|
|
4088
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
3934
4089
|
|
|
3935
|
-
collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::
|
|
4090
|
+
collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_4::Metric, decorator: Google::Apis::DfareportingV3_4::Metric::Representation
|
|
3936
4091
|
|
|
3937
4092
|
end
|
|
3938
4093
|
end
|
|
@@ -3941,7 +4096,7 @@ module Google
|
|
|
3941
4096
|
# @private
|
|
3942
4097
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3943
4098
|
property :etag, as: 'etag'
|
|
3944
|
-
collection :items, as: 'items', class: Google::Apis::
|
|
4099
|
+
collection :items, as: 'items', class: Google::Apis::DfareportingV3_4::Report, decorator: Google::Apis::DfareportingV3_4::Report::Representation
|
|
3945
4100
|
|
|
3946
4101
|
property :kind, as: 'kind'
|
|
3947
4102
|
property :next_page_token, as: 'nextPageToken'
|
|
@@ -3952,7 +4107,7 @@ module Google
|
|
|
3952
4107
|
# @private
|
|
3953
4108
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3954
4109
|
property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
|
|
3955
|
-
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::
|
|
4110
|
+
property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_4::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_4::LookbackConfiguration::Representation
|
|
3956
4111
|
|
|
3957
4112
|
property :report_generation_time_zone_id, :numeric_string => true, as: 'reportGenerationTimeZoneId'
|
|
3958
4113
|
end
|
|
@@ -3961,7 +4116,7 @@ module Google
|
|
|
3961
4116
|
class RichMediaExitOverride
|
|
3962
4117
|
# @private
|
|
3963
4118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3964
|
-
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::
|
|
4119
|
+
property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_4::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_4::ClickThroughUrl::Representation
|
|
3965
4120
|
|
|
3966
4121
|
property :enabled, as: 'enabled'
|
|
3967
4122
|
property :exit_id, :numeric_string => true, as: 'exitId'
|
|
@@ -3983,19 +4138,32 @@ module Google
|
|
|
3983
4138
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
3984
4139
|
property :approved, as: 'approved'
|
|
3985
4140
|
property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
|
|
3986
|
-
property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::
|
|
4141
|
+
property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3987
4142
|
|
|
3988
4143
|
property :id, :numeric_string => true, as: 'id'
|
|
3989
|
-
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::
|
|
4144
|
+
property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
3990
4145
|
|
|
3991
4146
|
property :key_name, as: 'keyName'
|
|
3992
4147
|
property :kind, as: 'kind'
|
|
3993
4148
|
property :name, as: 'name'
|
|
3994
|
-
collection :site_contacts, as: 'siteContacts', class: Google::Apis::
|
|
4149
|
+
collection :site_contacts, as: 'siteContacts', class: Google::Apis::DfareportingV3_4::SiteContact, decorator: Google::Apis::DfareportingV3_4::SiteContact::Representation
|
|
3995
4150
|
|
|
3996
|
-
property :site_settings, as: 'siteSettings', class: Google::Apis::
|
|
4151
|
+
property :site_settings, as: 'siteSettings', class: Google::Apis::DfareportingV3_4::SiteSettings, decorator: Google::Apis::DfareportingV3_4::SiteSettings::Representation
|
|
3997
4152
|
|
|
3998
4153
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
4154
|
+
property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_4::SiteVideoSettings, decorator: Google::Apis::DfareportingV3_4::SiteVideoSettings::Representation
|
|
4155
|
+
|
|
4156
|
+
end
|
|
4157
|
+
end
|
|
4158
|
+
|
|
4159
|
+
class SiteCompanionSetting
|
|
4160
|
+
# @private
|
|
4161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4162
|
+
property :companions_disabled, as: 'companionsDisabled'
|
|
4163
|
+
collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
4164
|
+
|
|
4165
|
+
property :image_only, as: 'imageOnly'
|
|
4166
|
+
property :kind, as: 'kind'
|
|
3999
4167
|
end
|
|
4000
4168
|
end
|
|
4001
4169
|
|
|
@@ -4018,24 +4186,54 @@ module Google
|
|
|
4018
4186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4019
4187
|
property :active_view_opt_out, as: 'activeViewOptOut'
|
|
4020
4188
|
property :ad_blocking_opt_out, as: 'adBlockingOptOut'
|
|
4021
|
-
property :creative_settings, as: 'creativeSettings', class: Google::Apis::DfareportingV3_2::CreativeSettings, decorator: Google::Apis::DfareportingV3_2::CreativeSettings::Representation
|
|
4022
|
-
|
|
4023
4189
|
property :disable_new_cookie, as: 'disableNewCookie'
|
|
4024
|
-
property :
|
|
4025
|
-
|
|
4026
|
-
property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_2::TagSetting, decorator: Google::Apis::DfareportingV3_2::TagSetting::Representation
|
|
4190
|
+
property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_4::TagSetting, decorator: Google::Apis::DfareportingV3_4::TagSetting::Representation
|
|
4027
4191
|
|
|
4028
4192
|
property :video_active_view_opt_out_template, as: 'videoActiveViewOptOutTemplate'
|
|
4029
4193
|
property :vpaid_adapter_choice_template, as: 'vpaidAdapterChoiceTemplate'
|
|
4030
4194
|
end
|
|
4031
4195
|
end
|
|
4032
4196
|
|
|
4197
|
+
class SiteSkippableSetting
|
|
4198
|
+
# @private
|
|
4199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4200
|
+
property :kind, as: 'kind'
|
|
4201
|
+
property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_4::VideoOffset, decorator: Google::Apis::DfareportingV3_4::VideoOffset::Representation
|
|
4202
|
+
|
|
4203
|
+
property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_4::VideoOffset, decorator: Google::Apis::DfareportingV3_4::VideoOffset::Representation
|
|
4204
|
+
|
|
4205
|
+
property :skippable, as: 'skippable'
|
|
4206
|
+
end
|
|
4207
|
+
end
|
|
4208
|
+
|
|
4209
|
+
class SiteTranscodeSetting
|
|
4210
|
+
# @private
|
|
4211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4212
|
+
collection :enabled_video_formats, as: 'enabledVideoFormats'
|
|
4213
|
+
property :kind, as: 'kind'
|
|
4214
|
+
end
|
|
4215
|
+
end
|
|
4216
|
+
|
|
4217
|
+
class SiteVideoSettings
|
|
4218
|
+
# @private
|
|
4219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4220
|
+
property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_4::SiteCompanionSetting, decorator: Google::Apis::DfareportingV3_4::SiteCompanionSetting::Representation
|
|
4221
|
+
|
|
4222
|
+
property :kind, as: 'kind'
|
|
4223
|
+
property :orientation, as: 'orientation'
|
|
4224
|
+
property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_4::SiteSkippableSetting, decorator: Google::Apis::DfareportingV3_4::SiteSkippableSetting::Representation
|
|
4225
|
+
|
|
4226
|
+
property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_4::SiteTranscodeSetting, decorator: Google::Apis::DfareportingV3_4::SiteTranscodeSetting::Representation
|
|
4227
|
+
|
|
4228
|
+
end
|
|
4229
|
+
end
|
|
4230
|
+
|
|
4033
4231
|
class SitesListResponse
|
|
4034
4232
|
# @private
|
|
4035
4233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4036
4234
|
property :kind, as: 'kind'
|
|
4037
4235
|
property :next_page_token, as: 'nextPageToken'
|
|
4038
|
-
collection :sites, as: 'sites', class: Google::Apis::
|
|
4236
|
+
collection :sites, as: 'sites', class: Google::Apis::DfareportingV3_4::Site, decorator: Google::Apis::DfareportingV3_4::Site::Representation
|
|
4039
4237
|
|
|
4040
4238
|
end
|
|
4041
4239
|
end
|
|
@@ -4055,7 +4253,7 @@ module Google
|
|
|
4055
4253
|
# @private
|
|
4056
4254
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4057
4255
|
property :kind, as: 'kind'
|
|
4058
|
-
collection :sizes, as: 'sizes', class: Google::Apis::
|
|
4256
|
+
collection :sizes, as: 'sizes', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
4059
4257
|
|
|
4060
4258
|
end
|
|
4061
4259
|
end
|
|
@@ -4064,9 +4262,9 @@ module Google
|
|
|
4064
4262
|
# @private
|
|
4065
4263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4066
4264
|
property :kind, as: 'kind'
|
|
4067
|
-
property :progress_offset, as: 'progressOffset', class: Google::Apis::
|
|
4265
|
+
property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_4::VideoOffset, decorator: Google::Apis::DfareportingV3_4::VideoOffset::Representation
|
|
4068
4266
|
|
|
4069
|
-
property :skip_offset, as: 'skipOffset', class: Google::Apis::
|
|
4267
|
+
property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_4::VideoOffset, decorator: Google::Apis::DfareportingV3_4::VideoOffset::Representation
|
|
4070
4268
|
|
|
4071
4269
|
property :skippable, as: 'skippable'
|
|
4072
4270
|
end
|
|
@@ -4097,7 +4295,7 @@ module Google
|
|
|
4097
4295
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4098
4296
|
property :kind, as: 'kind'
|
|
4099
4297
|
property :next_page_token, as: 'nextPageToken'
|
|
4100
|
-
collection :subaccounts, as: 'subaccounts', class: Google::Apis::
|
|
4298
|
+
collection :subaccounts, as: 'subaccounts', class: Google::Apis::DfareportingV3_4::Subaccount, decorator: Google::Apis::DfareportingV3_4::Subaccount::Representation
|
|
4101
4299
|
|
|
4102
4300
|
end
|
|
4103
4301
|
end
|
|
@@ -4145,7 +4343,7 @@ module Google
|
|
|
4145
4343
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
4146
4344
|
property :active, as: 'active'
|
|
4147
4345
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
4148
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
4346
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
4149
4347
|
|
|
4150
4348
|
property :description, as: 'description'
|
|
4151
4349
|
property :id, :numeric_string => true, as: 'id'
|
|
@@ -4163,7 +4361,7 @@ module Google
|
|
|
4163
4361
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4164
4362
|
property :kind, as: 'kind'
|
|
4165
4363
|
property :next_page_token, as: 'nextPageToken'
|
|
4166
|
-
collection :targetable_remarketing_lists, as: 'targetableRemarketingLists', class: Google::Apis::
|
|
4364
|
+
collection :targetable_remarketing_lists, as: 'targetableRemarketingLists', class: Google::Apis::DfareportingV3_4::TargetableRemarketingList, decorator: Google::Apis::DfareportingV3_4::TargetableRemarketingList::Representation
|
|
4167
4365
|
|
|
4168
4366
|
end
|
|
4169
4367
|
end
|
|
@@ -4173,23 +4371,23 @@ module Google
|
|
|
4173
4371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4174
4372
|
property :account_id, :numeric_string => true, as: 'accountId'
|
|
4175
4373
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
4176
|
-
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::
|
|
4374
|
+
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_4::DimensionValue, decorator: Google::Apis::DfareportingV3_4::DimensionValue::Representation
|
|
4177
4375
|
|
|
4178
|
-
property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::
|
|
4376
|
+
property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_4::DayPartTargeting, decorator: Google::Apis::DfareportingV3_4::DayPartTargeting::Representation
|
|
4179
4377
|
|
|
4180
|
-
property :geo_targeting, as: 'geoTargeting', class: Google::Apis::
|
|
4378
|
+
property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_4::GeoTargeting, decorator: Google::Apis::DfareportingV3_4::GeoTargeting::Representation
|
|
4181
4379
|
|
|
4182
4380
|
property :id, :numeric_string => true, as: 'id'
|
|
4183
|
-
property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::
|
|
4381
|
+
property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_4::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_4::KeyValueTargetingExpression::Representation
|
|
4184
4382
|
|
|
4185
4383
|
property :kind, as: 'kind'
|
|
4186
|
-
property :language_targeting, as: 'languageTargeting', class: Google::Apis::
|
|
4384
|
+
property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_4::LanguageTargeting, decorator: Google::Apis::DfareportingV3_4::LanguageTargeting::Representation
|
|
4187
4385
|
|
|
4188
|
-
property :list_targeting_expression, as: 'listTargetingExpression', class: Google::Apis::
|
|
4386
|
+
property :list_targeting_expression, as: 'listTargetingExpression', class: Google::Apis::DfareportingV3_4::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_4::ListTargetingExpression::Representation
|
|
4189
4387
|
|
|
4190
4388
|
property :name, as: 'name'
|
|
4191
4389
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
4192
|
-
property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::
|
|
4390
|
+
property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_4::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_4::TechnologyTargeting::Representation
|
|
4193
4391
|
|
|
4194
4392
|
end
|
|
4195
4393
|
end
|
|
@@ -4199,7 +4397,7 @@ module Google
|
|
|
4199
4397
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4200
4398
|
property :kind, as: 'kind'
|
|
4201
4399
|
property :next_page_token, as: 'nextPageToken'
|
|
4202
|
-
collection :targeting_templates, as: 'targetingTemplates', class: Google::Apis::
|
|
4400
|
+
collection :targeting_templates, as: 'targetingTemplates', class: Google::Apis::DfareportingV3_4::TargetingTemplate, decorator: Google::Apis::DfareportingV3_4::TargetingTemplate::Representation
|
|
4203
4401
|
|
|
4204
4402
|
end
|
|
4205
4403
|
end
|
|
@@ -4207,17 +4405,17 @@ module Google
|
|
|
4207
4405
|
class TechnologyTargeting
|
|
4208
4406
|
# @private
|
|
4209
4407
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4210
|
-
collection :browsers, as: 'browsers', class: Google::Apis::
|
|
4408
|
+
collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_4::Browser, decorator: Google::Apis::DfareportingV3_4::Browser::Representation
|
|
4211
4409
|
|
|
4212
|
-
collection :connection_types, as: 'connectionTypes', class: Google::Apis::
|
|
4410
|
+
collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_4::ConnectionType, decorator: Google::Apis::DfareportingV3_4::ConnectionType::Representation
|
|
4213
4411
|
|
|
4214
|
-
collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::
|
|
4412
|
+
collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_4::MobileCarrier, decorator: Google::Apis::DfareportingV3_4::MobileCarrier::Representation
|
|
4215
4413
|
|
|
4216
|
-
collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::
|
|
4414
|
+
collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_4::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_4::OperatingSystemVersion::Representation
|
|
4217
4415
|
|
|
4218
|
-
collection :operating_systems, as: 'operatingSystems', class: Google::Apis::
|
|
4416
|
+
collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_4::OperatingSystem, decorator: Google::Apis::DfareportingV3_4::OperatingSystem::Representation
|
|
4219
4417
|
|
|
4220
|
-
collection :platform_types, as: 'platformTypes', class: Google::Apis::
|
|
4418
|
+
collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_4::PlatformType, decorator: Google::Apis::DfareportingV3_4::PlatformType::Representation
|
|
4221
4419
|
|
|
4222
4420
|
end
|
|
4223
4421
|
end
|
|
@@ -4281,7 +4479,7 @@ module Google
|
|
|
4281
4479
|
# @private
|
|
4282
4480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4283
4481
|
property :etag, as: 'etag'
|
|
4284
|
-
collection :items, as: 'items', class: Google::Apis::
|
|
4482
|
+
collection :items, as: 'items', class: Google::Apis::DfareportingV3_4::UserProfile, decorator: Google::Apis::DfareportingV3_4::UserProfile::Representation
|
|
4285
4483
|
|
|
4286
4484
|
property :kind, as: 'kind'
|
|
4287
4485
|
end
|
|
@@ -4296,7 +4494,7 @@ module Google
|
|
|
4296
4494
|
property :kind, as: 'kind'
|
|
4297
4495
|
property :name, as: 'name'
|
|
4298
4496
|
property :parent_user_role_id, :numeric_string => true, as: 'parentUserRoleId'
|
|
4299
|
-
collection :permissions, as: 'permissions', class: Google::Apis::
|
|
4497
|
+
collection :permissions, as: 'permissions', class: Google::Apis::DfareportingV3_4::UserRolePermission, decorator: Google::Apis::DfareportingV3_4::UserRolePermission::Representation
|
|
4300
4498
|
|
|
4301
4499
|
property :subaccount_id, :numeric_string => true, as: 'subaccountId'
|
|
4302
4500
|
end
|
|
@@ -4326,7 +4524,7 @@ module Google
|
|
|
4326
4524
|
# @private
|
|
4327
4525
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4328
4526
|
property :kind, as: 'kind'
|
|
4329
|
-
collection :user_role_permission_groups, as: 'userRolePermissionGroups', class: Google::Apis::
|
|
4527
|
+
collection :user_role_permission_groups, as: 'userRolePermissionGroups', class: Google::Apis::DfareportingV3_4::UserRolePermissionGroup, decorator: Google::Apis::DfareportingV3_4::UserRolePermissionGroup::Representation
|
|
4330
4528
|
|
|
4331
4529
|
end
|
|
4332
4530
|
end
|
|
@@ -4335,7 +4533,7 @@ module Google
|
|
|
4335
4533
|
# @private
|
|
4336
4534
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4337
4535
|
property :kind, as: 'kind'
|
|
4338
|
-
collection :user_role_permissions, as: 'userRolePermissions', class: Google::Apis::
|
|
4536
|
+
collection :user_role_permissions, as: 'userRolePermissions', class: Google::Apis::DfareportingV3_4::UserRolePermission, decorator: Google::Apis::DfareportingV3_4::UserRolePermission::Representation
|
|
4339
4537
|
|
|
4340
4538
|
end
|
|
4341
4539
|
end
|
|
@@ -4345,7 +4543,7 @@ module Google
|
|
|
4345
4543
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4346
4544
|
property :kind, as: 'kind'
|
|
4347
4545
|
property :next_page_token, as: 'nextPageToken'
|
|
4348
|
-
collection :user_roles, as: 'userRoles', class: Google::Apis::
|
|
4546
|
+
collection :user_roles, as: 'userRoles', class: Google::Apis::DfareportingV3_4::UserRole, decorator: Google::Apis::DfareportingV3_4::UserRole::Representation
|
|
4349
4547
|
|
|
4350
4548
|
end
|
|
4351
4549
|
end
|
|
@@ -4356,7 +4554,7 @@ module Google
|
|
|
4356
4554
|
property :file_type, as: 'fileType'
|
|
4357
4555
|
property :id, as: 'id'
|
|
4358
4556
|
property :kind, as: 'kind'
|
|
4359
|
-
property :resolution, as: 'resolution', class: Google::Apis::
|
|
4557
|
+
property :resolution, as: 'resolution', class: Google::Apis::DfareportingV3_4::Size, decorator: Google::Apis::DfareportingV3_4::Size::Representation
|
|
4360
4558
|
|
|
4361
4559
|
property :target_bit_rate, as: 'targetBitRate'
|
|
4362
4560
|
end
|
|
@@ -4366,7 +4564,7 @@ module Google
|
|
|
4366
4564
|
# @private
|
|
4367
4565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4368
4566
|
property :kind, as: 'kind'
|
|
4369
|
-
collection :video_formats, as: 'videoFormats', class: Google::Apis::
|
|
4567
|
+
collection :video_formats, as: 'videoFormats', class: Google::Apis::DfareportingV3_4::VideoFormat, decorator: Google::Apis::DfareportingV3_4::VideoFormat::Representation
|
|
4370
4568
|
|
|
4371
4569
|
end
|
|
4372
4570
|
end
|
|
@@ -4382,13 +4580,13 @@ module Google
|
|
|
4382
4580
|
class VideoSettings
|
|
4383
4581
|
# @private
|
|
4384
4582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4385
|
-
property :companion_settings, as: 'companionSettings', class: Google::Apis::
|
|
4583
|
+
property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_4::CompanionSetting, decorator: Google::Apis::DfareportingV3_4::CompanionSetting::Representation
|
|
4386
4584
|
|
|
4387
4585
|
property :kind, as: 'kind'
|
|
4388
4586
|
property :orientation, as: 'orientation'
|
|
4389
|
-
property :skippable_settings, as: 'skippableSettings', class: Google::Apis::
|
|
4587
|
+
property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_4::SkippableSetting, decorator: Google::Apis::DfareportingV3_4::SkippableSetting::Representation
|
|
4390
4588
|
|
|
4391
|
-
property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::
|
|
4589
|
+
property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_4::TranscodeSetting, decorator: Google::Apis::DfareportingV3_4::TranscodeSetting::Representation
|
|
4392
4590
|
|
|
4393
4591
|
end
|
|
4394
4592
|
end
|