Lines Matching refs:userId
43 * @param string $userId Required. The ID of the user to which the assigned user
49 …public function bulkEditAssignedUserRoles($userId, BulkEditAssignedUserRolesRequest $postBody, $op… argument
51 $params = ['userId' => $userId, 'postBody' => $postBody];
72 * @param string $userId Required. The ID of the user to delete.
76 public function delete($userId, $optParams = []) argument
78 $params = ['userId' => $userId];
85 * @param string $userId Required. The ID of the user to fetch.
89 public function get($userId, $optParams = []) argument
91 $params = ['userId' => $userId];
146 * @param string $userId Output only. The unique ID of the user. Assigned by the
155 public function patch($userId, User $postBody, $optParams = []) argument
157 $params = ['userId' => $userId, 'postBody' => $postBody];