The "defaultObjectAccessControls" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($bucket, $entity, $optParams=array()) |
| | Permanently deletes the default object ACL entry for the specified entity on the specified bucket.
|
| |
| | get ($bucket, $entity, $optParams=array()) |
| | Returns the default object ACL entry for the specified entity on the specified bucket.
|
| |
| | insert ($bucket, Google_Service_Storage_ObjectAccessControl $postBody, $optParams=array()) |
| | Creates a new default object ACL entry on the specified bucket.
|
| |
| | listDefaultObjectAccessControls ($bucket, $optParams=array()) |
| | Retrieves default object ACL entries on the specified bucket.
|
| |
| | patch ($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams=array()) |
| | Updates a default object ACL entry on the specified bucket.
|
| |
| | update ($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams=array()) |
| | Updates a default object ACL entry on the specified bucket.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "defaultObjectAccessControls" collection of methods.
Typical usage is: $storageService = new Google_Service_Storage(...); $defaultObjectAccessControls = $storageService->defaultObjectAccessControls;
◆ 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_DefaultObjectAccessControls_Resource::delete |
( |
| $bucket, |
|
|
| $entity, |
|
|
| $optParams = array() ) |
Permanently deletes the default object ACL entry for the specified entity on the specified bucket.
(defaultObjectAccessControls.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_DefaultObjectAccessControls_Resource::get |
( |
| $bucket, |
|
|
| $entity, |
|
|
| $optParams = array() ) |
Returns the default object ACL entry for the specified entity on the specified bucket.
(defaultObjectAccessControls.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 default object ACL entry on the specified bucket.
(defaultObjectAccessControls.insert)
- Parameters
-
| string | $bucket | Name of a bucket. |
| Google_ObjectAccessControl | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listDefaultObjectAccessControls()
| Google_Service_Storage_DefaultObjectAccessControls_Resource::listDefaultObjectAccessControls |
( |
| $bucket, |
|
|
| $optParams = array() ) |
Retrieves default object ACL entries on the specified bucket.
(defaultObjectAccessControls.listDefaultObjectAccessControls)
- Parameters
-
| string | $bucket | Name of a bucket. |
| array | $optParams | Optional parameters. |
@opt_param string ifMetagenerationMatch If present, only return default ACL listing if the bucket's current metageneration matches this value. @opt_param string ifMetagenerationNotMatch If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
- Return values
-
◆ patch()
Updates a default object ACL entry on the specified bucket.
This method supports patch semantics. (defaultObjectAccessControls.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_ObjectAccessControl | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates a default object ACL entry on the specified bucket.
(defaultObjectAccessControls.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_ObjectAccessControl | $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