[[["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, version 2.27.0, which is designed to construct requests for updating Cloud Spanner instances."],["The `UpdateInstanceRequestBuilder` class offers multiple constructors to initialize with different data types, including `std::string`, `Instance const &`, and `google::spanner::admin::instance::v1::Instance`."],["Key functionalities of `UpdateInstanceRequestBuilder` include setting the instance name, display name, node count, processing units, and labels, all of which can be performed through functions like `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and `SetLabels`."],["The class provides both lvalue reference (`&`) and rvalue reference (`&&`) versions of its functions, allowing for flexibility in how objects are managed and manipulated."],["The class provides `Build()` functions that create and return a `google::spanner::admin::instance::v1::UpdateInstanceRequest` object, essential for executing the actual update operation using `InstanceAdminClient::UpdateInstance()`."]]],[]]