To use Cloud Bigtable, you create instances, which contain clusters that your applications can connect to. Each cluster contains nodes, the compute units that manage your data and perform maintenance tasks. A Cloud Bigtable instance is identified by its project_id and instance_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 provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ library, covering versions from 2.20.0 to 2.37.0-rc."],["The `InstanceResource` class represents a Cloud Bigtable instance and is used to identify it by its `project_id` and `instance_id`."],["Users must ensure the provided project and instance IDs are valid, as the class does not perform validation until used in an RPC."],["The class provides functions to retrieve the associated project, project ID, instance ID, and the full instance name, which follows the format \"projects/\"."],["The latest release candidate is 2.37.0-rc, with the oldest listed version being 2.20.0, showcasing the range of available versions."]]],[]]