| Index: generated/googleapis/lib/storage/v1.dart
|
| diff --git a/generated/googleapis/lib/storage/v1.dart b/generated/googleapis/lib/storage/v1.dart
|
| index f3512208628572389ac89c34c9187ed9fc411ec4..eb78b08d550029de7b37f8baecf02c5834dac9c7 100644
|
| --- a/generated/googleapis/lib/storage/v1.dart
|
| +++ b/generated/googleapis/lib/storage/v1.dart
|
| @@ -3682,7 +3682,11 @@ class Object {
|
| core.List<ObjectAccessControl> acl;
|
| /** The name of the bucket containing this object. */
|
| core.String bucket;
|
| - /** Cache-Control directive for the object data. */
|
| + /**
|
| + * Cache-Control directive for the object data. If omitted, and the object is
|
| + * accessible to all anonymous users, the default will be public,
|
| + * max-age=3600.
|
| + */
|
| core.String cacheControl;
|
| /**
|
| * Number of underlying components that make up this object. Components are
|
|
|