| Index: generated/googleapis/lib/storage/v1.dart
|
| diff --git a/generated/googleapis/lib/storage/v1.dart b/generated/googleapis/lib/storage/v1.dart
|
| index a9fe572f6af7360975730e0d785c2db102b53d8a..fd3d98bee2ba92acdc94204a14c30395a0733867 100644
|
| --- a/generated/googleapis/lib/storage/v1.dart
|
| +++ b/generated/googleapis/lib/storage/v1.dart
|
| @@ -15,6 +15,9 @@ export '../common/common.dart' show DetailedApiRequestError;
|
|
|
| /** Lets you store and retrieve potentially-large, immutable data objects. */
|
| class StorageApi {
|
| + /** View and manage your data across Google Cloud Platform services */
|
| + static const CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform";
|
| +
|
| /** Manage your data and permissions in Google Cloud Storage */
|
| static const DevstorageFullControlScope = "https://www.googleapis.com/auth/devstorage.full_control";
|
|
|
| @@ -1804,7 +1807,7 @@ class ObjectsResourceApi {
|
| }
|
|
|
| /**
|
| - * Retrieves objects or their metadata.
|
| + * Retrieves an object or its metadata.
|
| *
|
| * Request parameters:
|
| *
|
|
|