[[["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 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."]]],[]]