[[["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 document outlines the `UpdateInstanceRequestBuilder` class within the Google Cloud Spanner C++ library, detailing its use for constructing `UpdateInstanceRequest` objects to modify Spanner instances."],["The `UpdateInstanceRequestBuilder` class offers several constructors, including those that accept an `Instance` object, an `instance_name`, and even a `google::spanner::admin::instance::v1::Instance` object."],["Key functions within `UpdateInstanceRequestBuilder` allow setting various instance properties such as `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and also support adding or setting `labels` through `AddLabels` and `SetLabels`."],["The class supports method chaining using `&` and `&&` overloads, ensuring efficient and fluent construction of `UpdateInstanceRequest` objects."],["The page provides examples on how to use the `UpdateInstanceRequestBuilder` to build requests and how to use them with the `google::cloud::spanner::InstanceAdminClient::UpdateInstance()` function."]]],[]]