Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_MirrorService.php44 * @return Google_Contact
51 return new Google_Contact($data);
59 * @param Google_Contact $postBody
61 * @return Google_Contact
63 public function insert(Google_Contact $postBody, $optParams = array()) {
68 return new Google_Contact($data);
94 * @param Google_Contact $postBody
96 * @return Google_Contact
98 public function patch($id, Google_Contact $postBody, $optParams = array()) {
103 return new Google_Contact($data);
[all …]