[[["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-26 UTC."],[[["This webpage details the `UpdateInstanceRequestBuilder` class in the Google Cloud Spanner C++ library, version 2.30.0, which is a tool for building `UpdateInstanceRequest` objects."],["The `UpdateInstanceRequestBuilder` class is used in conjunction with the `InstanceAdminClient::UpdateInstance()` function, enabling users to modify existing Spanner instances within a project."],["This class offers several constructors, allowing the construction of an `UpdateInstanceRequestBuilder` object with various types of input, such as an instance name, an `Instance` object, or a `google::spanner::admin::instance::v1::Instance` object."],["Various functions, such as `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `AddLabels`, and `SetLabels`, are available to configure the `UpdateInstanceRequest` object before it is built."],["The `Build()` function of the `UpdateInstanceRequestBuilder` class finalizes the `UpdateInstanceRequest` object, which can then be used in the `InstanceAdminClient::UpdateInstance()` function to update Spanner instances."]]],[]]