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