Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php638 * @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);
[all …]
H A DGoogle_AnalyticsService.php2382 class Google_Profile extends Google_Model { class