Index: discovery/googleapis/fusiontables__v2.json |
diff --git a/discovery/googleapis/fusiontables__v1.json b/discovery/googleapis/fusiontables__v2.json |
similarity index 90% |
copy from discovery/googleapis/fusiontables__v1.json |
copy to discovery/googleapis/fusiontables__v2.json |
index 225cfe31c65adba51c4e25d7fc550f849f65950c..41a19d7a355fa7c9c5fba97d4c5f9846b18cca45 100644 |
--- a/discovery/googleapis/fusiontables__v1.json |
+++ b/discovery/googleapis/fusiontables__v2.json |
@@ -11,18 +11,18 @@ |
} |
} |
}, |
- "basePath": "/fusiontables/v1/", |
- "baseUrl": "https://www.googleapis.com/fusiontables/v1/", |
+ "basePath": "/fusiontables/v2/", |
+ "baseUrl": "https://www.googleapis.com/fusiontables/v2/", |
"batchPath": "batch", |
"description": "API for working with Fusion Tables data.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/fusiontables", |
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/SYuz2YU3ZsxTEiZdfXCeGmNn9r0\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/xMQ-LA23s9cy0K2lhdn1eKJ_edk\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
}, |
- "id": "fusiontables:v1", |
+ "id": "fusiontables:v2", |
"kind": "discovery#restDescription", |
"name": "fusiontables", |
"ownerDomain": "google.com", |
@@ -171,14 +171,14 @@ |
], |
"parameters": { |
"maxResults": { |
- "description": "Maximum number of columns to return. Optional. Default is 5.", |
+ "description": "Maximum number of columns 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" |
}, |
@@ -621,11 +621,11 @@ |
"protocols": { |
"resumable": { |
"multipart": true, |
- "path": "/resumable/upload/fusiontables/v1/tables/{tableId}/import" |
+ "path": "/resumable/upload/fusiontables/v2/tables/{tableId}/import" |
}, |
"simple": { |
"multipart": true, |
- "path": "/upload/fusiontables/v1/tables/{tableId}/import" |
+ "path": "/upload/fusiontables/v2/tables/{tableId}/import" |
} |
} |
}, |
@@ -688,11 +688,11 @@ |
"protocols": { |
"resumable": { |
"multipart": true, |
- "path": "/resumable/upload/fusiontables/v1/tables/import" |
+ "path": "/resumable/upload/fusiontables/v2/tables/import" |
}, |
"simple": { |
"multipart": true, |
- "path": "/upload/fusiontables/v1/tables/import" |
+ "path": "/upload/fusiontables/v2/tables/import" |
} |
} |
}, |
@@ -799,6 +799,73 @@ |
"https://www.googleapis.com/auth/fusiontables" |
] |
}, |
+ "replaceRows": { |
+ "description": "Replaces rows of an existing table. Current rows remain visible until all replacement rows are ready.", |
+ "httpMethod": "POST", |
+ "id": "fusiontables.table.replaceRows", |
+ "mediaUpload": { |
+ "accept": [ |
+ "application/octet-stream" |
+ ], |
+ "maxSize": "250MB", |
+ "protocols": { |
+ "resumable": { |
+ "multipart": true, |
+ "path": "/resumable/upload/fusiontables/v2/tables/{tableId}/replace" |
+ }, |
+ "simple": { |
+ "multipart": true, |
+ "path": "/upload/fusiontables/v2/tables/{tableId}/replace" |
+ } |
+ } |
+ }, |
+ "parameterOrder": [ |
+ "tableId" |
+ ], |
+ "parameters": { |
+ "delimiter": { |
+ "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.", |
+ "location": "query", |
+ "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.", |
+ "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.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "startLine": { |
+ "description": "The index of the first line from which to start importing, inclusive. Default is 0.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
+ "tableId": { |
+ "description": "Table whose rows will be replaced.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "tables/{tableId}/replace", |
+ "response": { |
+ "$ref": "Task" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/fusiontables" |
+ ], |
+ "supportsMediaUpload": true |
+ }, |
"update": { |
"description": "Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated.", |
"httpMethod": "PUT", |
@@ -899,17 +966,19 @@ |
], |
"parameters": { |
"maxResults": { |
- "description": "Maximum number of columns to return. Optional. Default is 5.", |
+ "description": "Maximum number of tasks to return. Default is 5.", |
"format": "uint32", |
"location": "query", |
"minimum": "0", |
"type": "integer" |
}, |
"pageToken": { |
+ "description": "Continuation token specifying which result page to return.", |
"location": "query", |
"type": "string" |
}, |
"startIndex": { |
+ "description": "Index of the first result returned in the current page.", |
"format": "uint32", |
"location": "query", |
"type": "integer" |
@@ -1166,11 +1235,11 @@ |
"type": "object" |
}, |
"Column": { |
- "description": "Specifies the id, name and type of a column in a table.", |
+ "description": "Specifies the details of a column in a table.", |
"id": "Column", |
"properties": { |
"baseColumn": { |
- "description": "Optional identifier of the base column. If present, this column is derived from the specified base column.", |
+ "description": "Identifier of the base column. If present, this column is derived from the specified base column.", |
"properties": { |
"columnId": { |
"description": "The id of the column in the base table from which this column is derived.", |
@@ -1190,12 +1259,24 @@ |
"format": "int32", |
"type": "integer" |
}, |
+ "columnJsonSchema": { |
+ "description": "JSON schema for interpreting JSON in this column.", |
+ "type": "string" |
+ }, |
+ "columnPropertiesJson": { |
+ "description": "JSON object containing custom column properties.", |
+ "type": "string" |
+ }, |
"description": { |
- "description": "Optional column description.", |
+ "description": "Column description.", |
+ "type": "string" |
+ }, |
+ "formatPattern": { |
+ "description": "Format pattern.", |
"type": "string" |
}, |
- "graph_predicate": { |
- "description": "Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model", |
+ "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", |
"type": "string" |
}, |
"kind": { |
@@ -1209,7 +1290,7 @@ |
"fusiontables.column.insert" |
] |
}, |
- "description": "Required name of the column.", |
+ "description": "Name of the column.", |
"type": "string" |
}, |
"type": { |
@@ -1218,8 +1299,19 @@ |
"fusiontables.column.insert" |
] |
}, |
- "description": "Required type of the column.", |
+ "description": "Type of the column.", |
"type": "string" |
+ }, |
+ "validValues": { |
+ "description": "List of valid values used to validate data and supply a drop-down list of values in the web application.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
+ "validateData": { |
+ "description": "If true, data entered via the web application is validated.", |
+ "type": "boolean" |
} |
}, |
"type": "object" |
@@ -1602,11 +1694,11 @@ |
"type": "object" |
}, |
"Table": { |
- "description": "Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.", |
+ "description": "Represents a table.", |
"id": "Table", |
"properties": { |
"attribution": { |
- "description": "Optional attribution assigned to the table.", |
+ "description": "Attribution assigned to the table.", |
"type": "string" |
}, |
"attributionLink": { |
@@ -1614,12 +1706,16 @@ |
"type": "string" |
}, |
"baseTableIds": { |
- "description": "Optional base table identifier if this table is a view or merged table.", |
+ "description": "Base table identifier if this table is a view or merged table.", |
"items": { |
"type": "string" |
}, |
"type": "array" |
}, |
+ "columnPropertiesJsonSchema": { |
+ "description": "Default JSON schema for validating all JSON column properties.", |
+ "type": "string" |
+ }, |
"columns": { |
"annotations": { |
"required": [ |
@@ -1634,7 +1730,7 @@ |
"type": "array" |
}, |
"description": { |
- "description": "Optional description assigned to the table.", |
+ "description": "Description assigned to the table.", |
"type": "string" |
}, |
"isExportable": { |
@@ -1663,12 +1759,20 @@ |
"type": "string" |
}, |
"sql": { |
- "description": "Optional sql that encodes the table definition for derived tables.", |
+ "description": "SQL that encodes the table definition for derived tables.", |
"type": "string" |
}, |
"tableId": { |
"description": "Encrypted unique alphanumeric identifier for the table.", |
"type": "string" |
+ }, |
+ "tablePropertiesJson": { |
+ "description": "JSON object containing custom table properties.", |
+ "type": "string" |
+ }, |
+ "tablePropertiesJsonSchema": { |
+ "description": "JSON schema for validating the JSON table properties.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1697,7 +1801,7 @@ |
"type": "object" |
}, |
"Task": { |
- "description": "Specifies the id, name and type of a task in a table.", |
+ "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.", |
"id": "Task", |
"properties": { |
"kind": { |
@@ -1706,11 +1810,11 @@ |
"type": "string" |
}, |
"progress": { |
- "description": "An indication of task progress.", |
+ "description": "Task percentage completion.", |
"type": "string" |
}, |
"started": { |
- "description": "False while the table is busy with some other task.", |
+ "description": "True if the task is in progress, its progress indicator will indicated where it is, and it can't be deleted.", |
"type": "boolean" |
}, |
"taskId": { |
@@ -1719,6 +1823,7 @@ |
"type": "string" |
}, |
"type": { |
+ "description": "The type of task being executed in the background.", |
"type": "string" |
} |
}, |
@@ -1817,7 +1922,7 @@ |
"type": "object" |
} |
}, |
- "servicePath": "fusiontables/v1/", |
+ "servicePath": "fusiontables/v2/", |
"title": "Fusion Tables API", |
- "version": "v1" |
+ "version": "v2" |
} |