Index: discovery/googleapis/bigquery__v2.json |
diff --git a/discovery/googleapis/bigquery__v2.json b/discovery/googleapis/bigquery__v2.json |
index 87582f2e67acecc667b0dad17f7c0b45ffd4c638..9e8a8a8f895d0dfebc63d6939aae9c5a61db4eab 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/5IKwzbIHryxgSxtnlOLBEle-PM8\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/irflzEU1C_NxQHyDRKExZd4eUWU\"", |
"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": "20141113", |
+ "revision": "20141124", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Dataset": { |
@@ -1501,6 +1501,10 @@ |
"format": "int64", |
"type": "string" |
}, |
+ "extract": { |
+ "$ref": "JobStatistics4", |
+ "description": "[Output-only] Statistics for an extract job." |
+ }, |
"load": { |
"$ref": "JobStatistics3", |
"description": "[Output-only] Statistics for a load job." |
@@ -1563,6 +1567,20 @@ |
}, |
"type": "object" |
}, |
+ "JobStatistics4": { |
+ "id": "JobStatistics4", |
+ "properties": { |
+ "destinationUriFileCounts": { |
+ "description": "[Output-only] Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.", |
+ "items": { |
+ "format": "int64", |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"JobStatus": { |
"id": "JobStatus", |
"properties": { |