[[["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-04-23 UTC."],[[["This document outlines the `InstanceUpdateConfig` class for Google Cloud Bigtable, which is used to set up the initial configuration for updating a Bigtable instance."],["The `InstanceUpdateConfig` class includes functions such as `set_type`, `set_state`, `set_name`, and `set_display_name`, allowing users to modify the instance's type, state, name, and display name respectively."],["There are also functionalities for adding labels to the instance using `insert_label` and `emplace_label`."],["The class also has functions such as `as_proto()` to convert the instance into a PartialUpdateInstanceRequest type, and `GetName()` to get the instances current name."],["The document provides type aliases `InstanceType` and `StateType` for easier use of `::google::bigtable::admin::v2::Instance::Type` and `::google::bigtable::admin::v2::Instance::State`, respectively, and it is showing the different versions of the class starting from 2.11.0 going up to the most recent 2.37.0-rc."]]],[]]