Home
last modified time | relevance | path

Searched refs:Google_UserPhoto (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php854 * @return Google_UserPhoto
861 return new Google_UserPhoto($data);
870 * @param Google_UserPhoto $postBody
872 * @return Google_UserPhoto
874 public function patch($userKey, Google_UserPhoto $postBody, $optParams = array()) {
879 return new Google_UserPhoto($data);
888 * @param Google_UserPhoto $postBody
890 * @return Google_UserPhoto
892 public function update($userKey, Google_UserPhoto $postBody, $optParams = array()) {
897 return new Google_UserPhoto($data);
[all …]