ProjectsBuckets
class ProjectsBuckets extends Resource (View source)
The "buckets" collection of methods.
Typical usage is:
$firebasestorageService = new Google\Service\Firebasestorage(...);
$buckets = $firebasestorageService->projects_buckets;
Methods
addFirebase(string $bucket, AddFirebaseRequest $postBody, array $optParams = [])
Links a Google Cloud Storage bucket to a Firebase project.
listProjectsBuckets(string $parent, array $optParams = [])
Lists the linked storage buckets for a project. (buckets.listProjectsBuckets)
removeFirebase(string $bucket, RemoveFirebaseRequest $postBody, array $optParams = [])
Unlinks a linked Google Cloud Storage bucket from a Firebase project.
Details
Bucket
addFirebase(string $bucket, AddFirebaseRequest $postBody, array $optParams = [])
Links a Google Cloud Storage bucket to a Firebase project.
(buckets.addFirebase)
Bucket
get(string $name, array $optParams = [])
Gets a single linked storage bucket. (buckets.get)
ListBucketsResponse
listProjectsBuckets(string $parent, array $optParams = [])
Lists the linked storage buckets for a project. (buckets.listProjectsBuckets)
FirebasestorageEmpty
removeFirebase(string $bucket, RemoveFirebaseRequest $postBody, array $optParams = [])
Unlinks a linked Google Cloud Storage bucket from a Firebase project.
(buckets.removeFirebase)