public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
The request for [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
Required. The ID of the instance to create. Valid identifiers are of the
form [a-z][-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in
length.
[[["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."],[[["The `CreateInstanceRequest` class is used to request the creation of a new instance in Google Cloud Spanner, as part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, which has a latest release version of 5.0.0-beta05."],["This class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties like `Instance`, `InstanceId`, `Parent`, and `ParentAsProjectName`, which are essential for defining the new instance, including its configuration, ID, and the project it belongs to."],["The CreateInstanceRequest class has a constructor that can be used to make a new request, and a constructor that can be used to clone another request."],["Multiple versions of the class are documented, covering versions from 3.5.0 up to 5.0.0-beta05, showing the history of the class across different releases."]]],[]]