The "bucketAccessControls" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($bucket, $entity, $optParams=array()) |
| Permanently deletes the ACL entry for the specified entity on the specified bucket.
|
|
| get ($bucket, $entity, $optParams=array()) |
| Returns the ACL entry for the specified entity on the specified bucket.
|
|
| insert ($bucket, Google_Service_Storage_BucketAccessControl $postBody, $optParams=array()) |
| Creates a new ACL entry on the specified bucket.
|
|
| listBucketAccessControls ($bucket, $optParams=array()) |
| Retrieves ACL entries on the specified bucket.
|
|
| patch ($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams=array()) |
| Updates an ACL entry on the specified bucket.
|
|
| update ($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams=array()) |
| Updates an ACL entry on the specified bucket.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "bucketAccessControls" collection of methods.
Typical usage is: $storageService = new Google_Service_Storage(...); $bucketAccessControls = $storageService->bucketAccessControls;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Storage_BucketAccessControls_Resource::delete |
( |
| $bucket, |
|
|
| $entity, |
|
|
| $optParams = array() ) |
Permanently deletes the ACL entry for the specified entity on the specified bucket.
(bucketAccessControls.delete)
- Parameters
-
string | $bucket | Name of a bucket. |
string | $entity | The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Storage_BucketAccessControls_Resource::get |
( |
| $bucket, |
|
|
| $entity, |
|
|
| $optParams = array() ) |
Returns the ACL entry for the specified entity on the specified bucket.
(bucketAccessControls.get)
- Parameters
-
string | $bucket | Name of a bucket. |
string | $entity | The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a new ACL entry on the specified bucket.
(bucketAccessControls.insert)
- Parameters
-
string | $bucket | Name of a bucket. |
Google_BucketAccessControl | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listBucketAccessControls()
Google_Service_Storage_BucketAccessControls_Resource::listBucketAccessControls |
( |
| $bucket, |
|
|
| $optParams = array() ) |
Retrieves ACL entries on the specified bucket.
(bucketAccessControls.listBucketAccessControls)
- Parameters
-
string | $bucket | Name of a bucket. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates an ACL entry on the specified bucket.
This method supports patch semantics. (bucketAccessControls.patch)
- Parameters
-
string | $bucket | Name of a bucket. |
string | $entity | The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers. |
Google_BucketAccessControl | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an ACL entry on the specified bucket.
(bucketAccessControls.update)
- Parameters
-
string | $bucket | Name of a bucket. |
string | $entity | The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers. |
Google_BucketAccessControl | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Storage.php