update thrift, opencensus, others (#893)

* update thrift, opencensus, others

* stats: update to opencensus 0.6.0 view api
This commit is contained in:
Reed Allman
2018-03-26 15:43:49 -07:00
committed by GitHub
parent 0ce5c4500b
commit 8af605cf3d
1266 changed files with 122191 additions and 28775 deletions

View File

@@ -4,7 +4,8 @@
"batchPath": "batch/pagespeedonline/v4",
"description": "Analyzes the performance of a web page and provides tailored suggestions to make that page faster.",
"discoveryVersion": "v1",
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/pP7h1URmYSyYoOU6ofcFP2Efxhk\"",
"documentationLink": "https://developers.google.com/speed/docs/insights/v4/getting-started",
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/XCul5cFRh1Et1JIhvRP7o7R9irw\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/pagespeed-16.png",
"x32": "https://www.google.com/images/icons/product/pagespeed-32.png"
@@ -141,7 +142,7 @@
}
}
},
"revision": "20180308",
"revision": "20180315",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"PagespeedApiFormatStringV4": {

View File

@@ -1,5 +1,7 @@
// Package pagespeedonline provides access to the PageSpeed Insights API.
//
// See https://developers.google.com/speed/docs/insights/v4/getting-started
//
// Usage example:
//
// import "google.golang.org/api/pagespeedonline/v4"