StorageApi class

Stores and retrieves potentially large, immutable data objects.

Constructors

StorageApi(Client client, {String rootUrl = 'https://storage.flutter-io.cn/', String servicePath = 'storage/v1/'})

Properties

anywhereCaches AnywhereCachesResource
no setter
bucketAccessControls BucketAccessControlsResource
no setter
buckets BucketsResource
no setter
channels ChannelsResource
no setter
defaultObjectAccessControls DefaultObjectAccessControlsResource
no setter
folders FoldersResource
no setter
hashCode int
The hash code for this object.
no setterinherited
managedFolders ManagedFoldersResource
no setter
notifications NotificationsResource
no setter
objectAccessControls ObjectAccessControlsResource
no setter
objects ObjectsResource
no setter
operations OperationsResource
no setter
projects ProjectsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

cloudPlatformReadOnlyScope → const String
View your data across Google Cloud Platform services
cloudPlatformScope → const String
View and manage your data across Google Cloud Platform services
devstorageFullControlScope → const String
Manage your data and permissions in Google Cloud Storage
devstorageReadOnlyScope → const String
View your data in Google Cloud Storage
devstorageReadWriteScope → const String
Manage your data in Google Cloud Storage