Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: discovery/googleapis/fusiontables__v1.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/freebase__v1.json ('k') | discovery/googleapis/fusiontables__v2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/fusiontables__v1.json
diff --git a/discovery/googleapis/fusiontables__v1.json b/discovery/googleapis/fusiontables__v1.json
index 225cfe31c65adba51c4e25d7fc550f849f65950c..969fca5f7167c64417f4d9483d85a9ee0327f0ec 100644
--- a/discovery/googleapis/fusiontables__v1.json
+++ b/discovery/googleapis/fusiontables__v1.json
@@ -17,7 +17,7 @@
"description": "API for working with Fusion Tables data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/fusiontables",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/SYuz2YU3ZsxTEiZdfXCeGmNn9r0\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/_HDQvvrmU1Cf0bBIzjf-H39NJ10\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1127,7 +1127,7 @@
}
}
},
- "revision": "20141113",
+ "revision": "20150226",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Bucket": {
@@ -1241,7 +1241,7 @@
"type": "string"
},
"nextPageToken": {
- "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.",
"type": "string"
},
"totalItems": {
@@ -1590,7 +1590,7 @@
"type": "string"
},
"nextPageToken": {
- "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.",
"type": "string"
},
"totalItems": {
@@ -1690,19 +1690,19 @@
"type": "string"
},
"nextPageToken": {
- "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.",
"type": "string"
}
},
"type": "object"
},
"Task": {
- "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.",
"id": "Task",
"properties": {
"kind": {
"default": "fusiontables#task",
- "description": "Type name: a template for an individual task.",
+ "description": "Type of the resource. This is always \"fusiontables#task\".",
"type": "string"
},
"progress": {
@@ -1710,7 +1710,7 @@
"type": "string"
},
"started": {
- "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.",
"type": "boolean"
},
"taskId": {
@@ -1719,13 +1719,14 @@
"type": "string"
},
"type": {
+ "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.",
"type": "string"
}
},
"type": "object"
},
"TaskList": {
- "description": "Represents a list of tasks in a table.",
+ "description": "Represents a list of tasks for a table.",
"id": "TaskList",
"properties": {
"items": {
@@ -1737,11 +1738,11 @@
},
"kind": {
"default": "fusiontables#taskList",
- "description": "Type name: a list of all tasks.",
+ "description": "Type of the resource. This is always \"fusiontables#taskList\".",
"type": "string"
},
"nextPageToken": {
- "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.",
"type": "string"
},
"totalItems": {
@@ -1805,7 +1806,7 @@
"type": "string"
},
"nextPageToken": {
- "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.",
"type": "string"
},
"totalItems": {
« no previous file with comments | « discovery/googleapis/freebase__v1.json ('k') | discovery/googleapis/fusiontables__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698