BucketAccessControls
class BucketAccessControls extends Resource (View source)
The "bucketAccessControls" collection of methods.
Typical usage is:
$storageService = new Google\Service\Storage(...);
$bucketAccessControls = $storageService->bucketAccessControls;
Methods
Permanently deletes the ACL entry for the specified entity on the specified bucket. (bucketAccessControls.delete)
Returns the ACL entry for the specified entity on the specified bucket.
Creates a new ACL entry on the specified bucket.
Retrieves ACL entries on the specified bucket.
Patches an ACL entry on the specified bucket. (bucketAccessControls.patch)
Updates an ACL entry on the specified bucket. (bucketAccessControls.update)
Details
delete(string $bucket, string $entity, array $optParams = [])
Permanently deletes the ACL entry for the specified entity on the specified bucket. (bucketAccessControls.delete)
BucketAccessControl
get(string $bucket, string $entity, array $optParams = [])
Returns the ACL entry for the specified entity on the specified bucket.
(bucketAccessControls.get)
BucketAccessControl
insert(string $bucket, BucketAccessControl $postBody, array $optParams = [])
Creates a new ACL entry on the specified bucket.
(bucketAccessControls.insert)
BucketAccessControls
listBucketAccessControls(string $bucket, array $optParams = [])
Retrieves ACL entries on the specified bucket.
(bucketAccessControls.listBucketAccessControls)
BucketAccessControl
patch(string $bucket, string $entity, BucketAccessControl $postBody, array $optParams = [])
Patches an ACL entry on the specified bucket. (bucketAccessControls.patch)
BucketAccessControl
update(string $bucket, string $entity, BucketAccessControl $postBody, array $optParams = [])
Updates an ACL entry on the specified bucket. (bucketAccessControls.update)