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 within the Google Cloud Bigtable C++ library, offering versioned documentation from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `InstanceResource` class is used to identify a Cloud Bigtable instance, which consists of clusters and nodes that manage data and perform maintenance tasks, using the project ID and instance ID."],["The class includes constructors, allowing for the creation of `InstanceResource` objects using a project and an instance ID."],["The class also provides functions to retrieve the `Project`, `project_id`, `instance_id`, and the full instance name, which follows a format like \"projects/\u003cproject_id\u003e/instances/\u003cinstance_id\u003e\"."],["It's the responsibility of the application to ensure the project and instance IDs are valid, as the class does not perform validation checks until the instance name is used in a Bigtable RPC."]]],[]]