Index: discovery/googleapis/bigquery__v2.json |
diff --git a/discovery/googleapis/bigquery__v2.json b/discovery/googleapis/bigquery__v2.json |
index 86ee6a4df799d6dc6654b0aebeba9031e1e927eb..cd89fb77fe0609cc40aee7f10cef5438d360f36a 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": "\"tbys6C40o18GZwyMen5GMkdK-3s/Hw3ocLnACFZ8pfeMZhrBTel37_8\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/4k7_mz3_hjiHB-sQeq0R5OymfdI\"", |
"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": "20170319", |
+ "revision": "20170408", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"BigtableColumn": { |
@@ -1642,7 +1642,7 @@ |
"type": "integer" |
}, |
"nullMarker": { |
- "description": "[Optional] Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when loading a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery still interprets the empty string as a null value for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value.", |
+ "description": "[Optional] Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when loading a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery throws an error if an empty string is present for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value.", |
"type": "string" |
}, |
"projectionFields": { |
@@ -1704,7 +1704,8 @@ |
"id": "JobConfigurationQuery", |
"properties": { |
"allowLargeResults": { |
- "description": "If true, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set.", |
+ "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.", |
"type": "boolean" |
}, |
"createDisposition": { |
@@ -1721,7 +1722,7 @@ |
}, |
"flattenResults": { |
"default": "true", |
- "description": "[Optional] Flattens all nested and repeated fields in the query results. The default value is true. allowLargeResults must be true if this is set to false.", |
+ "description": "[Optional] If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results. allowLargeResults must be true if this is set to false. For standard SQL queries, this flag is ignored and results are never flattened.", |
"type": "boolean" |
}, |
"maximumBillingTier": { |