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