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