StorageApi class
Stores and retrieves potentially large, immutable data objects.
Constructors
- StorageApi(Client client, {String rootUrl = 'https://storage.googleapis.com/', String servicePath = 'storage/v1/'})
Properties
- bucketAccessControls → BucketAccessControlsResource
-
no setter
- buckets → BucketsResource
-
no setter
- channels → ChannelsResource
-
no setter
- defaultObjectAccessControls → DefaultObjectAccessControlsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- notifications → NotificationsResource
-
no setter
- objectAccessControls → ObjectAccessControlsResource
-
no setter
- objects → ObjectsResource
-
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