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

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

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 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/slides/v1.dart ('k') | generated/googleapis/lib/vision/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 79a04eb42fc2ff1778707ff74d5daf4c3969eb11..99764b98d0b661f623bbf84a0b3fd2f8e7395266 100644
--- a/generated/googleapis/lib/storage/v1.dart
+++ b/generated/googleapis/lib/storage/v1.dart
@@ -3026,7 +3026,10 @@ class Bucket {
core.List<ObjectAccessControl> defaultObjectAcl;
/** HTTP 1.1 Entity tag for the bucket. */
core.String etag;
- /** The ID of the bucket. */
+ /**
+ * The ID of the bucket. For buckets, the id and name properities are the
+ * same.
+ */
core.String id;
/** The kind of item this is. For buckets, this is always storage#bucket. */
core.String kind;
@@ -3751,7 +3754,10 @@ class Object {
core.String etag;
/** The content generation of this object. Used for object versioning. */
core.String generation;
- /** The ID of the object. */
+ /**
+ * The ID of the object, including the bucket name, object name, and
+ * generation number.
+ */
core.String id;
/** The kind of item this is. For objects, this is always storage#object. */
core.String kind;
@@ -3771,7 +3777,7 @@ class Object {
* particular object.
*/
core.String metageneration;
- /** The name of this object. Required if not specified by URL parameter. */
+ /** The name of the object. Required if not specified by URL parameter. */
core.String name;
/**
* The owner of the object. This will always be the uploader of the object.
« no previous file with comments | « generated/googleapis/lib/slides/v1.dart ('k') | generated/googleapis/lib/vision/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698