[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides documentation for the `InstanceConfig` class within the Google Cloud Bigtable C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `InstanceConfig` class is used to define the initial setup for a new Bigtable instance, including parameters like `instance_id`, `display_name`, and `clusters`."],["The webpage details methods to set the instance type via `set_type(InstanceType)` and to manage labels using `insert_label()` and `emplace_label()`."],["The `as_proto()` method is available in two variants, one with a constant reference `&` and the other with a rvalue reference `&&`, both return a google::bigtable::admin::v2::CreateInstanceRequest object type."],["It also defines a type alias, `InstanceType`, which is a shorthand for `::google::bigtable::admin::v2::Instance::Type`, offering easy access to instance type options."]]],[]]