Lines Matching refs:Google_Comment
305 * @return Google_Comment
312 return new Google_Comment($data);
321 * @param Google_Comment $postBody
323 * @return Google_Comment
325 public function insert($fileId, Google_Comment $postBody, $optParams = array()) {
330 return new Google_Comment($data);
362 * @param Google_Comment $postBody
364 * @return Google_Comment
366 public function patch($fileId, $commentId, Google_Comment $postBody, $optParams = array()) {
371 return new Google_Comment($data);
381 * @param Google_Comment $postBody
383 * @return Google_Comment
385 public function update($fileId, $commentId, Google_Comment $postBody, $optParams = array()) {
390 return new Google_Comment($data);
2001 class Google_Comment extends Google_Model { class