◆ showCredential() [1/4]
| ShowCredentialResponse gpudb::GPUdb::showCredential | ( | const ShowCredentialRequest & | request_ | ) | const |
Shows information about a specified credential or all credentials.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ showCredential() [2/4]
| ShowCredentialResponse & gpudb::GPUdb::showCredential | ( | const ShowCredentialRequest & | request_, |
| ShowCredentialResponse & | response_ ) const |
Shows information about a specified credential or all credentials.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showCredential() [3/4]
| ShowCredentialResponse gpudb::GPUdb::showCredential | ( | const std::string & | credentialName, |
| const std::map< std::string, std::string > & | options ) const |
Shows information about a specified credential or all credentials.
Parameters
| [in] | credentialName | Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ showCredential() [4/4]
| ShowCredentialResponse & gpudb::GPUdb::showCredential | ( | const std::string & | credentialName, |
| const std::map< std::string, std::string > & | options, | ||
| ShowCredentialResponse & | response_ ) const |
Shows information about a specified credential or all credentials.
Parameters
| [in] | credentialName | Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned. |
| [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).