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-04-17 UTC."],[[["This webpage provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ library, with the latest version being 2.37.0-rc and a listing of previous versions ranging back to 2.11.0."],["The `InstanceResource` class represents a Cloud Bigtable instance and requires a valid project ID and instance ID, but does not perform validation."],["A Cloud Bigtable instance is identified by its project_id and instance_id, and contains clusters and nodes, as explained in the related link."],["The `InstanceResource` class, using its constructor `InstanceResource(Project, std::string)`, allows users to create objects identified by the `project` and `instance_id`, it also offers methods to retrieve `project`, `project_id`, `instance_id`, and the full instance name through functions such as `project()`, `instance_id()` and `FullName()`."]]],[]]