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-05 UTC."],[[["This webpage provides documentation for the `InstanceResource` class in the Google Cloud Bigtable C++ library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `InstanceResource` class represents a Cloud Bigtable instance, which is a container for clusters that manage data and perform maintenance tasks, requiring a valid project and instance ID."],["The class provides constructors to create `InstanceResource` objects and functions to retrieve the associated project, project ID, instance ID, and the fully qualified instance name."],["The user should provide valid project and instance ids, as validation is not performed until the instance name is used in a remote procedure call to Bigtable."],["For a broader understanding of Cloud Bigtable's structure involving instances, clusters, and nodes, refer to the provided link to the Google Cloud documentation."]]],[]]