Supprimer une connexion
bookmark_borderbookmark
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Supprimez les identifiants de connexion à une source externe de BigQuery.
En savoir plus
Pour obtenir une documentation détaillée incluant cet exemple de code, consultez la page suivante :
Exemple de code
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to remove credentials to an external source from BigQuery using the Java client library."],["The process involves deleting a specified connection using the `deleteConnection` method, which requires the project ID, location, and connection name."],["The `ConnectionServiceClient` is used to interact with BigQuery Connection service and execute the delete operation."],["You can set up Application Default Credentials to authenticate to BigQuery."],["Further details can be obtained from the official BigQuery documentation on managing connections, the Java API reference, and a general introduction to using the client libraries."]]],[]]