mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(json-up): update json files from discovery API
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/SYuz2YU3ZsxTEiZdfXCeGmNn9r0\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/_HDQvvrmU1Cf0bBIzjf-H39NJ10\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "fusiontables:v1",
|
||||
"name": "fusiontables",
|
||||
"version": "v1",
|
||||
"revision": "20141113",
|
||||
"revision": "20150226",
|
||||
"title": "Fusion Tables API",
|
||||
"description": "API for working with Fusion Tables data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -194,7 +194,7 @@
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more tokens left."
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more pages left."
|
||||
},
|
||||
"totalItems": {
|
||||
"type": "integer",
|
||||
@@ -543,7 +543,7 @@
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more styles left."
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more pages left."
|
||||
},
|
||||
"totalItems": {
|
||||
"type": "integer",
|
||||
@@ -643,18 +643,18 @@
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more tokens left."
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more pages left."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Task": {
|
||||
"id": "Task",
|
||||
"type": "object",
|
||||
"description": "Specifies the id, name and type of a task in a table.",
|
||||
"description": "Specifies the identifier, name, and type of a task in a table.",
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Type name: a template for an individual task.",
|
||||
"description": "Type of the resource. This is always \"fusiontables#task\".",
|
||||
"default": "fusiontables#task"
|
||||
},
|
||||
"progress": {
|
||||
@@ -663,7 +663,7 @@
|
||||
},
|
||||
"started": {
|
||||
"type": "boolean",
|
||||
"description": "False while the table is busy with some other task."
|
||||
"description": "false while the table is busy with some other task. true if this background task is currently running."
|
||||
},
|
||||
"taskId": {
|
||||
"type": "string",
|
||||
@@ -671,14 +671,15 @@
|
||||
"format": "int64"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Type of background task. One of DELETE_ROWS Deletes one or more rows from the table. ADD_ROWS \"Adds one or more rows to a table. Includes importing data into a new table and importing more rows into an existing table. ADD_COLUMN Adds a new column to the table. CHANGE_TYPE Changes the type of a column."
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaskList": {
|
||||
"id": "TaskList",
|
||||
"type": "object",
|
||||
"description": "Represents a list of tasks in a table.",
|
||||
"description": "Represents a list of tasks for a table.",
|
||||
"properties": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
@@ -689,12 +690,12 @@
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Type name: a list of all tasks.",
|
||||
"description": "Type of the resource. This is always \"fusiontables#taskList\".",
|
||||
"default": "fusiontables#taskList"
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more tokens left."
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more pages left."
|
||||
},
|
||||
"totalItems": {
|
||||
"type": "integer",
|
||||
@@ -758,7 +759,7 @@
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more tokens left."
|
||||
"description": "Token used to access the next page of this result. No token is displayed if there are no more pages left."
|
||||
},
|
||||
"totalItems": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user