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-21 UTC."],[[["This webpage provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ client library, with versioning information ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `InstanceResource` class represents a Cloud Bigtable instance, defined by its `project_id` and `instance_id`, which contains clusters for application connections and nodes for data management."],["The documentation emphasizes that validating the instance name components is the responsibility of the application, as invalid values won't be detected until an RPC to Bigtable is made."],["The `InstanceResource` class has methods to construct objects, retrieve the associated `Project` and ID's, and get the full name of the instance in the correct format."],["The page provides a link to the official documentation regarding instances, clusters and nodes in Cloud Bigtable, to get an overview of the topic."]]],[]]