[[["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 page details the `UpdateInstanceRequestBuilder` class within the Google Cloud Spanner C++ library, focusing on version 2.21.0 and including links to older versions."],["`UpdateInstanceRequestBuilder` is used to configure and create `UpdateInstanceRequest` objects for updating instance details within Spanner, which are used in conjunction with the `InstanceAdminClient::UpdateInstance()` method."],["The class offers multiple constructors for initialization, including from a `std::string`, an `Instance` object, or a `google::spanner::admin::instance::v1::Instance` object, and includes move and copy constructors."],["It provides functions for setting various properties of the instance such as `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and managing labels with `AddLabels` and `SetLabels`."],["The `Build()` function finalizes and returns either a non-rvalue or rvalue reference to the `UpdateInstanceRequest` object, depending on if it is invoked from a non-rvalue or rvalue reference respectively."]]],[]]