Lines Matching refs:driveId
55 * @param string $driveId The ID of the shared drive.
65 public function delete($driveId, $optParams = []) argument
67 $params = ['driveId' => $driveId];
74 * @param string $driveId The ID of the shared drive.
82 public function get($driveId, $optParams = []) argument
84 $params = ['driveId' => $driveId];
91 * @param string $driveId The ID of the shared drive.
95 public function hide($driveId, $optParams = []) argument
97 $params = ['driveId' => $driveId];
123 * @param string $driveId The ID of the shared drive.
127 public function unhide($driveId, $optParams = []) argument
129 $params = ['driveId' => $driveId];
136 * @param string $driveId The ID of the shared drive.
145 public function update($driveId, Drive $postBody, $optParams = []) argument
147 $params = ['driveId' => $driveId, 'postBody' => $postBody];