The "aliases" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($groupKey, $alias, $optParams=array()) |
| | Remove a alias for the group (aliases.delete)
|
| |
| | insert ($groupKey, Google_Service_Directory_Alias $postBody, $optParams=array()) |
| | Add a alias for the group (aliases.insert)
|
| |
| | listGroupsAliases ($groupKey, $optParams=array()) |
| | List all aliases for a group (aliases.listGroupsAliases)
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "aliases" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $aliases = $adminService->aliases;
◆ 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_Directory_GroupsAliases_Resource::delete |
( |
| $groupKey, |
|
|
| $alias, |
|
|
| $optParams = array() ) |
Remove a alias for the group (aliases.delete)
- Parameters
-
| string | $groupKey | Email or immutable Id of the group |
| string | $alias | The alias to be removed |
| array | $optParams | Optional parameters. |
◆ insert()
Add a alias for the group (aliases.insert)
- Parameters
-
| string | $groupKey | Email or immutable Id of the group |
| Google_Alias | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listGroupsAliases()
| Google_Service_Directory_GroupsAliases_Resource::listGroupsAliases |
( |
| $groupKey, |
|
|
| $optParams = array() ) |
List all aliases for a group (aliases.listGroupsAliases)
- Parameters
-
| string | $groupKey | Email or immutable Id of the group |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php