[[["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 details the `CreateInstanceRequestBuilder` class, which is specifically designed to build `google::spanner::admin::instance::v1::CreateInstanceRequest` objects for creating Spanner instances."],["The latest version of `CreateInstanceRequestBuilder` is 2.37.0-rc, with a history of previous versions ranging back to 2.11.0 available for reference."],["The `CreateInstanceRequestBuilder` class can set various properties of a new instance including `display_name`, `node_count`, `processing_units`, `labels`, and `edition` which are all configurable through setter functions."],["The class provides a `Build()` function that finalizes and returns the constructed `google::spanner::admin::instance::v1::CreateInstanceRequest` object for use with the `InstanceAdminClient::CreateInstance()` method."],["The `CreateInstanceRequestBuilder` also has multiple constructors and operators, including copy and move versions, allowing the object to be easily initialized and manipulated to build the request to create a new Cloud Spanner Instance."]]],[]]