[[["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 webpage details the `UpdateInstanceRequestBuilder` class within the Google Cloud Spanner C++ library, focusing on version 2.16.0 and its associated versions."],["`UpdateInstanceRequestBuilder` facilitates the construction of `google::spanner::admin::instance::v1::UpdateInstanceRequest` objects, used to modify existing Spanner instances."],["The class offers various constructors, including default, copy, move, and string or `Instance` object-based constructors, as well as one that uses `google::spanner::admin::instance::v1::Instance`."],["Key functions include methods to set the instance name, display name, node count, processing units, and labels using `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `AddLabels`, and `SetLabels`."],["The `Build()` function is essential for finalizing the construction and generating the `UpdateInstanceRequest` object, with both lvalue reference and rvalue reference return options."]]],[]]