[[["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-02 UTC."],[[["This document provides reference information for the `CreateInstanceRequestBuilder` class in the Google Cloud Spanner C++ client library, spanning versions from 2.11.0 to 2.37.0-rc."],["`CreateInstanceRequestBuilder` is used to construct a `google::spanner::admin::instance::v1::CreateInstanceRequest`, which is useful for creating instances using the `InstanceAdminClient::CreateInstance()` function."],["The class offers constructors for creating the builder object, including copy and move constructors, and a main constructor that takes an `Instance` object and the Cloud Spanner instance config name."],["It provides various functions, such as `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and `SetLabels`, for configuring instance properties, along with `Build()` functions to finalize the request object."],["There is a code example provided illustrating the creation of a new instance with custom configurations like display name, node count, and labels."]]],[]]