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

Unified Diff: generated/googleapis/lib/storage/v1.dart

Issue 2734843002: Api-roll 46: 2017-03-06 (Closed)
Patch Set: Created 3 years, 9 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 | « generated/googleapis/lib/spanner/v1.dart ('k') | generated/googleapis/lib/tracing/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/storage/v1.dart
diff --git a/generated/googleapis/lib/storage/v1.dart b/generated/googleapis/lib/storage/v1.dart
index 99764b98d0b661f623bbf84a0b3fd2f8e7395266..6760b13a9a305fd2f87ece024bc946f30fd36674 100644
--- a/generated/googleapis/lib/storage/v1.dart
+++ b/generated/googleapis/lib/storage/v1.dart
@@ -549,7 +549,8 @@ class BucketsResourceApi {
*
* [project] - A valid API project identifier.
*
- * [maxResults] - Maximum number of buckets to return.
+ * [maxResults] - Maximum number of buckets to return in a single response.
+ * The service will use this parameter or 1,000 items, whichever is smaller.
*
* [pageToken] - A previously-returned page token representing part of the
* larger set of results to view.
@@ -2113,9 +2114,10 @@ class ObjectsResourceApi {
* their name, truncated after the delimiter, returned in prefixes. Duplicate
* prefixes are omitted.
*
- * [maxResults] - Maximum number of items plus prefixes to return. As
- * duplicate prefixes are omitted, fewer total results may be returned than
- * requested. The default value of this parameter is 1,000 items.
+ * [maxResults] - Maximum number of items plus prefixes to return in a single
+ * page of responses. As duplicate prefixes are omitted, fewer total results
+ * may be returned than requested. The service will use this parameter or
+ * 1,000 items, whichever is smaller.
*
* [pageToken] - A previously-returned page token representing part of the
* larger set of results to view.
@@ -2587,9 +2589,10 @@ class ObjectsResourceApi {
* their name, truncated after the delimiter, returned in prefixes. Duplicate
* prefixes are omitted.
*
- * [maxResults] - Maximum number of items plus prefixes to return. As
- * duplicate prefixes are omitted, fewer total results may be returned than
- * requested. The default value of this parameter is 1,000 items.
+ * [maxResults] - Maximum number of items plus prefixes to return in a single
+ * page of responses. As duplicate prefixes are omitted, fewer total results
+ * may be returned than requested. The service will use this parameter or
+ * 1,000 items, whichever is smaller.
*
* [pageToken] - A previously-returned page token representing part of the
* larger set of results to view.
« no previous file with comments | « generated/googleapis/lib/spanner/v1.dart ('k') | generated/googleapis/lib/tracing/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698