Index: discovery/googleapis/bigquery__v2.json |
diff --git a/discovery/googleapis/bigquery__v2.json b/discovery/googleapis/bigquery__v2.json |
index 548175547caf7b2611ef0fe884696dfed9bd8793..42615bde0b442f2097977b875807226a146dc881 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/8QZR0WZ1-NVsTgfIYMT8jh3XhtQ\"", |
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/2pbHVnKgRBtlI769YwDOp1uiQ0w\"", |
"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": "20170114", |
+ "revision": "20170224", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"BigtableColumn": { |
@@ -1539,7 +1539,7 @@ |
"additionalProperties": { |
"type": "string" |
}, |
- "description": "[Experimental] The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and must be unique within a dataset. Both keys and values are additionally constrained to be <= 128 bytes in size.", |
+ "description": "[Experimental] The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.", |
"type": "object" |
}, |
"load": { |
@@ -2401,7 +2401,7 @@ |
"additionalProperties": { |
"type": "string" |
}, |
- "description": "[Experimental] The labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and must be unique within a dataset. Both keys and values are additionally constrained to be <= 128 bytes in size.", |
+ "description": "[Experimental] The labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.", |
"type": "object" |
}, |
"lastModifiedTime": { |
@@ -2647,6 +2647,16 @@ |
"type": { |
"description": "The type of table. Possible values are: TABLE, VIEW.", |
"type": "string" |
+ }, |
+ "view": { |
+ "description": "Additional details for a view.", |
+ "properties": { |
+ "useLegacySql": { |
+ "description": "True if view is defined in legacy SQL dialect, false if in standard SQL.", |
+ "type": "boolean" |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"type": "object" |