Lines Matching refs:Google_UserPhoto
854 * @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);
2145 class Google_UserPhoto extends Google_Model { class