[[["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 documentation page covers the `InstanceUpdateConfig` class within the Google Cloud Bigtable C++ library, providing details on how to configure instance updates."],["The `InstanceUpdateConfig` class offers methods to modify the instance's type, state, name, display name, and labels via functions like `set_type`, `set_state`, `set_name`, `set_display_name`, `insert_label`, and `emplace_label`."],["The class also provides two versions of the `as_proto()` function to produce `google::bigtable::admin::v2::PartialUpdateInstanceRequest` for sending to the API, one being a constant reference and one being a right reference, as well as a `GetName()` function to get the name of the instance being updated."],["The document lists the available versions of the library related to this class, with version 2.37.0-rc being the latest release candidate and 2.31.0 being the current version in the breadcrumb path."],["There are two type aliases, `InstanceType` and `StateType`, that allow the user to use convenient shorthands when making calls to set the `type` and `state` of the `InstanceUpdateConfig` class."]]],[]]