[[["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 page details the `CreateInstanceRequestBuilder` class within the Google Cloud Spanner C++ library, providing documentation for various versions, including the latest release candidate (2.37.0-rc)."],["The `CreateInstanceRequestBuilder` class is used to construct a `google::spanner::admin::instance::v1::CreateInstanceRequest`, which is essential for creating new Cloud Spanner instances using the `InstanceAdminClient::CreateInstance()` function."],["The class offers constructors and operators for creating and manipulating `CreateInstanceRequestBuilder` objects, allowing for the configuration of instance settings."],["Key functions include `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, and `SetLabels` for customizing instance details, and `Build()` to generate the final instance creation request."],["The provided example demonstrates how to use `CreateInstanceRequestBuilder` to set various parameters and create a Cloud Spanner instance, with customizable display name, node count, and labels."]]],[]]