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