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 page details the `InstanceResource` class for Cloud Bigtable, which is used to identify a specific instance within a project."],["The latest release candidate version available is 2.37.0-rc, with a history of versions ranging down to 2.11.0 that are also available."],["The `InstanceResource` class requires both a project and instance ID to uniquely identify a Cloud Bigtable instance."],["Key methods within the `InstanceResource` class include retrieving the `Project`, project ID, instance ID, and the full qualified instance name."],["The application is responsible for providing valid project and instance IDs, as the `InstanceResource` class does not perform any validation until the data is used in a remote procedure call (RPC)."]]],[]]