[[["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."],[[["The `InstanceUpdateConfig` class is used to configure updates for a Bigtable instance, allowing modifications to its type, state, name, and display name."],["You can use `set_type()` to specify the `InstanceType` and `set_state()` to specify the `StateType` of the Bigtable instance being modified."],["The `set_name()` and `set_display_name()` functions allow for the modification of the instance's name and display name, respectively, using `std::string`."],["Labels can be added to an instance using `insert_label()` or `emplace_label()`, with both functions taking a key and a value of type `std::string` and returning the instance."],["The current supported versions range from `2.37.0-rc` (latest) to `2.11.0`, with each version providing documentation on `InstanceUpdateConfig`."]]],[]]