Lire une ligne (HBase)
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Lire une ligne.
En savoir plus
Pour obtenir une documentation détaillée incluant cet exemple de code, consultez les pages suivantes :
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 read a specific row from a Bigtable table using its row key."],["The `readRow` function takes the project ID, instance ID, and table ID as parameters to establish a connection and retrieve a specific row."],["To run the code example, you need to replace the placeholder variables (project ID, instance ID, table ID) with your own Bigtable project, instance, and table information."],["To authenticate and use the Bigtable client library, you must install the library and set up Application Default Credentials (ADC) for authentication."],["There are documentation links provided for further reading on reading data, using the Bigtable client libraries, and setting up ADC, and there is a link to the Google Cloud sample browser for other code examples."]]],[]]