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 page provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ library, covering versions from 2.11.0 to 2.37.0-rc."],["The `InstanceResource` class represents a Cloud Bigtable instance and is identified by a `project_id` and an `instance_id`."],["The documentation details how to construct an `InstanceResource` object using a project and instance ID and includes a note about validating the project and instance IDs."],["Key functions of the `InstanceResource` class include `project()`, `project_id()`, `instance_id()`, and `FullName()`, which allow retrieval of project, instance, and fully qualified instance name information."],["The instance data can be used to connect applications to the specified cluster, which contains nodes that are managing the data and maintenance."]]],[]]