Upgrade to latest API versions + code regen

This commit is contained in:
Sebastian Thiel
2017-12-12 14:30:54 +01:00
parent dc30217711
commit 357a0e650e
776 changed files with 356718 additions and 104442 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/p_O8VQ1GgwnmLUmXhlZf5JsJdkk\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/_bC0Z0nYODnrZBcW4xrPKn1ZzhA\"",
"discoveryVersion": "v1",
"id": "fusiontables:v2",
"name": "fusiontables",
"version": "v2",
"revision": "20170413",
"revision": "20171117",
"title": "Fusion Tables API",
"description": "API for working with Fusion Tables data.",
"ownerDomain": "google.com",
@@ -1530,6 +1530,29 @@
"https://www.googleapis.com/auth/fusiontables"
]
},
"refetchSheet": {
"id": "fusiontables.table.refetchSheet",
"path": "tables/{tableId}/refetch",
"httpMethod": "POST",
"description": "Replaces rows of the table with the rows of the spreadsheet that is first imported from. Current rows remain visible until all replacement rows are ready.",
"parameters": {
"tableId": {
"type": "string",
"description": "Table whose rows will be replaced from the spreadsheet.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"tableId"
],
"response": {
"$ref": "Task"
},
"scopes": [
"https://www.googleapis.com/auth/fusiontables"
]
},
"replaceRows": {
"id": "fusiontables.table.replaceRows",
"path": "tables/{tableId}/replace",