Skip to main content

◆ dropCredential() [1/4]

DropCredentialResponse gpudb::GPUdb::dropCredential (const DropCredentialRequest &request_) const

Drop an existing credential.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ dropCredential() [2/4]

DropCredentialResponse & gpudb::GPUdb::dropCredential (const DropCredentialRequest &request_,
DropCredentialResponse &response_ ) const

Drop an existing credential.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ dropCredential() [3/4]

DropCredentialResponse gpudb::GPUdb::dropCredential (const std::string &credentialName,
const std::map< std::string, std::string > &options ) const

Drop an existing credential.

Parameters
[in]credentialNameName of the credential to be dropped. Must be an existing credential.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ dropCredential() [4/4]

DropCredentialResponse & gpudb::GPUdb::dropCredential (const std::string &credentialName,
const std::map< std::string, std::string > &options,
DropCredentialResponse &response_ ) const

Drop an existing credential.

Parameters
[in]credentialNameName of the credential to be dropped. Must be an existing credential.
[in]optionsOptional 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).