[[["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 page provides documentation for the `UpdateInstanceRequestBuilder` class in the Google Cloud Spanner C++ client library, specifically within the context of various versions, including the latest release candidate 2.37.0-rc."],["The `UpdateInstanceRequestBuilder` class is a utility for constructing `google::spanner::admin::instance::v1::UpdateInstanceRequest` objects, which are used to update existing Cloud Spanner instances."],["The documentation offers code examples on how to use `UpdateInstanceRequestBuilder`, showcasing its practical implementation with the `InstanceAdminClient::UpdateInstance()` function."],["You can use various constructors to instantiate the `UpdateInstanceRequestBuilder` class, including methods to start from a simple instance name, a `google::spanner::Instance`, or a full `google::spanner::admin::instance::v1::Instance`."],["The class features a wide range of functions, including `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `AddLabels`, and `SetLabels`, allowing detailed specification of instance updates before calling the `Build()` method to create the final request."]]],[]]