[[["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 webpage provides documentation for the `CreateInstanceRequestBuilder` class in the Google Cloud Spanner C++ client library, with versions ranging from 2.11.0 to 2.37.0-rc."],["The `CreateInstanceRequestBuilder` class is used to construct a `CreateInstanceRequest` object when creating new Spanner instances via the `InstanceAdminClient::CreateInstance()` function."],["The class offers multiple constructors, including move and copy constructors, as well as a primary constructor that accepts an `Instance` object and a configuration string."],["Users can customize the instance creation process by utilizing functions such as `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and `SetLabels`, allowing for detailed configuration."],["The `Build()` function finalizes the request, returning the `CreateInstanceRequest` object that gets passed to the Admin Client."]]],[]]