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, covering versions from 2.11.0 to 2.37.0-rc, with the latest release candidate being 2.37.0-rc."],["The `InstanceResource` class is used to identify a Cloud Bigtable instance using a project ID and instance ID, with the application responsible for validating these components."],["The documentation includes details on how to construct an `InstanceResource` object and provides methods to retrieve the project, project ID, instance ID, and the fully qualified instance name."],["Cloud Bigtable instances are containers for clusters and nodes, which manage the data and maintenance tasks, as detailed in the linked documentation."],["The `InstanceResource` class allows for the creation of an object that is identifiable by `project` and `instance_id` and is not checked until it is used in an RPC to Bigtable."]]],[]]