Lines Matching refs:fileId
36 * @param string $fileId The ID of the file.
41 public function create($fileId, Comment $postBody, $optParams = []) argument
43 $params = ['fileId' => $fileId, 'postBody' => $postBody];
50 * @param string $fileId The ID of the file.
54 public function delete($fileId, $commentId, $optParams = []) argument
56 $params = ['fileId' => $fileId, 'commentId' => $commentId];
63 * @param string $fileId The ID of the file.
71 public function get($fileId, $commentId, $optParams = []) argument
73 $params = ['fileId' => $fileId, 'commentId' => $commentId];
80 * @param string $fileId The ID of the file.
93 public function listComments($fileId, $optParams = []) argument
95 $params = ['fileId' => $fileId];
102 * @param string $fileId The ID of the file.
108 public function update($fileId, $commentId, Comment $postBody, $optParams = []) argument
110 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody];