Index: discovery/googleapis/bigquery__v2.json |
diff --git a/discovery/googleapis/bigquery__v2.json b/discovery/googleapis/bigquery__v2.json |
index d60bd9842b3778f43a16c69364d2d7011023b0c4..f6bd07c7c68a760375440eef931ff135a0aabcb7 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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/g_G3eD_OgD8-ScdUNw6NbiklXmE\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/xfev3idTZInfGXDI1oj7ZvFNmzU\"", |
"icons": { |
"x16": "https://www.google.com/images/icons/product/search-16.gif", |
"x32": "https://www.google.com/images/icons/product/search-32.gif" |
@@ -946,7 +946,7 @@ |
} |
} |
}, |
- "revision": "20170511", |
+ "revision": "20170604", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"BigtableColumn": { |
@@ -1405,7 +1405,7 @@ |
"type": "boolean" |
}, |
"errors": { |
- "description": "[Output-only] All errors and warnings encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.", |
+ "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", |
"items": { |
"$ref": "ErrorProto" |
}, |
@@ -1705,7 +1705,7 @@ |
"properties": { |
"allowLargeResults": { |
"default": "false", |
- "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set. For standard SQL queries, this flag is ignored and large results are always allowed.", |
+ "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set. For standard SQL queries, this flag is ignored and large results are always allowed. However, you must still set destinationTable when result size exceeds the allowed maximum response size.", |
"type": "boolean" |
}, |
"createDisposition": { |
@@ -1718,7 +1718,7 @@ |
}, |
"destinationTable": { |
"$ref": "TableReference", |
- "description": "[Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results." |
+ "description": "[Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size." |
}, |
"flattenResults": { |
"default": "true", |
@@ -2059,7 +2059,7 @@ |
"description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful." |
}, |
"errors": { |
- "description": "[Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.", |
+ "description": "[Output-only] The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", |
"items": { |
"$ref": "ErrorProto" |
}, |
@@ -2297,7 +2297,7 @@ |
"type": "boolean" |
}, |
"errors": { |
- "description": "[Output-only] All errors and warnings encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.", |
+ "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.", |
"items": { |
"$ref": "ErrorProto" |
}, |
@@ -2586,7 +2586,7 @@ |
"id": "TableFieldSchema", |
"properties": { |
"description": { |
- "description": "[Optional] The field description. The maximum length is 512 characters.", |
+ "description": "[Optional] The field description. The maximum length is 1,024 characters.", |
"type": "string" |
}, |
"fields": { |