[[["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 document outlines the `InstanceUpdateConfig` class, which is used to configure updates for a Bigtable instance."],["The `InstanceUpdateConfig` class provides constructors and functions to set the instance's type, state, name, display name, and labels."],["Functions within this class provide the ability to modify instance attributes, such as `set_type`, `set_state`, `set_name`, `set_display_name`, `insert_label`, and `emplace_label`."],["The class includes methods to convert the configuration to a protocol buffer format using `as_proto()`, which is used for sending requests to the Bigtable API, and `GetName()` which retrieves the instance's name."],["Type aliases `InstanceType` and `StateType` are defined to provide shorthands for instance types and states respectively, referencing the corresponding types from `google::bigtable::admin::v2::Instance`."]]],[]]