[[["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.13.0, which is a builder for constructing `UpdateInstanceRequest` objects."],["The `UpdateInstanceRequestBuilder` class facilitates the modification of existing Spanner instances, offering methods to set properties such as the display name, node count, processing units, and labels, and provides a comprehensive list of methods to manage instance data."],["It provides multiple constructors for creating a `UpdateInstanceRequestBuilder` object, including options for an existing `Instance`, a `std::string` as the instance name or a raw `google::spanner::admin::instance::v1::Instance`."],["The `Build()` method finalizes the builder configuration and returns an `UpdateInstanceRequest`, ready to be used with the `InstanceAdminClient::UpdateInstance()` function to update a Spanner instance."],["The page lists available versions of the `UpdateInstanceRequestBuilder`, ranging from 2.11.0 to 2.37.0-rc, allowing developers to find the documentation relevant to their project's version."]]],[]]