[[["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-26 UTC."],[[["This document outlines the `UpdateInstanceRequestBuilder` class in the Google Cloud Spanner C++ library, detailing its use for constructing `UpdateInstanceRequest` objects to modify Spanner instances."],["The `UpdateInstanceRequestBuilder` class offers several constructors, including options to initiate it with an instance name, an `Instance` object, or an `google::spanner::admin::instance::v1::Instance` object, facilitating various initialization methods."],["You can modify instance attributes using this class with functions like `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `AddLabels`, and `SetLabels`."],["The `Build()` function is used to create the `UpdateInstanceRequest` object after you have set the various parameters you wish to update on the Spanner instance, allowing for flexible and controlled updates."],["The provided content outlines numerous previous versions of the `UpdateInstanceRequestBuilder` class, all the way back to version 2.11.0, showing a history of its different iterations."]]],[]]