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

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

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 4 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/dns/v1.dart ('k') | generated/googleapis/lib/genomics/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/drive/v2.dart
diff --git a/generated/googleapis/lib/drive/v2.dart b/generated/googleapis/lib/drive/v2.dart
index e18b609a2cf4007ebebd1a40e12200e68d2b2876..f1483737a30721ad277402381d7aa6ed880d443b 100644
--- a/generated/googleapis/lib/drive/v2.dart
+++ b/generated/googleapis/lib/drive/v2.dart
@@ -6244,7 +6244,8 @@ class Permission {
* The ID of the user this permission refers to, and identical to the
* permissionId in the About and Files resources. When making a
* drive.permissions.insert request, exactly one of the id or value fields
- * must be specified.
+ * must be specified unless the permission type anyone, in which case both id
+ * and value are ignored.
*/
core.String id;
/** This is always drive#permission. */
@@ -6274,7 +6275,8 @@ class Permission {
* The email address or domain name for the entity. This is used during
* inserts and is not populated in responses. When making a
* drive.permissions.insert request, exactly one of the id or value fields
- * must be specified.
+ * must be specified unless the permission type anyone, in which case both id
+ * and value are ignored.
*/
core.String value;
/** Whether the link is required for this permission. */
« no previous file with comments | « generated/googleapis/lib/dns/v1.dart ('k') | generated/googleapis/lib/genomics/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698