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 provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ client library, with version 2.12.0 as the current focus."],["The `InstanceResource` class identifies a Cloud Bigtable instance, which is a container for clusters and their compute nodes, and it is uniquely defined by a `project_id` and `instance_id`."],["The class offers methods to retrieve the `Project` object, the `project_id`, the `instance_id`, and the full instance name."],["The application is responsible for ensuring the validity of the project and instance IDs, as the `InstanceResource` class does not perform any validation checks on those components."],["The documentation includes a list of previous versions of the Bigtable C++ library, with 2.37.0-rc being the latest."]]],[]]