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

@ -14,7 +14,7 @@
"canonicalName": "Texttospeech",
"description": "Synthesizes natural-sounding speech by applying powerful neural network models.",
"discoveryVersion": "v1",
"documentationLink": "http://cloud.google.com/text-to-speech/",
"documentationLink": "https://cloud.google.com/text-to-speech/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@ -60,11 +60,6 @@
"location": "query",
"type": "string"
},
"bearer_token": {
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
@ -85,12 +80,6 @@
"location": "query",
"type": "string"
},
"pp": {
"default": "true",
"description": "Pretty-print response.",
"location": "query",
"type": "boolean"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
@ -163,7 +152,7 @@
}
}
},
"revision": "20180425",
"revision": "20180601",
"rootUrl": "https://texttospeech.googleapis.com/",
"schemas": {
"AudioConfig": {

View File

@ -1,6 +1,6 @@
// Package texttospeech provides access to the Cloud Text-to-Speech API.
//
// See http://cloud.google.com/text-to-speech/
// See https://cloud.google.com/text-to-speech/
//
// Usage example:
//