Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_MirrorService.php276 * @return Google_TimelineItem
283 return new Google_TimelineItem($data);
291 * @param Google_TimelineItem $postBody
293 * @return Google_TimelineItem
295 public function insert(Google_TimelineItem $postBody, $optParams = array()) {
300 return new Google_TimelineItem($data);
335 * @param Google_TimelineItem $postBody
337 * @return Google_TimelineItem
339 public function patch($id, Google_TimelineItem $postBody, $optParams = array()) {
344 return new Google_TimelineItem($data);
[all …]