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

Unified Diff: discovery/googleapis/bigquery__v2.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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/appstate__v1.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/bigquery__v2.json
diff --git a/discovery/googleapis/bigquery__v2.json b/discovery/googleapis/bigquery__v2.json
index 7eec68766e3cd8cc6e90097b65bec980fdc92d5a..c66739867ef87e6295046456576e44eb435c9f77 100644
--- a/discovery/googleapis/bigquery__v2.json
+++ b/discovery/googleapis/bigquery__v2.json
@@ -32,7 +32,7 @@
"description": "A data platform for customers to create, manage, share and query data.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/n-xkWA82GY-8mH6npNxIdvtk5g4\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/8OSACAptUIIUJA3qAbwY7uhPqwg\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/search-16.gif",
"x32": "https://www.google.com/images/icons/product/search-32.gif"
@@ -936,7 +936,7 @@
}
}
},
- "revision": "20160709",
+ "revision": "20160729",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BigtableColumn": {
@@ -1011,6 +1011,10 @@
"ignoreUnspecifiedColumnFamilies": {
"description": "[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.",
"type": "boolean"
+ },
+ "readRowkeyAsString": {
+ "description": "[Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.",
+ "type": "boolean"
}
},
"type": "object"
@@ -1410,6 +1414,11 @@
"description": "The resource type of the response.",
"type": "string"
},
+ "numDmlAffectedRows": {
+ "description": "[Output-only, Experimental] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
+ "format": "int64",
+ "type": "string"
+ },
"pageToken": {
"description": "A token used for paging results.",
"type": "string"
@@ -1904,8 +1913,13 @@
"description": "[Output-only] Whether the query result was fetched from the query cache.",
"type": "boolean"
},
+ "numDmlAffectedRows": {
+ "description": "[Output-only, Experimental] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
+ "format": "int64",
+ "type": "string"
+ },
"queryPlan": {
- "description": "[Output-only, Experimental] Describes execution plan for the query as a list of stages.",
+ "description": "[Output-only, Experimental] Describes execution plan for the query.",
"items": {
"$ref": "ExplainQueryStage"
},
@@ -2151,6 +2165,11 @@
"description": "The resource type.",
"type": "string"
},
+ "numDmlAffectedRows": {
+ "description": "[Output-only, Experimental] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
+ "format": "int64",
+ "type": "string"
+ },
"pageToken": {
"description": "A token used for paging results.",
"type": "string"
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698