◆ deleteUser() [1/4]
| DeleteUserResponse gpudb::GPUdb::deleteUser | ( | const DeleteUserRequest & | request_ | ) | const |
◆ deleteUser() [2/4]
| DeleteUserResponse & gpudb::GPUdb::deleteUser | ( | const DeleteUserRequest & | request_, |
| DeleteUserResponse & | response_ ) const |
Deletes an existing user.
Attention
This method should be used for on-premise deployments only.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ deleteUser() [3/4]
| DeleteUserResponse gpudb::GPUdb::deleteUser | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | options ) const |
Deletes an existing user.
Attention
This method should be used for on-premise deployments only.
Parameters
| [in] | name | Name of the user to be deleted. Must be an existing user. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ deleteUser() [4/4]
| DeleteUserResponse & gpudb::GPUdb::deleteUser | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | options, | ||
| DeleteUserResponse & | response_ ) const |
Deletes an existing user.
Attention
This method should be used for on-premise deployments only.
Parameters
| [in] | name | Name of the user to be deleted. Must be an existing user. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).