The "permissions" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "permissions" collection of methods.
Typical usage is: $mapsengineService = new Google_Service_MapsEngine(...); $permissions = $mapsengineService->permissions;
◆ batchDelete()
Remove permission entries from an already existing asset.
(permissions.batchDelete)
- Parameters
-
string | $id | The ID of the asset from which permissions will be removed. |
Google_PermissionsBatchDeleteRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ batchUpdate()
Add or update permission entries to an already existing asset.
An asset can hold up to 20 different permission entries. Each batchInsert request is atomic. (permissions.batchUpdate)
- Parameters
-
string | $id | The ID of the asset to which permissions will be added. |
Google_PermissionsBatchUpdateRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ 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
-
◆ listRasterCollectionsPermissions()
Google_Service_MapsEngine_RasterCollectionsPermissions_Resource::listRasterCollectionsPermissions |
( |
| $id, |
|
|
| $optParams = array() ) |
Return all of the permissions for the specified asset.
(permissions.listRasterCollectionsPermissions)
- Parameters
-
string | $id | The ID of the asset whose permissions will be listed. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/MapsEngine.php