The "photos" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($userKey, $optParams=array()) |
| Remove photos for the user (photos.delete)
|
|
| get ($userKey, $optParams=array()) |
| Retrieve photo of a user (photos.get)
|
|
| patch ($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams=array()) |
| Add a photo for the user.
|
|
| update ($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams=array()) |
| Add a photo for the user (photos.update)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "photos" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $photos = $adminService->photos;
◆ 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_UsersPhotos_Resource::delete |
( |
| $userKey, |
|
|
| $optParams = array() ) |
Remove photos for the user (photos.delete)
- Parameters
-
string | $userKey | Email or immutable Id of the user |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Directory_UsersPhotos_Resource::get |
( |
| $userKey, |
|
|
| $optParams = array() ) |
Retrieve photo of a user (photos.get)
- Parameters
-
string | $userKey | Email or immutable Id of the user |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Add a photo for the user.
This method supports patch semantics. (photos.patch)
- Parameters
-
string | $userKey | Email or immutable Id of the user |
Google_UserPhoto | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Add a photo for the user (photos.update)
- Parameters
-
string | $userKey | Email or immutable Id of the user |
Google_UserPhoto | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php