[[["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-09 UTC."],[[["This page details the `CreateInstanceRequestBuilder` class, which is specifically designed to construct `google::spanner::admin::instance::v1::CreateInstanceRequest` objects."],["The `CreateInstanceRequestBuilder` requires an `Instance` object and a Cloud Spanner instance config name upon construction, with the display name initially defaulting to the instance ID."],["You can customize the `CreateInstanceRequest` by using the `CreateInstanceRequestBuilder` methods like `SetDisplayName`, `SetNodeCount`, `SetProcessingUnits`, `SetLabels`, and `SetEdition`, to make a custom request."],["The class provides both copy and move constructors and assignment operators, and you can finalize the configuration by utilizing either `Build()` or `Build() &&` to create the request, returning `google::spanner::admin::instance::v1::CreateInstanceRequest` and `google::spanner::admin::instance::v1::CreateInstanceRequest &&` respectively."],["The provided examples show how to call the `InstanceAdminClient::CreateInstance()` function using a custom `CreateInstanceRequest` built by using the builder class, and how to set the values for your custom request."]]],[]]