ProjectsBucketsResource class

Constructors

ProjectsBucketsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFirebase(AddFirebaseRequest request, String bucket, {String? $fields}) Future<Bucket>
Links a Google Cloud Storage bucket to a Firebase project.
get(String name, {String? $fields}) Future<Bucket>
Gets a single linked storage bucket.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListBucketsResponse>
Lists the linked storage buckets for a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFirebase(RemoveFirebaseRequest request, String bucket, {String? $fields}) Future<Empty>
Unlinks a linked Google Cloud Storage bucket from a Firebase project.
toString() String
A string representation of this object.
inherited

Operators

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