| 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. */
|
|
|