Lines Matching refs:Comment
20 use Google\Service\Drive\Comment; alias
37 * @param Comment $postBody
39 * @return Comment
41 public function create($fileId, Comment $postBody, $optParams = [])
45 return $this->call('create', [$params], Comment::class);
69 * @return Comment
75 return $this->call('get', [$params], Comment::class);
104 * @param Comment $postBody
106 * @return Comment
108 public function update($fileId, $commentId, Comment $postBody, $optParams = [])
112 return $this->call('update', [$params], Comment::class);