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 details the `InstanceResource` class for Cloud Bigtable in C++, focusing on managing instances which are fundamental to Cloud Bigtable's structure."],["The latest version of the `InstanceResource` documentation is for version 2.37.0-rc, and documentation is available for version 2.11.0 up to 2.37.0-rc."],["The `InstanceResource` class facilitates the creation and management of Bigtable instances, requiring a `project_id` and `instance_id` for identification."],["The class provides functions to retrieve the project, project ID, instance ID, and the fully qualified instance name."],["The `InstanceResource` class is not responsible for validating provided project and instance IDs, this is left to the user, and an invalid value will only be caught during the RPC to Bigtable."]]],[]]