Lines Matching refs:Google_Profile
638 * @param Google_Profile $postBody
640 * @return Google_Profile
642 public function patch(Google_Profile $postBody, $optParams = array()) {
647 return new Google_Profile($data);
655 * @param Google_Profile $postBody
657 * @return Google_Profile
659 public function update(Google_Profile $postBody, $optParams = array()) {
664 return new Google_Profile($data);
673 * @return Google_Profile
680 return new Google_Profile($data);
973 class Google_Profile extends Google_Model { class