[[["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-21 UTC."],[[["This webpage details the `UpdateInstanceRequestBuilder` class, which is part of the Google Cloud Spanner C++ client library, specifically for managing instance updates."],["The `UpdateInstanceRequestBuilder` class facilitates the construction of `google::spanner::admin::instance::v1::UpdateInstanceRequest` objects, essential for modifying existing Cloud Spanner instances."],["Multiple constructors and assignment operators are available, offering flexibility in creating `UpdateInstanceRequestBuilder` objects with various inputs, including direct instances or instance names."],["The class provides a range of `Set` functions, such as `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and `SetLabels`, to modify different instance properties, each with both lvalue and rvalue reference overloads."],["The `Build` function is crucial for finalizing the configuration and generating the resulting `google::spanner::admin::instance::v1::UpdateInstanceRequest`, ready for execution."]]],[]]