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