Index: generated/googleapis/lib/bigquery/v2.dart |
diff --git a/generated/googleapis/lib/bigquery/v2.dart b/generated/googleapis/lib/bigquery/v2.dart |
index bafca410af2ce14d075433542302045e4121a5bd..aec05bc644e1e56b316c2332c314593480791686 100644 |
--- a/generated/googleapis/lib/bigquery/v2.dart |
+++ b/generated/googleapis/lib/bigquery/v2.dart |
@@ -42,8 +42,8 @@ class BigqueryApi { |
TabledataResourceApi get tabledata => new TabledataResourceApi(_requester); |
TablesResourceApi get tables => new TablesResourceApi(_requester); |
- BigqueryApi(http.Client client) : |
- _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "bigquery/v2/"); |
+ BigqueryApi(http.Client client, {core.String rootUrl: "https://www.googleapis.com/", core.String servicePath: "bigquery/v2/"}) : |
+ _requester = new common_internal.ApiRequester(client, rootUrl, servicePath); |
} |
@@ -2913,7 +2913,7 @@ class JobStatistics3 { |
/** Not documented yet. */ |
class JobStatistics4 { |
/** |
- * [Output-only] Number of files per destination URI or URI pattern specified |
+ * [Experimental] 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. |
*/ |