[[["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 webpage details the `UpdateInstanceRequestBuilder` class in the Google Cloud Spanner C++ library, version 2.29.0, which is a builder for constructing `UpdateInstanceRequest` objects."],["The `UpdateInstanceRequestBuilder` class facilitates the creation of requests to update instances, such as modifying the display name, node count, processing units, and labels, which can be done using setter functions."],["The `UpdateInstanceRequestBuilder` supports various constructors, including accepting an `Instance` object, `std::string`, or a `google::spanner::admin::instance::v1::Instance` to initialize, and also provides copy and move constructors and operators."],["The class has `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `AddLabels`, and `SetLabels` functions to modify instance fields, as well as a `Build` function that finalizes and returns the `UpdateInstanceRequest`."],["The webpage offers links to different versions of the documentation for `UpdateInstanceRequestBuilder`, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`, alongside examples of usage."]]],[]]