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