接続を削除する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
BigQuery から外部ソースの認証情報を削除します。
もっと見る
このコードサンプルを含む詳細なドキュメントについては、以下をご覧ください。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","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."]]],[]]