The "asps" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($userKey, $codeId, $optParams=array()) |
| Delete an ASP issued by a user.
|
|
| get ($userKey, $codeId, $optParams=array()) |
| Get information about an ASP issued by a user.
|
|
| listAsps ($userKey, $optParams=array()) |
| List the ASPs issued by a user.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "asps" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $asps = $adminService->asps;
◆ 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_Asps_Resource::delete |
( |
| $userKey, |
|
|
| $codeId, |
|
|
| $optParams = array() ) |
Delete an ASP issued by a user.
(asps.delete)
- Parameters
-
string | $userKey | Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. |
int | $codeId | The unique ID of the ASP to be deleted. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Directory_Asps_Resource::get |
( |
| $userKey, |
|
|
| $codeId, |
|
|
| $optParams = array() ) |
Get information about an ASP issued by a user.
(asps.get)
- Parameters
-
string | $userKey | Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. |
int | $codeId | The unique ID of the ASP. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAsps()
Google_Service_Directory_Asps_Resource::listAsps |
( |
| $userKey, |
|
|
| $optParams = array() ) |
List the ASPs issued by a user.
(asps.listAsps)
- Parameters
-
string | $userKey | Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php