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 is `2.37.0-rc`, but the page defaults to version `2.26.0`, and provides links to other available versions ranging from `2.11.0` to the latest."],["The `InstanceResource` class represents a Bigtable Instance, identified by `project_id` and `instance_id`, and is made up of clusters and nodes."],["The page documents the `InstanceResource` class's constructor, which requires a `Project` object and `instance_id` as input to define the instance, and provides methods to retrieve `project_id`, `instance_id`, and the full instance name."],["Users are responsible for ensuring the validity of `project` and `instance_id` inputs, as the `InstanceResource` class does not perform validation, with checks only occurring during RPC calls to Bigtable."]]],[]]