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 the latest version being `2.37.0-rc` and a list of past versions available, all the way to version `2.11.0`."],["The `InstanceResource` class is used to identify a Cloud Bigtable instance using a project ID and an instance ID, however the class does not validate whether those ids are correct, and it is up to the user to provide them."],["The class also includes methods to retrieve information about the instance, such as the project, the project ID, the instance ID, and the full name of the instance."],["There are methods within this class for constructing an InstanceResource object using a project id and an instance id, which can be used to then retrieve the project and instance ids that were used."]]],[]]