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