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