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

Unified Diff: discovery/googleapis/fusiontables__v2.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
Index: discovery/googleapis/fusiontables__v2.json
diff --git a/discovery/googleapis/fusiontables__v2.json b/discovery/googleapis/fusiontables__v2.json
index 41a19d7a355fa7c9c5fba97d4c5f9846b18cca45..86d1d37b19fc5e96faaf1b7294da2ae85f4e9277 100644
--- a/discovery/googleapis/fusiontables__v2.json
+++ b/discovery/googleapis/fusiontables__v2.json
@@ -17,7 +17,7 @@
"description": "API for working with Fusion Tables data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/fusiontables",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/xMQ-LA23s9cy0K2lhdn1eKJ_edk\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zzkCy2O-Agowk5lRoMuWDbJW1wc\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -79,7 +79,7 @@
"column": {
"methods": {
"delete": {
- "description": "Deletes the column.",
+ "description": "Deletes the specified column.",
"httpMethod": "DELETE",
"id": "fusiontables.column.delete",
"parameterOrder": [
@@ -106,7 +106,7 @@
]
},
"get": {
- "description": "Retrieves a specific column by its id.",
+ "description": "Retrieves a specific column by its ID.",
"httpMethod": "GET",
"id": "fusiontables.column.get",
"parameterOrder": [
@@ -269,7 +269,7 @@
"query": {
"methods": {
"sql": {
- "description": "Executes an SQL SELECT/INSERT/UPDATE/DELETE/SHOW/DESCRIBE/CREATE statement.",
+ "description": "Executes a Fusion Tables SQL statement, which can be any of \n- SELECT\n- INSERT\n- UPDATE\n- DELETE\n- SHOW\n- DESCRIBE\n- CREATE statement.",
"httpMethod": "POST",
"id": "fusiontables.query.sql",
"parameterOrder": [
@@ -277,18 +277,18 @@
],
"parameters": {
"hdrs": {
- "description": "Should column names be included (in the first row)?. Default is true.",
+ "description": "Whether column names are included in the first row. Default is true.",
"location": "query",
"type": "boolean"
},
"sql": {
- "description": "An SQL SELECT/SHOW/DESCRIBE/INSERT/UPDATE/DELETE/CREATE statement.",
+ "description": "A Fusion Tables SQL statement, which can be any of \n- SELECT\n- INSERT\n- UPDATE\n- DELETE\n- SHOW\n- DESCRIBE\n- CREATE",
"location": "query",
"required": true,
"type": "string"
},
"typed": {
- "description": "Should typed values be returned in the (JSON) response -- numbers for numeric values and parsed geometries for KML values? Default is true.",
+ "description": "Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML values. Default is true.",
"location": "query",
"type": "boolean"
}
@@ -304,7 +304,7 @@
"supportsMediaDownload": true
},
"sqlGet": {
- "description": "Executes an SQL SELECT/SHOW/DESCRIBE statement.",
+ "description": "Executes a SQL statement which can be any of \n- SELECT\n- SHOW\n- DESCRIBE",
"httpMethod": "GET",
"id": "fusiontables.query.sqlGet",
"parameterOrder": [
@@ -312,18 +312,18 @@
],
"parameters": {
"hdrs": {
- "description": "Should column names be included (in the first row)?. Default is true.",
+ "description": "Whether column names are included (in the first row). Default is true.",
"location": "query",
"type": "boolean"
},
"sql": {
- "description": "An SQL SELECT/SHOW/DESCRIBE statement.",
+ "description": "A SQL statement which can be any of \n- SELECT\n- SHOW\n- DESCRIBE",
"location": "query",
"required": true,
"type": "string"
},
"typed": {
- "description": "Should typed values be returned in the (JSON) response -- numbers for numeric values and parsed geometries for KML values? Default is true.",
+ "description": "Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML values. Default is true.",
"location": "query",
"type": "boolean"
}
@@ -574,7 +574,7 @@
],
"parameters": {
"tableId": {
- "description": "ID of the table that is being deleted.",
+ "description": "ID of the table to be deleted.",
"location": "path",
"required": true,
"type": "string"
@@ -586,7 +586,7 @@
]
},
"get": {
- "description": "Retrieves a specific table by its id.",
+ "description": "Retrieves a specific table by its ID.",
"httpMethod": "GET",
"id": "fusiontables.table.get",
"parameterOrder": [
@@ -594,7 +594,7 @@
],
"parameters": {
"tableId": {
- "description": "Identifier(ID) for the table being requested.",
+ "description": "Identifier for the table being requested.",
"location": "path",
"required": true,
"type": "string"
@@ -610,7 +610,7 @@
]
},
"importRows": {
- "description": "Import more rows into a table.",
+ "description": "Imports more rows into a table.",
"httpMethod": "POST",
"id": "fusiontables.table.importRows",
"mediaUpload": {
@@ -634,23 +634,23 @@
],
"parameters": {
"delimiter": {
- "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ','.",
+ "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ,.",
"location": "query",
"type": "string"
},
"encoding": {
- "description": "The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the encoding.",
+ "description": "The encoding of the content. Default is UTF-8. Use auto-detect if you are unsure of the encoding.",
"location": "query",
"type": "string"
},
"endLine": {
- "description": "The index of the last line from which to start importing, exclusive. Thus, the number of imported lines is endLine - startLine. If this parameter is not provided, the file will be imported until the last line of the file. If endLine is negative, then the imported content will exclude the last endLine lines. That is, if endline is negative, no line will be imported whose index is greater than N + endLine where N is the number of lines in the file, and the number of imported lines will be N + endLine - startLine.",
+ "description": "The index of the line up to which data will be imported. Default is to import the entire file. If endLine is negative, it is an offset from the end of the file; the imported content will exclude the last endLine lines.",
"format": "int32",
"location": "query",
"type": "integer"
},
"isStrict": {
- "description": "Whether the CSV must have the same number of values for each row. If false, rows with fewer values will be padded with empty values. Default is true.",
+ "description": "Whether the imported CSV must have the same number of values for each row. If false, rows with fewer values will be padded with empty values. Default is true.",
"location": "query",
"type": "boolean"
},
@@ -677,7 +677,7 @@
"supportsMediaUpload": true
},
"importTable": {
- "description": "Import a new table.",
+ "description": "Imports a new table.",
"httpMethod": "POST",
"id": "fusiontables.table.importTable",
"mediaUpload": {
@@ -701,12 +701,12 @@
],
"parameters": {
"delimiter": {
- "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ','.",
+ "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ,.",
"location": "query",
"type": "string"
},
"encoding": {
- "description": "The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the encoding.",
+ "description": "The encoding of the content. Default is UTF-8. Use auto-detect if you are unsure of the encoding.",
"location": "query",
"type": "string"
},
@@ -747,14 +747,14 @@
"id": "fusiontables.table.list",
"parameters": {
"maxResults": {
- "description": "Maximum number of styles to return. Optional. Default is 5.",
+ "description": "Maximum number of tables to return. Default is 5.",
"format": "uint32",
"location": "query",
"minimum": "0",
"type": "integer"
},
"pageToken": {
- "description": "Continuation token specifying which result page to return. Optional.",
+ "description": "Continuation token specifying which result page to return.",
"location": "query",
"type": "string"
}
@@ -777,7 +777,7 @@
],
"parameters": {
"replaceViewDefinition": {
- "description": "Should the view definition also be updated? The specified view definition replaces the existing one. Only a view can be updated with a new definition.",
+ "description": "Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view can be updated with a new definition.",
"location": "query",
"type": "boolean"
},
@@ -824,7 +824,7 @@
],
"parameters": {
"delimiter": {
- "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ','.",
+ "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ,.",
"location": "query",
"type": "string"
},
@@ -834,13 +834,13 @@
"type": "string"
},
"endLine": {
- "description": "The index of the last line to import, exclusive. 'endLine - startLine' rows will be imported. Default is to import through the end of the file. If endLine is negative, it is an offset from the end of the file; the imported content will exclude the last endLine lines.",
+ "description": "The index of the line up to which data will be imported. Default is to import the entire file. If endLine is negative, it is an offset from the end of the file; the imported content will exclude the last endLine lines.",
"format": "int32",
"location": "query",
"type": "integer"
},
"isStrict": {
- "description": "Whether the CSV must have the same number of column values for each row. If true, throws an exception if the CSV does not not have the same number of columns. If false, rows with fewer column values will be padded with empty values. Default is true.",
+ "description": "Whether the imported CSV must have the same number of column values for each row. If true, throws an exception if the CSV does not have the same number of columns. If false, rows with fewer column values will be padded with empty values. Default is true.",
"location": "query",
"type": "boolean"
},
@@ -875,7 +875,7 @@
],
"parameters": {
"replaceViewDefinition": {
- "description": "Should the view definition also be updated? The specified view definition replaces the existing one. Only a view can be updated with a new definition.",
+ "description": "Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view can be updated with a new definition.",
"location": "query",
"type": "boolean"
},
@@ -902,7 +902,7 @@
"task": {
"methods": {
"delete": {
- "description": "Deletes the task, unless already started.",
+ "description": "Deletes a specific task by its ID, unless that task has already started running.",
"httpMethod": "DELETE",
"id": "fusiontables.task.delete",
"parameterOrder": [
@@ -917,6 +917,7 @@
"type": "string"
},
"taskId": {
+ "description": "The identifier of the task to delete.",
"location": "path",
"required": true,
"type": "string"
@@ -928,7 +929,7 @@
]
},
"get": {
- "description": "Retrieves a specific task by its id.",
+ "description": "Retrieves a specific task by its ID.",
"httpMethod": "GET",
"id": "fusiontables.task.get",
"parameterOrder": [
@@ -943,6 +944,7 @@
"type": "string"
},
"taskId": {
+ "description": "The identifier of the task to get.",
"location": "path",
"required": true,
"type": "string"
@@ -1196,7 +1198,7 @@
}
}
},
- "revision": "20141113",
+ "revision": "20150226",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Bucket": {
@@ -1272,16 +1274,16 @@
"type": "string"
},
"formatPattern": {
- "description": "Format pattern.",
+ "description": "Format pattern.\nAcceptable values are DT_DATE_MEDIUMe.g Dec 24, 2008 DT_DATE_SHORTfor example 12/24/08 DT_DATE_TIME_MEDIUMfor example Dec 24, 2008 8:30:45 PM DT_DATE_TIME_SHORTfor example 12/24/08 8:30 PM DT_DAY_MONTH_2_DIGIT_YEARfor example 24/12/08 DT_DAY_MONTH_2_DIGIT_YEAR_TIMEfor example 24/12/08 20:30 DT_DAY_MONTH_2_DIGIT_YEAR_TIME_MERIDIANfor example 24/12/08 8:30 PM DT_DAY_MONTH_4_DIGIT_YEARfor example 24/12/2008 DT_DAY_MONTH_4_DIGIT_YEAR_TIMEfor example 24/12/2008 20:30 DT_DAY_MONTH_4_DIGIT_YEAR_TIME_MERIDIANfor example 24/12/2008 8:30 PM DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO_YEAR_MONTH_DAY_TIMEfor example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor example 12/24/2008 DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor example 8:30:45 PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008 HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data type NONENo formatting (default) NUMBER_CURRENCYfor example $1234.56 NUMBER_DEFAULTfor example 1,234.56 NUMBER_INTEGERfor example 1235 NUMBER_NO_SEPARATORfor example 1234.56 NUMBER_PERCENTfor example 123,456% NUMBER_SCIENTIFICfor example 1E3 STRING_EIGHT_LINE_IMAGEDisplays thumbnail images as tall as eight lines of text STRING_FOUR_LINE_IMAGEDisplays thumbnail images as tall as four lines of text STRING_JSON_TEXTAllows JSON editing of text in UI STRING_LINKTreats cell as a link (must start with http:// or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as one line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail",
"type": "string"
},
"graphPredicate": {
- "description": "Column graph predicate.\nUsed to map table to graph data model (subject,predicate,object)\nSee http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model",
+ "description": "Column graph predicate.\nUsed to map table to graph data model (subject,predicate,object)\nSee W3C Graph-based Data Model.",
"type": "string"
},
"kind": {
"default": "fusiontables#column",
- "description": "Type name: a template for an individual column.",
+ "description": "The kind of item this is. For a column, this is always fusiontables#column.",
"type": "string"
},
"name": {
@@ -1329,11 +1331,11 @@
},
"kind": {
"default": "fusiontables#columnList",
- "description": "Type name: a list of all columns.",
+ "description": "The kind of item this is. For a column list, this is always fusiontables#columnList.",
"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": {
@@ -1372,7 +1374,7 @@
"properties": {
"kind": {
"default": "fusiontables#import",
- "description": "Type name: a template for an import request.",
+ "description": "The kind of item this is. For an import, this is always fusiontables#import.",
"type": "string"
},
"numRowsReceived": {
@@ -1539,7 +1541,7 @@
"type": "object"
},
"Sqlresponse": {
- "description": "Represents a response to an sql statement.",
+ "description": "Represents a response to a SQL statement.",
"id": "Sqlresponse",
"properties": {
"columns": {
@@ -1551,7 +1553,7 @@
},
"kind": {
"default": "fusiontables#sqlresponse",
- "description": "Type name: a template for an individual table.",
+ "description": "The kind of item this is. For responses to SQL queries, this is always fusiontables#sqlresponse.",
"type": "string"
},
"rows": {
@@ -1622,7 +1624,7 @@
"type": "object"
},
"kind": {
- "description": "Stylers can be one of three kinds: \"fusiontables#fromColumn\" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; \"fusiontables#gradient\" if the styling of the row is to be based on applying the gradient function on the column value; or \"fusiontables#buckets\" if the styling is to based on the bucket into which the the column value falls.",
+ "description": "Stylers can be one of three kinds: \"fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls.",
"type": "string"
}
},
@@ -1634,7 +1636,7 @@
"properties": {
"kind": {
"default": "fusiontables#styleSetting",
- "description": "Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.",
+ "description": "The kind of item this is. A StyleSetting contains the style definitions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.",
"type": "string"
},
"markerOptions": {
@@ -1678,7 +1680,7 @@
},
"kind": {
"default": "fusiontables#styleSettingList",
- "description": "Type name: in this case, a list of style settings.",
+ "description": "The kind of item this is. For a style list, this is always fusiontables#styleSettingList .",
"type": "string"
},
"nextPageToken": {
@@ -1745,7 +1747,7 @@
},
"kind": {
"default": "fusiontables#table",
- "description": "Type name: a template for an individual table.",
+ "description": "The kind of item this is. For a table, this is always fusiontables#table.",
"type": "string"
},
"name": {
@@ -1790,23 +1792,23 @@
},
"kind": {
"default": "fusiontables#tableList",
- "description": "Type name: a list of all tables.",
+ "description": "The kind of item this is. For table list, this is always fusiontables#tableList.",
"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": "A background task on a table, initiated for time and or resource consuming operations such as a column type change or delete all rows operation.",
+ "description": "A background task on a table, initiated for time- or resource-consuming operations such as changing column types or deleting all rows.",
"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": {
@@ -1814,7 +1816,7 @@
"type": "string"
},
"started": {
- "description": "True if the task is in progress, its progress indicator will indicated where it is, and it can't be deleted.",
+ "description": "false while the table is busy with some other task. true if this background task is currently running.",
"type": "boolean"
},
"taskId": {
@@ -1823,14 +1825,14 @@
"type": "string"
},
"type": {
- "description": "The type of task being executed in the background.",
+ "description": "Type of background task.",
"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": {
@@ -1842,11 +1844,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": {
@@ -1874,7 +1876,7 @@
},
"kind": {
"default": "fusiontables#template",
- "description": "Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.",
+ "description": "The kind of item this is. For a template, this is always fusiontables#template.",
"type": "string"
},
"name": {
@@ -1906,11 +1908,11 @@
},
"kind": {
"default": "fusiontables#templateList",
- "description": "Type name: a list of all templates.",
+ "description": "The kind of item this is. For a template list, this is always fusiontables#templateList .",
"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/fusiontables__v1.json ('k') | discovery/googleapis/gamesConfiguration__v1configuration.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698