Lines Matching refs:Google_User
648 * @return Google_User
655 return new Google_User($data);
663 * @param Google_User $postBody
665 * @return Google_User
667 public function insert(Google_User $postBody, $optParams = array()) {
672 return new Google_User($data);
719 * @param Google_User $postBody
721 * @return Google_User
723 public function patch($userKey, Google_User $postBody, $optParams = array()) {
728 return new Google_User($data);
750 * @param Google_User $postBody
752 * @return Google_User
754 public function update($userKey, Google_User $postBody, $optParams = array()) {
759 return new Google_User($data);
1575 class Google_User extends Google_Model { class