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

Unified Diff: generated/googleapis/lib/bigquery/v2.dart

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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 | « generated/googleapis/lib/appstate/v1.dart ('k') | generated/googleapis/lib/blogger/v3.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
« no previous file with comments | « generated/googleapis/lib/appstate/v1.dart ('k') | generated/googleapis/lib/blogger/v3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698