Lines Matching refs:fileId
36 * @param string $fileId The ID of the file or shared drive.
70 public function create($fileId, Permission $postBody, $optParams = []) argument
72 $params = ['fileId' => $fileId, 'postBody' => $postBody];
79 * @param string $fileId The ID of the file or shared drive.
91 public function delete($fileId, $permissionId, $optParams = []) argument
93 $params = ['fileId' => $fileId, 'permissionId' => $permissionId];
100 * @param string $fileId The ID of the file.
113 public function get($fileId, $permissionId, $optParams = []) argument
115 $params = ['fileId' => $fileId, 'permissionId' => $permissionId];
122 * @param string $fileId The ID of the file or shared drive.
143 public function listPermissions($fileId, $optParams = []) argument
145 $params = ['fileId' => $fileId];
152 * @param string $fileId The ID of the file or shared drive.
175 public function update($fileId, $permissionId, Permission $postBody, $optParams = []) argument
177 $params = ['fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody];