[[["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-21 UTC."],[[["This webpage 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 being defaulted to the instance ID."],["It supports various configuration settings such as setting the display name, node count, processing units, labels, and edition, offering both lvalue and rvalue reference versions of each setter function."],["The `CreateInstanceRequestBuilder` class features copy and move constructors, as well as copy and move assignment operators."],["The class provides a `Build()` function, which can be called as an lvalue or rvalue to produce a `google::spanner::admin::instance::v1::CreateInstanceRequest` object, that can be used with `InstanceAdminClient::CreateInstance()`."]]],[]]