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++ library, with the latest version being 2.37.0-rc and the displayed version being 2.18.0."],["The `InstanceResource` class is used to identify a Cloud Bigtable instance using a project ID and instance ID, and it's the application's responsibility to ensure these values are valid."],["The webpage includes links to documentation for various versions of the Bigtable C++ library, ranging from 2.37.0-rc down to 2.11.0, allowing users to access the documentation relevant to the version they're working with."],["The page describes the `InstanceResource` class's constructor and its functions, including `project()`, `project_id()`, `instance_id()`, and `FullName()`, for interacting with instance information."],["There is a link to \u003chttps://cloud.google.com/bigtable/docs/instances-clusters-nodes\u003e to gain a greater understanding of Cloud Bigtable's structure."]]],[]]