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