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

Unified Diff: discovery/googleapis/bigquery__v2.json

Issue 733093002: Api roll 6: 2014-11-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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/compute__v1.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 0d9367b8b742abdc5b75aaa9105280c5d61d0185..87582f2e67acecc667b0dad17f7c0b45ffd4c638 100644
--- a/discovery/googleapis/bigquery__v2.json
+++ b/discovery/googleapis/bigquery__v2.json
@@ -29,7 +29,7 @@
"description": "A data platform for customers to create, manage, share and query data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/bigquery/docs/overview",
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/NNNGrlMYqSi04hOh0Khd5qX9Gcs\"",
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/5IKwzbIHryxgSxtnlOLBEle-PM8\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/search-16.gif",
"x32": "https://www.google.com/images/icons/product/search-32.gif"
@@ -889,7 +889,7 @@
}
}
},
- "revision": "20141030",
+ "revision": "20141113",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Dataset": {
@@ -1024,7 +1024,7 @@
"bigquery.datasets.update"
]
},
- "description": "[Required] A unique ID for this dataset, without the project name.",
+ "description": "[Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.",
"type": "string"
},
"projectId": {
@@ -1033,7 +1033,7 @@
"bigquery.datasets.update"
]
},
- "description": "[Optional] The ID of the container project.",
+ "description": "[Optional] The ID of the project containing this dataset.",
"type": "string"
}
},
@@ -1100,6 +1100,11 @@
"$ref": "TableSchema",
"description": "The schema of the results. Present only when the query completes successfully."
},
+ "totalBytesProcessed": {
+ "description": "The total number of bytes processed for this query.",
+ "format": "int64",
+ "type": "string"
+ },
"totalRows": {
"description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully.",
"format": "uint64",
@@ -1477,7 +1482,7 @@
"bigquery.jobs.getQueryResults"
]
},
- "description": "[Required] Project ID being billed for the job.",
+ "description": "[Required] The ID of the project containing this job.",
"type": "string"
}
},
@@ -2015,7 +2020,7 @@
"bigquery.tables.update"
]
},
- "description": "[Required] ID of the dataset containing the table.",
+ "description": "[Required] The ID of the dataset containing this table.",
"type": "string"
},
"projectId": {
@@ -2024,7 +2029,7 @@
"bigquery.tables.update"
]
},
- "description": "[Required] ID of the project billed for storage of the table.",
+ "description": "[Required] The ID of the project containing this table.",
"type": "string"
},
"tableId": {
@@ -2033,7 +2038,7 @@
"bigquery.tables.update"
]
},
- "description": "[Required] ID of the table.",
+ "description": "[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.",
"type": "string"
}
},
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698