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 document provides a reference for the `InstanceResource` class in the Google Cloud Bigtable C++ client library, with links to various version-specific documentation."],["The `InstanceResource` class is used to identify a Cloud Bigtable instance, which is a container for clusters that connect to applications and manage data."],["Users are responsible for providing valid project and instance IDs, as this class does not validate the components of the instance name until it's used in an RPC."],["The class offers constructors and functions to manage an `InstanceResource`, including methods for retrieving the project, project ID, instance ID, and full instance name."],["The document provides links to additional resources, including an overview of Cloud Bigtable instances, clusters, and nodes, and includes 27 versions of the `InstanceResource` class."]]],[]]