[[["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 within the Google Cloud Bigtable C++ client library, providing a way to configure updates to a Bigtable instance."],["The latest version of the C++ library documented is 2.37.0-rc, with documentation available for versions spanning from 2.11.0 to 2.37.0-rc, including version 2.14.0 which it's initially on."],["The `InstanceUpdateConfig` class allows setting various attributes of a Bigtable instance, including type, state, name, and display name, using setter methods like `set_type`, `set_state`, `set_name`, and `set_display_name`."],["Labels can be inserted or added to the configuration using the functions `insert_label` and `emplace_label` respectively."],["The `InstanceUpdateConfig` object can be converted to a `google::bigtable::admin::v2::PartialUpdateInstanceRequest` protocol buffer message using the `as_proto()` method."]]],[]]