Lines Matching refs:commentId

288      * @param string $commentId The ID of the comment.
291 public function delete($fileId, $commentId, $optParams = array()) { argument
292 $params = array('fileId' => $fileId, 'commentId' => $commentId);
301 * @param string $commentId The ID of the comment.
307 public function get($fileId, $commentId, $optParams = array()) { argument
308 $params = array('fileId' => $fileId, 'commentId' => $commentId);
361 * @param string $commentId The ID of the comment.
366 public function patch($fileId, $commentId, Google_Comment $postBody, $optParams = array()) { argument
367 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
380 * @param string $commentId The ID of the comment.
385 public function update($fileId, $commentId, Google_Comment $postBody, $optParams = array()) { argument
386 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1008 * @param string $commentId The ID of the comment.
1012 public function delete($fileId, $commentId, $replyId, $optParams = array()) { argument
1013 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
1022 * @param string $commentId The ID of the comment.
1029 public function get($fileId, $commentId, $replyId, $optParams = array()) { argument
1030 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
1043 * @param string $commentId The ID of the comment.
1048 … public function insert($fileId, $commentId, Google_CommentReply $postBody, $optParams = array()) { argument
1049 $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1062 * @param string $commentId The ID of the comment.
1070 public function listReplies($fileId, $commentId, $optParams = array()) { argument
1071 $params = array('fileId' => $fileId, 'commentId' => $commentId);
1084 * @param string $commentId The ID of the comment.
1090 …public function patch($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = a… argument
1091 …$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' …
1104 * @param string $commentId The ID of the comment.
1110 …public function update($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = … argument
1111 …$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' …
2006 public $commentId; variable in Google_Comment
2035 public function setCommentId( $commentId) { argument
2036 $this->commentId = $commentId;
2039 return $this->commentId;