Bigtable stores data in massively scalable tables, each of which is a sorted key/value map. A Cloud Bigtable table is identified by the instance it is contained in and its table_id.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `TableResource` class in Google Cloud Bigtable, which represents a table within a Bigtable instance."],["The `TableResource` class identifies a Cloud Bigtable table using the instance it resides in and its specific `table_id`."],["The provided links showcase a range of available versions of `TableResource`, with version 2.37.0-rc being the latest release candidate."],["The `TableResource` can be constructed using either an `InstanceResource` object and a `table_id`, or directly with `project_id`, `instance_id`, and `table_id` strings."],["The class offers functions to get the `instance()`, the `table_id()`, and the `FullName()` of the table, as well as providing a warning that the class does not validate table, instance or project ids until it is used in a RPC call to Bigtable."]]],[]]