vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@ -141,7 +141,7 @@
}
}
},
"revision": "20180124",
"revision": "20180515",
"rootUrl": "https://analyticsreporting.googleapis.com/",
"schemas": {
"Cohort": {
@ -862,7 +862,7 @@
"type": "array"
},
"pageSize": {
"description": "Page size is for paging and specifies the maximum number of returned rows.\nPage size should be \u003e= 0. A query returns the default of 1,000 rows.\nThe Analytics Core Reporting API returns a maximum of 10,000 rows per\nrequest, no matter how many you ask for. It can also return fewer rows\nthan requested, if there aren't as many dimension segments as you expect.\nFor instance, there are fewer than 300 possible values for `ga:country`,\nso when segmenting only by country, you can't get more than 300 rows,\neven if you set `pageSize` to a higher value.",
"description": "Page size is for paging and specifies the maximum number of returned rows.\nPage size should be \u003e= 0. A query returns the default of 1,000 rows.\nThe Analytics Core Reporting API returns a maximum of 100,000 rows per\nrequest, no matter how many you ask for. It can also return fewer rows\nthan requested, if there aren't as many dimension segments as you expect.\nFor instance, there are fewer than 300 possible values for `ga:country`,\nso when segmenting only by country, you can't get more than 300 rows,\neven if you set `pageSize` to a higher value.",
"format": "int32",
"type": "integer"
},
@ -1187,7 +1187,7 @@
}
},
"servicePath": "",
"title": "Google Analytics Reporting API",
"title": "Analytics Reporting API",
"version": "v4",
"version_module": true
}

View File

@ -1,4 +1,4 @@
// Package analyticsreporting provides access to the Google Analytics Reporting API.
// Package analyticsreporting provides access to the Analytics Reporting API.
//
// See https://developers.google.com/analytics/devguides/reporting/core/v4/
//
@ -1461,7 +1461,7 @@ type ReportRequest struct {
// returned rows.
// Page size should be >= 0. A query returns the default of 1,000
// rows.
// The Analytics Core Reporting API returns a maximum of 10,000 rows
// The Analytics Core Reporting API returns a maximum of 100,000 rows
// per
// request, no matter how many you ask for. It can also return fewer
// rows