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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ client library, with versions ranging from 2.11.0 to 2.37.0-rc, where version 2.37.0-rc is the latest, and version 2.22.0 being the current."],["The `InstanceResource` class is used to identify a Cloud Bigtable Instance, requiring a `project_id` and `instance_id` for identification."],["The class includes methods such as `project()`, `project_id()`, `instance_id()`, and `FullName()` to retrieve information about the instance."],["Creating a new `InstanceResource` object requires `Project` and `instance_id` parameters."],["Users are responsible for ensuring the validity of the project and instance IDs provided, as the class does not perform any validation."]]],[]]