[[["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."],[[["The `UpdateInstanceRequestBuilder` class is used to construct requests for updating Spanner instances, specifically within the context of the `google::spanner::admin::instance::v1::UpdateInstanceRequest`."],["The `UpdateInstanceRequestBuilder` can be constructed using various inputs, including an `Instance` object, a string, or directly with a `google::spanner::admin::instance::v1::Instance` object."],["Several functions like `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `SetLabels`, and `AddLabels` are available to configure the instance update request, allowing modifications to the instance's name, display name, node count, processing units, and labels."],["The `Build()` function is used to finalize the construction of the update request, returning a `google::spanner::admin::instance::v1::UpdateInstanceRequest` object that is then typically passed to the `google::cloud::spanner::InstanceAdminClient::UpdateInstance()` function."],["The document outlines the availability of this class across a range of versions, from the latest `2.37.0-rc` down to `2.11.0`."]]],[]]