[[["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 document outlines the `UpdateInstanceRequestBuilder` class, which is specifically designed to facilitate the creation of `UpdateInstanceRequest` objects for updating Spanner instances."],["The `UpdateInstanceRequestBuilder` class provides various constructors for creating instances, including options to use an existing instance, an instance name, or a `google::spanner::admin::instance::v1::Instance` object."],["It has various functions like `SetName`, `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `AddLabels`, and `SetLabels` for populating the `UpdateInstanceRequest` and all are chainable, returning the builder itself for that purpose."],["The `Build()` method is crucial for finalizing the construction process, returning either a lvalue reference or a rvalue reference to the completed `google::spanner::admin::instance::v1::UpdateInstanceRequest` object."],["The document provides an example of how to use this builder in conjunction with `InstanceAdminClient::UpdateInstance()` to update an instance by updating its display name."]]],[]]