public sealed class CreateDatabaseRequest : IMessage<CreateDatabaseRequest>, IEquatable<CreateDatabaseRequest>, IDeepCloneable<CreateDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class CreateDatabaseRequest.
The request for
[FirestoreAdmin.CreateDatabase][google.firestore.admin.v1.FirestoreAdmin.CreateDatabase].
Required. The ID to use for the database, which will become the final
component of the database's resource name.
This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/
with first character a letter and the last a letter or a number. Must not
be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
[[["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 document provides reference documentation for the `CreateDatabaseRequest` class within the Google Cloud Firestore Admin v1 API, specifically version 3.7.0, for .NET."],["The `CreateDatabaseRequest` class is used to create a new database via the `FirestoreAdmin.CreateDatabase` method, and it inherits from the `object` class, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateDatabaseRequest` class contains properties such as `Database`, `DatabaseId`, `Parent`, and `ParentAsProjectName`, which are required for creating a new database and represent the database object, the ID of the database, the project's parent name, and a typed view over the parent's name respectively."],["There are multiple versions of the `CreateDatabaseRequest` class, with the latest being 3.12.0, and they are listed from the most current to older versions, showing the evolution of this feature."],["The document shows that there are two constructors for this class: a default constructor with no arguments, and one that takes another `CreateDatabaseRequest` object as an argument."]]],[]]