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 page details the `InstanceResource` class within the Google Cloud Bigtable C++ library, with documentation available for versions ranging from 2.11.0 to 2.37.0-rc, where 2.37.0-rc is the latest version."],["The `InstanceResource` class is used to identify a Cloud Bigtable instance, which consists of clusters and nodes, and is uniquely defined by a `project_id` and `instance_id`."],["The application is responsible for providing valid `project` and `instance_id` values when using the `InstanceResource` class."],["The `InstanceResource` class provides methods such as `project()`, `project_id()`, `instance_id()`, and `FullName()` to retrieve details about the identified Bigtable instance."],["This class identifies a Cloud Bigtable Instance, and its constructor, InstanceResource, takes in Project and a string."]]],[]]