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, with the latest release candidate being 2.37.0-rc."],["The `InstanceResource` class represents a Cloud Bigtable instance, which is composed of clusters and nodes, and is identified by a project ID and instance ID."],["The `InstanceResource` class does not validate the provided project and instance IDs, making it the application's responsibility to ensure these values are correct."],["The page lists several versions of the library, from the latest release candidate down to version 2.11.0, all of which include documentation for the `InstanceResource` class."],["The functions available to utilize with the class are `project()`, `project_id()`, `instance_id()`, and `FullName()` with the function `InstanceResource(Project, std::string)` as a constructor."]]],[]]