Lines Matching refs:Google_Contact
44 * @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);
112 * @param Google_Contact $postBody
114 * @return Google_Contact
116 public function update($id, Google_Contact $postBody, $optParams = array()) {
121 return new Google_Contact($data);
550 class Google_Contact extends Google_Model { class
1018 public function setCreator(Google_Contact $creator) {