| Index: generated/googleapis/lib/storage/v1.dart
|
| diff --git a/generated/googleapis/lib/storage/v1.dart b/generated/googleapis/lib/storage/v1.dart
|
| index 5e466077583142cc4582a87ab62e46e2e027071b..f3512208628572389ac89c34c9187ed9fc411ec4 100644
|
| --- a/generated/googleapis/lib/storage/v1.dart
|
| +++ b/generated/googleapis/lib/storage/v1.dart
|
| @@ -3178,7 +3178,7 @@ class Bucket {
|
| class BucketAccessControlProjectTeam {
|
| /** The project number. */
|
| core.String projectNumber;
|
| - /** The team. Can be owners, editors, or viewers. */
|
| + /** The team. */
|
| core.String team;
|
|
|
| BucketAccessControlProjectTeam();
|
| @@ -3242,7 +3242,7 @@ class BucketAccessControl {
|
| core.String kind;
|
| /** The project team associated with the entity, if any. */
|
| BucketAccessControlProjectTeam projectTeam;
|
| - /** The access permission for the entity. Can be READER, WRITER, or OWNER. */
|
| + /** The access permission for the entity. */
|
| core.String role;
|
| /** The link to this access-control entry. */
|
| core.String selfLink;
|
| @@ -3928,7 +3928,7 @@ class Object {
|
| class ObjectAccessControlProjectTeam {
|
| /** The project number. */
|
| core.String projectNumber;
|
| - /** The team. Can be owners, editors, or viewers. */
|
| + /** The team. */
|
| core.String team;
|
|
|
| ObjectAccessControlProjectTeam();
|
| @@ -3996,7 +3996,7 @@ class ObjectAccessControl {
|
| core.String object;
|
| /** The project team associated with the entity, if any. */
|
| ObjectAccessControlProjectTeam projectTeam;
|
| - /** The access permission for the entity. Can be READER or OWNER. */
|
| + /** The access permission for the entity. */
|
| core.String role;
|
| /** The link to this access-control entry. */
|
| core.String selfLink;
|
|
|