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

Unified Diff: discovery/googleapis/bigquery__v2.json

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 months 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/books__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 a1d3fc79f747f131ce3ee4319290dc23334f51dc..7eec68766e3cd8cc6e90097b65bec980fdc92d5a 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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/TTpQ7yNPZTHyT5AjnjNL_hN6eFo\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/n-xkWA82GY-8mH6npNxIdvtk5g4\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/search-16.gif",
"x32": "https://www.google.com/images/icons/product/search-32.gif"
@@ -196,6 +196,11 @@
"location": "query",
"type": "boolean"
},
+ "filter": {
+ "description": "An expression for filtering the results of the request by label. The syntax is \"labels.[:]\". Multiple filters can be ANDed together by connecting with a space. Example: \"labels.department:receiving labels.active\". See https://cloud.google.com/bigquery/docs/labeling-datasets#filtering_datasets_using_labels for details.",
+ "location": "query",
+ "type": "string"
+ },
"maxResults": {
"description": "The maximum number of results to return",
"format": "uint32",
@@ -931,7 +936,7 @@
}
}
},
- "revision": "20160617",
+ "revision": "20160709",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BigtableColumn": {
@@ -1114,6 +1119,13 @@
"description": "[Output-only] The resource type.",
"type": "string"
},
+ "labels": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "[Experimental] The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. 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.",
+ "type": "object"
+ },
"lastModifiedTime": {
"description": "[Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.",
"format": "int64",
@@ -1153,6 +1165,13 @@
"default": "bigquery#dataset",
"description": "The resource type. This property always returns the value \"bigquery#dataset\".",
"type": "string"
+ },
+ "labels": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "[Experimental] The labels associated with this dataset. You can use these to organize and group your datasets.",
+ "type": "object"
}
},
"type": "object"
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/books__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698