Lines Matching refs:Google_TimelineItem
276 * @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);
353 * @param Google_TimelineItem $postBody
355 * @return Google_TimelineItem
357 public function update($id, Google_TimelineItem $postBody, $optParams = array()) {
362 return new Google_TimelineItem($data);
953 class Google_TimelineItem extends Google_Model { class