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