[[["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 `UpdateInstanceRequestBuilder` class in the Google Cloud Spanner C++ library, specifically within version 2.22.1, which is used to construct requests for updating Spanner instances."],["The `UpdateInstanceRequestBuilder` class offers multiple constructors, allowing instantiation from various inputs such as an `Instance` object, an existing `UpdateInstanceRequestBuilder`, or directly from an instance name or google::spanner::admin::instance::v1::Instance."],["The class provides functions to modify instance properties, such as the display name, node count, processing units, and labels, allowing for the configuration of an instance update request."],["The `Build()` method finalizes the update configuration, generating the `google::spanner::admin::instance::v1::UpdateInstanceRequest` object, which can then be used with `google::cloud::spanner::InstanceAdminClient::UpdateInstance()`."],["The provided content has a list of versions going back to 2.11.0, with the latest being 2.37.0-rc, all of which have their own `UpdateInstanceRequestBuilder` class."]]],[]]