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 provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ library, covering versions from 2.11.0 to 2.37.0-rc."],["The `InstanceResource` class represents a Cloud Bigtable instance and is identified by a `project_id` and an `instance_id`."],["The documentation details how to construct an `InstanceResource` object using a project and instance ID and includes a note about validating the project and instance IDs."],["Key functions of the `InstanceResource` class include `project()`, `project_id()`, `instance_id()`, and `FullName()`, which allow retrieval of project, instance, and fully qualified instance name information."],["The instance data can be used to connect applications to the specified cluster, which contains nodes that are managing the data and maintenance."]]],[]]