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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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/qpxexpress/v1.dart ('k') | generated/googleapis/lib/translate/v2.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 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;
« no previous file with comments | « generated/googleapis/lib/qpxexpress/v1.dart ('k') | generated/googleapis/lib/translate/v2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698